Flash item 1
Flash item 2
Use the file publisher to attach the slide show .swf files
This code is inserted in HTML boxes made the same size as the flash show.
Change the red to size and file name for each.
The below script is inserted in the page html --- Between head tag
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
swfobject.registerObject("Flash1", "5.0.0");
</script>
Put in above script for 1 item. Put in below script for each additional flash item. Be sure to change 1,2 etc
<script type="text/javascript">swfobject.registerObject("Flash2", "5.0.0");</script>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="XXX" height="XXX" id="FlashX">
<param name="movie" value="FILE_NAME.swf">
<param name="play" value="true">
<param name="loop" value="false">
<param name="menu" value="false">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="salign" value="l">
<param name="wmode" value="window">
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="FILE_NAME.swf" width="XXX" height="XXX">
<param name="play" value="true">
<param name="loop" value="false">
<param name="menu" value="false">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="salign" value="l">
<param name="wmode" value="window">
<!--<![endif]-->
<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" >
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
© 2008 All rights reserved. Privacy policy Built with wysiwygwebbuilder
Tutorials And Help by....
I have tried to make every step easy to follow and instructions as clear as possible. If anyone has tried this tutorial and feels there is a better way to word the instructions or I have missed a step - Please contact me with any advice and I will change this tutorial as needed.