Contributions
FLASH IMAGES ON INDEX V1.0
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
Expand All / Collapse All
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--------------
Here is an example of the code used at rimcitywheels.co.uk and glasstablesandchairs.com
<div align="center">
<table>
<tr>
<td align="center" valign="middle">
<center><iframe src="images/yourflashfile.swf" width=whatever width height=whatever height frameborder=0 marginheight=0 marginwidth=0 scrolling="no"></p></iframe></center>
</td>
</tr>
</table></div>
This can be placed on either your languages/(your language)/mainpage.php or languages/(your language)/index.php
Easy as pie.....
This will add a flash image actually in the body of the main text area
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
Note: Contributions are used at own risk.