Thanks Aran-
When I tried your solution none of the SWFs play. But by modifying the
code to this, it works:
var attributes = {};
attributes.id = "M3_V01";
var attributesM2 = {};
attributes.id = "M3_V02";
swfobject.embedSWF("M3_Video_01.swf", "flashDiv1", "250", "235",
"9.0.0", "expressInstall.swf", flashvars, params, attributes);
swfobject.embedSWF("M3_Video_02.swf", "flashDiv2", "595", "385",
"9.0.0", "expressInstall.swf", flashvars, params, attributesM2);
My problem is when the SWF players are loading the FLVs (look at
progress bar) and you click on a link, IE will not let you go to that
link until one of the SWFs fully load. You stated clicking on them
before the player appears. Thanks so much for taking a look at this!
Any other ideas?
|rossi|
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---