I have gone through and setup my swfObject page but I keep getting the
above error when I try to use the expressInstall method when I have
Flash 7 or 8 installed. I am trying to have it upgrade to Flash 9. I
have the .html page, expressInstall.swf, my swf, and the swfobject.js
on my folder. Please help! My code is below:
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.dText = "Installation Complete";
flashvars.dText2 = "You may now proceed with the setup
test";
var params = {};
params.menu = "false";
params.allowscriptaccess = "always";
params.scale = "noscale";
var attributes = {};
attributes.align = "top";
swfobject.embedSWF("swfObj.swf", "flashDiv", "550",
"137", "9.0.0",
"expressInstall.swf", flashvars, params, attributes);
</script>
<h3>Flash Setup Test</h3>
<br/>
<div id="flashDiv">
<p>Flash Player is not installed</p>
<a href="http://www.adobe.com/go/getflashplayer">
<img
src="http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" style="border-
style: none" />
</a>
<p>Please visit Adobe's site to download and install
Flash Player.</
p>
<p>After you have installed Flash Player please return
to this
setup test and run it again.</p>
</div>
Thanks,
Dan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---