I have a weird question about swfobject behavior. I have the embed code like this:
script type="text/javascript">
It doesnt appear.
When I do this, it does! script type="text/javascript"> var flashvars = {}; var params = { allowScriptAccess: "always", loop: "true" }; var attributes = {}; swfobject.embedSWF("FILENAME", "myAlternativeContent", "458", "69", "9.0.0", "/js/swfobject/expressInstall.swf", flashvars, params, attributes); //-->
Is there a reason for this?
Thanks
