Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Chacala_Nayarit

macrumors 6502
Original poster
Code:
#featureimg {
	margin: 0px 25% 0px 170px;
	height: 250px;
	background: #153976 url(/images/rainiershow.swf) no-repeat right top;
	text-align: center;
	border-top: 1px solid #A5B5C6;			
                          }

I want to put the SWF in the big blue area on the index page : http://rainiersupply.com .

Thank you! 🙂
 
Okay, upon further research I found that a Flash file cannot insert like that in CSS. So I have the slideshow up, but I am going to change the background of the slideshow from that blue color.

Any suggestions for further study with embedding flash movies (and such) using PHP, CSS, XHTML?
 
<object classid="clsid😀27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="XXX" height="XXX" title="title" VIEWASTEXT>
<param name="movie" value="/images/rainiershow.swf">
<param name="quality" value="high">
<embed src="/images/rainiershow.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="56"></embed>
</object>

You might want to add this in your html page instead. In case your viewer doesn't have flash player downloaded this will let it know where to download it. Good luck.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.