I'm using swfObject to include 40 flash movies in a page. After doing
that, swfObject injects my HEAD with 40 style tags for each of my
movie ids <style> #movieXX {visibility:hidden} </style>. Then inline,
on each of my movies I get style="visibility:visible". Probably this
is how it's working, first hide the container and then show it after
the flash was inserted.
But this approach is not very elegant. In IE, if you're also using
excanvas.js (from google, to be able to use canvas element), you get
an error, because there are too many <style> tags defined. Is there a
fix for that?

--

You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=.


Reply via email to