1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help with Flash Animation

Discussion in 'Graphics & Multimedia' started by fej, May 1, 2007.

  1. #1
    Hi guys, need some help with this flash problem. I created a flash header and uploaded the .swf file to my the server. I embedded the flash file on a certain web page using this code:

    <tr>
    <td colspan="2" align="left" valign="top"><!-- URL's used in the movie-->
    <A HREF=http://www.business-trader.com.au/></A> <!-- text used in the movie-->
    <!--BUSINESS TRADERAUSTRALIAN BUSINESS CLASSIFIEDSAdvertise your Australian business for sale!Increase chances of selling your business fast! Most cost effective way to reach Customers! &--><OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    WIDTH="768" HEIGHT="140" id="ABC" ALIGN="">
    <PARAM NAME=movie VALUE="http://www.business-trader.com.au/images/abc.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="http://www.business-trader.com.au/images/abc.swf" quality=high bgcolor=#FFFFFF WIDTH="768" HEIGHT="140" NAME="ABC" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
    </OBJECT></td>
    </tr>

    The problem is, the flash header shows fine on mozilla browsers but not in IE. In IE, it just shows a scroll down box instead of showing the Flash file. I've done this several times before and everything works fine except for this. I just don't know what i've done wrong?! :confused:
     
    fej, May 1, 2007 IP
    paidhosting likes this.
  2. tecolote

    tecolote Peon

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is the code I use to embed swf files to my html, My advice would be to use dreamweaver and just select insert flash, it´s seamless.
    Hope this helps.

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="750" height="73">
    <param name=movie value="swf/barra.swf">
    <param name=quality value=high>
    <embed src="swf/barra.swf" width="750" height="73" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"> </embed> </object>
     
    tecolote, May 2, 2007 IP