Paulskii
03-07-2008, 08:07 PM
It has been brought to my attention that several people trying out my application keep getting the "Click here to download Macromedia Flash Player to be able to view the content of this page!" message...after the have already clicked the link, and downloaded the flash player, and restarted the browser...I can see the app fine on my computer, and I dont know how to uninstall the player to test it out for myself, but what could possibly cause this issue?
here is my HTML code...using SWFObject...
<html>
<head>
<script type="text/javascript" src="swfobject.js"></script>
<title>EXPOCAD FlashMaps</title>
<div id="flashcontent">
<a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe">Click here to download Macromedia Flash Player to be able to view the content of this page!</a>
</div>
<script type="text/javascript">
var so = new SWFObject("main-0.50.swf", "EXPOBling", "100%", "100%", "8", "#ffffff");
so.write("flashcontent");
</script>
</head>
<body>
</body>
</html>
here is my HTML code...using SWFObject...
<html>
<head>
<script type="text/javascript" src="swfobject.js"></script>
<title>EXPOCAD FlashMaps</title>
<div id="flashcontent">
<a href="http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe">Click here to download Macromedia Flash Player to be able to view the content of this page!</a>
</div>
<script type="text/javascript">
var so = new SWFObject("main-0.50.swf", "EXPOBling", "100%", "100%", "8", "#ffffff");
so.write("flashcontent");
</script>
</head>
<body>
</body>
</html>