Instructions:
Download and place the IEUpdate.js file in the same folder on your webserver as the page with the Flash movie in it.
Then place the code below imediately after the object tag of each Flash movie or Video clip.
<script type="text/javascript" src="ieupdate.js"></script>
EXAMPLE:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="387" height="221">
<param name="movie" value="SWF/RealSuite.swf" />
<param name="quality" value="high" />
<embed src="SWF/RealSuite.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="387" height="221"></embed>
</object>
<script type="text/javascript" src="ieupdate.js"></script>
In the example above we have placed the <script type="text/javascript" src="ieupdate.js"></script> code imediately after the closing </object> tag for a Flash movie that lives on our index page. It will be exactly the same for a Video clip or any other object embedded within an <object> tag