Hi, Okay so I have some PHP code that is generating some swfobjects on the fly...
It's just a PHP script that gets triggered by a bunch of events and writes an echo of javascript to the browser that writes a swfobject.embedSWF to the browser. The code can grab any number of sources for the actual .SWF file. For one particular file it sort of randomly decides whether it will load in the browser or not. Sometimes yes, sometimes not. It has the flavor of a document.ready problem, except it's my understanding that swfobject.embedswf handles this? Perhaps this particular SWF files is one of my bigger ones... is there any, even evil and hacky, workaround I can use to make the browser wait long enough to render this file before it moves on? I get about a 50% chance right now that it will manage to render... -- 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=en.
