1
Hi
I'm reading this howto:
https://xoops.org/modules/news/article.php?storyid=3147&com_id=30402&com_rootid=30402&com_mode=flat&com_order=0#comment30402And do it exactly, but in my theme the flash movie do not appear :(
The theme are Obscebe_v3 and I'm trying 3 flash movies
Thanks
/*edit*/
I'm use XSAS, and try to put the banner in the place of header, and configure a banner with my header movie. If I don't use html (heigth and with of a standar banner) It work, but when I insert
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="727" height="150">
<param name="movie" value="header_final_4.swf">
<param name="quality" value="high">
<embed src="header_final_4.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="727" height="150">embed>
object>
In html code of the banner section, the flash movie don't appera, and the web browser are loading the web while 3-4 minutes, however the swf don't apears :(
In local, the default banner are display, but when I upload it to my server, don't work
Thanks