Flash Header - again


Author Message
Stef

Posted: 2/26/2010
Quote message 

Hi guys (&girls),

In my quest to get a flash header working, I found some posts here and edited my page.tpl.php. The result is little bit strange. On my home page or other "nodes" the flash header doesn't work, but om my catalog pages (I use ubercart) then the flash header does work ???

my code to replace the static jpeg header:

 <div class="art-Header-jpeg">       <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="989" height="201">         <param name="movie" value="http://www.stefswebsite.be/themes/spacenter/images/header.swf" />         <param name="quality" value="high" />         <embed src="http://www.stefswebsite.be/themes/spacenter/images/header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="989" height="201"></embed>       </object> </div> 


Any suggestions or help welcome !

thx
 
Phil

Posted: 2/26/2010
Quote message 

What build of Artisteer are you using? The latest Beta is pretty stable and lets you insert flash header within the program. You can find it on the news section of this site.
 
Charles

Posted: 8/15/2011
Quote message 

I used similar code and my flash doesn't work... however if I have my page.tpl.php file open I can see the swf file and it will play there... just not on my actual website. The background is white and the foreground where the swf is has a rectangle of transparent black?!?