radu
unread,Nov 18, 2009, 10:12:14 AM11/18/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SWFObject
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?