I recently converted SWFObject.
I have a web page with two SWFs connected by LocalConnections which
started to work only intermittently, about 50% of the time. After much
tearing of hair I realised the issue started when I converted the HTML
to SWFObject using <div> instead of <object>.

I have found a couple of other posts from 2007 which refer to a
similar issue using hidden <div> tages in Flash 8.

This is how the HTML code looks:

swfobject.embedSWF("sky loader.swf", "loader", "800", "520", "9.0.0",
"false", flashvars, params, attributes);
swfobject.embedSWF("skyBar.swf", "bar", "800", "60", "9.0.0", "false",
{}, params, {});

The only difference is that one SWF has flashvars passed to it.
The "sky loader" is a preloader for another SWF named "sky" which
contains the LocalConnections.

The strange part of this is that the intermittent fault would only
occur when I tested the webpage on my localhost (Apache / PHP), but
not on the remote server (Apache / PHP).

Any thoughts?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to