FLASH MOVIE PROBLEM
-
hello ppl, i read lots of articles about how to put an flash movie on the header but none of them seems to work perfectly with this theme (minima plus).
i did not achieved to work css around to “call” the movie – this theme calls background image to header –#masthead {
margin: 0 auto;
border: 1px solid #999;
background-image: url(masthead.jpg);
width: 660px;
height: 106px;
}substituting “masthead.jpg” for “banners/header.swf” it just dont load anything not even with full url
————————————————-but if i substitute in the header file this div tag :
<div id=”masthead”></div>
for this :<div id=”teste”></div>
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0″ width=”660″ height=”106″>
<param name=”movie” value=”banners/header.swf”>
<param name=quality value=high>
<embed src=”banners/header.swf” quality=high pluginspage=”https://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash” width=”660″ height=”106″></embed>
<div>it results well in the header but everiting else is crap because the content and sidebar dont apear.
how can i resolve this ?
thx in advanced
- The topic ‘FLASH MOVIE PROBLEM’ is closed to new replies.