swfobject 2.x is not backwards compatible with 1.x
so move the script from the body to the head of the document & change the
code within that block to
var flashvars = {};
flashvars.initLoadFile = "index.mm";
flashvars.openUrl = "_blank";
var params = {};
params.quality = "high";
params.bgcolor = "9999ff";
var attributes = {};
attributes.id = "visorFreeMind";
attributes.name = "visorFreeMind";
swfobject.embedSWF("visorFreemind.swf", "flashcontent", "100%", "100%",
"6.0.0", false, flashvars, params, attributes);
- S
2009/11/1 Brant Raven <[email protected]>
> have thought is I simply
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---