THEDert Posted March 18, 2008 Share Posted March 18, 2008 I'm trying to add flash in the index.tpl in the default themes folder, but for some reason it won't show up. here is my code below. {$HOOK_HOME} <div><script type="text/javascript"> AC_RunFlashContent('id','flash1','width','540','height','580','quality','high','loop','1','wmode','transparent','codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab','pluginspage','http://www.macromedia.com/go/getflashplayer','src','http://www.arthurgroom.com/flash/home_page.swf'); </script> <noscript> <object width=540 height=580 classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"> <param name=movie value="http://www.arthurgroom.com/flash/home_page.swf">'>http://www.arthurgroom.com/flash/home_page.swf"> <param name=quality value=high> <param name=loop value=1> <param name=wmode value=transparent> <embed src="http://www.arthurgroom.com/flash/home_page.swf" width=540 height=580 quality="high" TYPE="application/x-shockwave-flash" wmode="transparent" loop="1" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object> </noscript></div> Link to comment Share on other sites More sharing options...
THEDert Posted March 18, 2008 Author Share Posted March 18, 2008 I even tried this and it doesn't work. <script src="DWConfiguration/ActiveContent/IncludeFiles/AC_RunActiveContent.js" type="text/javascript"></script> {$HOOK_HOME} <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','540','height','440','src','http://www.arthurgroom.com/flash/home_page.swf','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','css/home_page' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="540" height="440"> <param name="movie" value="http://www.arthurgroom.com/flash/home_page.swf" /> <param name="quality" value="high" /> <embed src="http://www.arthurgroom.com/flash/home_page.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="540" height="440"></embed> </object> </noscript> Link to comment Share on other sites More sharing options...
THEDert Posted March 18, 2008 Author Share Posted March 18, 2008 Nevermind. I figured it out! :D :D :D Link to comment Share on other sites More sharing options...
DesignMonstr Posted April 7, 2008 Share Posted April 7, 2008 Hi can you please let me know how you inserted flash file on prestashop homepage. thank you Link to comment Share on other sites More sharing options...
Peter Wilson Posted April 9, 2008 Share Posted April 9, 2008 Hi guys, Please check out Thibaud's posted solution here: http://www.prestashop.com/forum/index.php/topic,1675.msg7121.html#msg7121 Link to comment Share on other sites More sharing options...
rocho Posted October 2, 2009 Share Posted October 2, 2009 Hi guys, Please check out Thibaud's posted solution here: http://www.prestashop.com/forum/index.php/topic,1675.msg7121.html#msg7121 this link don't seems to work, i need to insert javascript and sfw for my TOP and LEFT page, i have added the .js into /js dir, but only displays in the HEADER page, the other pages says:You need to upgrade your Flash Player or to allow javascript to enable Website menu. Get Flash PlayerDP: im using SotEw's by adding .html with the .swg plus .xml codes Link to comment Share on other sites More sharing options...
Recommended Posts