Thanks for the help guys, and does anyone know how to add a rotating banner to your CMS homepage and display correctly in IE and Firefox like this:
Seen this on the vbstyle website, looks pretty neat.
--------------- Added [DATE]1270423840[/DATE] at [TIME]1270423840[/TIME] ---------------
Okay ive been trying a few combinations to get this to display properly in both IE and firefox, but can only get my rotating banner to display on a static html widget above primary content using the following code:
Code:
<object height="300" width="590" type="application/x-shockwave-flash" data="../banner/preview.swf" id="large_item_preview_container" style="visibility: visible;">
<param name="base" value="../banner/">
<param name="wmode" value="opaque"></object>
The above code makes the rotating banner appear normally, but displays a blank white space in IE, i know you need to use embed and object together but i dont know exactly how for this particular banner,
Tried this already:
HTML Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="320" HEIGHT="240" id="Yourfilename" ALIGN="">
<PARAM NAME=movie VALUE="Yourfilename.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="Yourfilename.swf" quality=high bgcolor=#333399 WIDTH="320" HEIGHT="240" NAME="Yourfilename" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
Any ideas?
--------------- Added [DATE]1270428807[/DATE] at [TIME]1270428807[/TIME] ---------------
Heres an image of the problem: