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
Oct 6, 2005
315
0
Lakewood, Washington
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?
 

adroit

macrumors 6502
Sep 28, 2005
271
134
Victoria, BC
<object classid="clsid:D27CDB6E-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.