then all you need to do is
var flashvars = {};
flashvars.configpath = "config.xml";
flashvars.datapath = "data.xml";
var params = {};
params.play = "true";
params.loop = "true";
params.base = "./content";
params.quality = "high"; params.scale = "showall"; params.wmode = "window";
params.bgcolor = "ccccc"; params.devicefont = "false";
params.allowfullscreen = "false"; params.allowscriptaccess = "sameDomain";
var attributes = {}; attributes.align = "middle";
swfobject.embedSWF("content/rotator.swf", "rotator", "495", "390", "9.0.0",
"expressInstall.swf", flashvars, params, attributes);
and place <div id="rotator"></div
data.xml already has http paths
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---