Community Add-Ons

Maintainers: basslion
Add file to this package
Top » Credit Modules

FLASH IMAGES ON INDEX V1.0
for osCommerce Online Merchant v2.2

This will embed a Flash file of your choice on your main
template. Every page within your OSC site will have the flash file playing as you control the size and determine the placement.

** Keep in mind i only provide one example with this and others will be added shortly, but at least you have
a start in the right direction. If you find another place to put this code to re-position the Flash file then please contribute to this.

*This is dedicated to all the people that have
scoured the forums and have recieved large headaches by doing so*


Matt 08/29/05

Legend:  Download   Report
Expand All / Collapse All
Recent IE7 Updates.... :( sparrz 20 Aug 2007  

Recent IE7 Updates have rendered the previous contribution un-usable. This will still work for IE6 and FireFox however.

This code below has been tested and will work in IE7...

---------------BOCode-----------------

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="YOURWIDTH" height="YOURHEIGHT"codebase="[url="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0[/url]">

<param name="movie" value="YOURFILE.swf">
<param name="play" value="true">
<param name="loop" value="true">
<param name="quality" value="high">

<embed align="middle" src="YOURFILE.swf" width="YOURWIDTH" height="YOURHEIGHT" play="true"
loop="true" quality="high"
pluginspage="[url="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"]http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash[/url]">
</embed>
</object>

--------------EOCode--------------

Flash Image on MainPage or Index sparrz 4 Aug 2007  
FLASH IMAGES ON INDEX MAIN BODY AREA scottmason 28 Mar 2006  
FLASH IMAGES ON INDEX V1.0 basslion 29 Aug 2005