wanna to display a SWF after the DOM has loaded so wanna use .createSWF() saw here http://code.google.com/p/swfobject/wiki/api that you pass flashvars through var par = { flashvars:"foo=bar&foo2=bar2" }; in a format like "swfobject.createSWF(attributes, params, targetID)" but I wanna pass flashvar like the .embedSWF() where I have already declared a js object flashvars like 'flashvars={"foo":"bar","foo2","bar2"}' and do not want to change it. Can I use my flashvar object with .createSWF()?
-- 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.
