Please Help! Embedd Flash into HTML template problems...

by LMC
1 replies
  • WEB DESIGN
  • |
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="clsid27CDB6E-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...?
#embedd #flash #html #problems #template
  • Profile picture of the author iBBnet
    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.
    Signature
    Bryan
    After5PC.net
    Freelance Web Development
    and Graphic Design Services
    {{ DiscussionBoard.errors[1026520].message }}

Trending Topics