Hello,

I was adding a flash movie using SWF Object 1.5. The container div was
floating left.

Now I am using SWF Object 2.0 and the flash movie does not show ... or
better:

The alternative content shows, hides fast and nothing shows ... this
happens only time to time.
I check the code using Firebug and the Flash movie is there!

I tried everything I could think of using: 
http://www.swffix.org/swfobject/generator/

However, I am not able to solve this.

Could someone, please, help me out?

This is my code:

var flashvars = {};
var params = {};
params.play = "true";
params.loop = "false";
params.menu = "false";
params.quality = "high";
params.scale = "showall";
params.wmode = "opaque";
params.bgcolor = "#1E1E1E";
params.seamlesstabbing = "true";
params.allowfullscreen = "false";
params.allowscriptaccess = "sameDomain";
params.allownetworking = "none";
params.base = "../../Assets/Flash/";
var attributes = {};
attributes.name = "Media";
attributes.styleclass = "Media";
attributes.align = "middle";
swfobject.embedSWF("Intro.swf", "Media", "100%", "100%", "9.0.0",
false, flashvars, params, attributes);

Thanks,
Miguel

--~--~---------~--~----~------------~-------~--~----~
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