swfobject.embedSWF(loaderUrl, "flashEditor", "100%", "100%","9.0.115", flashvars, params);
you were passing the loadUrl twice. I changed that - which means that flashvar object and params get passed correctly, your not using attribs - S On 28 March 2010 12:02, Dave Sniper <[email protected]> wrote: > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// > www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <title>TEST</title> > <script type="text/javascript" src="http://www.videobuilder.tv/js/ > swfobject.js"></script> > <script type="text/javascript"> > var loaderUrl = 'http://assets.jaycut.com/flash/ > ApplicationLoader.swf'; > var flashvars = {}; > flashvars.applicationUri = encodeURIComponent("http:// > videodirect.api.jaycut.com/applets/login.xml?chain=mixer"); > flashvars.loginUri = encodeURIComponent("http:// > videodirect.api.jaycut.com/users/1592663/session? > > api_key=b1vdOi76K&expires=1270373600&signature=a06dbb9e514bac79d88a451c166c9e2feadb307e&_method=PUT > "); > flashvars.localeChain = "en_US"; > flashvars.noHelp = "1"; > flashvars.noUpload = "1"; > var params = { > wmode: "transparent" > }; > var attributes = {}; > > swfobject.embedSWF(loaderUrl, "flashEditor", "100%", "100%", > "9.0.115", loaderUrl, flashvars, params); > </script> > </head> > <body> > <div class="applicationDv"> > <div id="flashEditor"><p>Alternative content</p></div> > </div> > </body> > </html> > -- 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.
