Scott B. wrote:
Edwin Patricio wrote:
Scott B. wrote:
Thanks Edwin, you probably have the advert1 module published to "All" when you should just have it published to your homepage menu instance.
Thanks
my mistake was i hard coded the flash on index.php
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
download.macromedia.com/pub/shockwave/ca...cab#version=7,0,19,0
" width="825" height="245" align="left" title="logo">
<param name="movie" value="animation.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="CurrentPosition" value="0"/>
</object>
is there any work around or ill just have to edit the advert1?
thanks again
Sure, take your code out of the index.php file and create a new module, placing you code within it. Once you've created your module, publish it to the advert1 position for the homepage only.
thanx scott
i done what you say to me and it works, now the problem is the dropdown menu is on behind the flash movie on advert1 and when i edit the html code to set it to back the flash movie is not been loaded.
on every module when i load a flash on 1st time and when i edit it and save it the flash movie was remove.
did i miss some code?
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="827" height="250" id="mainpage" align="middle">
<param name="menu" value="false" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="fpslideshow.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="fpslideshow.swf" quality="high" width="827" height="250" name="mainpage" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" menu="false" wmode="transparent"/>
</object>