You need to upgrade your Flash Player To do so, please go to the Macromedia website at this address http://www.macromedia.com/go/getflashplayer and install the latest version of the Flash Player. If you are using Internet Explorer, you may see a yellow bar across the top of this page. If so, click on it to install the ActiveX control for the Flash Player.
At least Flash Player 7 is required to view this content. Once you install the newest Flash Player, you may need to exit your browser and return to this page.
Code used:
< script type = "text/javascript" src = "flashobject.js" >
</ script >
< style type = "text/css" > #flashcontent { width: 440px; height: 440px; } </ style >
<div id="flashcontent">
<p><strong>You need to upgrade your Flash Player</strong>
To do so, please go to the Macromedia website at this address <a href="http://www.macromedia.com/go/getflashplayer">http://www.macromedia.com/go/getflashplayer</a> and install the latest version of the Flash Player. If you are using Internet Explorer, you may see a yellow bar across the top of this page. If so, click on it to install the ActiveX control for the Flash Player. </p>
<p>At least Flash Player 7 is required to view this content. Once you install the newest Flash Player, you may need to exit your browser and return to this page. </p>
</div>
<script type="text/javascript">
// <![CDATA[
var fo = new FlashObject("csun2007.swf", "Flash Object Example", "340", "440", "7.0.0.0", "#FFFFFF",
true);
fo.addVariable("quality", "high");
fo.addVariable("scale", "noscale");
fo.addVariable("salign", "lt");
fo.addVariable("devicefont", "true");
fo.addVariable("bgcolor", "#ffffff");
fo.addVariable("base", ".");
fo.write("flashcontent");
// ]]>
</script>