Closed GoogleCodeExporter closed 9 years ago
This is not a bug -- you have major errors in your markup.
This is the code you used:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%"
height="100%" id="FlashMovie">
<param name="movie" value="Flashy/Paul.swf" />
<object type="application/x-shockwave-flash" data="Flashy/Paul.swf" width="100%" height="100%">
</object>
This code is not using SWFObject's structure. It's missing the closing
</object> tag and is missing all of the conditional comments. Please read the
documentation and/or use the code generator.
If you have further issues, post them to the SWFObject Google Group, not this
issues list -- this list is reserved for bugs, not implementation issues.
SWFObject Google Group: http://groups.google.com/group/swfobject
SWFObject documentation: http://code.google.com/p/swfobject/w/list
Examples: http://learnswfobject.com/
Original comment by platelu...@gmail.com
on 11 Jun 2011 at 5:16
Thanks for your response !!! That helps.
Original comment by anurag.c...@gmail.com
on 11 Jun 2011 at 10:05
Original issue reported on code.google.com by
anurag.c...@gmail.com
on 11 Jun 2011 at 3:38Attachments: