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("ahg2007.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>

 

For the Flash Object description, see Geoff Stearns. (2004). deconcept Blog. Retrieved November 4, 2007, from http://blog.deconcept.com/swfobject/.

 

For more information, see Andrew Kirkpatrick & Bob Regan. (2005). In search of... a perfect plugin technique. Macromedia Accessibility Blogs. Retrieved November 4, 2007, from http://weblogs.macromedia.com/accessibility/archives/2005/08/in_search_of_a.cfm.

 

Back to Index