![]() | | ||||||||
| | #1 |
| 520+ sites and counting War Room Member Join Date: Apr 2009 Location: Brooklyn, New York
Posts: 1,550
Blog Entries: 16 Thanks: 312
Thanked 1,318 Times in 303 Posts
|
Hey Guys, My programmer is not responding and I need this to get done so hopefully you can help. I have a 725*176 banner image (home-bg.gif) spot on my website I want to turn this into a 725*176 flash banner (text_slideshow.swf) that has motions, etc... My CSS for that location reads: .content .home {background-image:url(../images/home-bg.gif);background-repeat:no-repeat;background-position:pxtop;background-color:#ffffff;} and is just being called by a DIV class I'm not quite sure how to embedd the Flash into the correct spot... I know the following code is right... <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="725" height="176"><param name="movie" value="text_slideshow.swf" /> <param name="quality" value="high" /> <embed src="text_slideshow.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="725" height="176"></embed> </object> +++++++++++++++++++++++++++++++++++++++++++++++ So my question is, how to I switch them out...? |
|
NYC is my home.
| |
| | |
| | #2 |
| Freelance Warrior Join Date: Jul 2009 Location: USA
Posts: 235
Thanks: 1
Thanked 10 Times in 10 Posts
|
I just did this recently for a client... Just input the embed code where the ".content .home" css div is referenced. Example: <div class="stylename"> embed code goes here </div> This is assuming your site is based on CSS and divs -- not tables. |
| | |
| | |
![]() |
|
| Tags |
| embedd, flash, html, problems, template |
| Thread Tools | |
| |
![]() |