I'm using SWFObject 2.1 and even when i use the included example and
add in a param to stop the file from looping or a flashvar to stop the
movie from playing on load, neither of them work
var flashvars = false;
var params = {};
var params.loop = "false";
var attributes = false;
swfobject.embedSWF("test.swf", "myContent", "320", "240", "9.0.0",
flashvars, params, attributes);
I've tried all of the listed methods for assigning params, but nothing
seems to work. Any hints??
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---