Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash banner does not display on IE

Status
Not open for further replies.

khinester

IS-IT--Management
Jul 24, 2003
72
FR
Hello,
I have a very weird problem in that on a site I am working the flash banner loads up correctly on Mozilla Firefox, IE 5.2 Mac, BUT does not load up at all on any Windowz version of IE.

I have anabled all the ActiveX and Java - but don't think this has anything to do with it as it did not work.

Any advise would be much appreciated.

Please note the link to the HOME is broken, so use the browser back button ;^(

Cheers
 
Code:
 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[URL unfurl="true"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"[/URL] style="float: left;" height="102" width="555">
        <param name="movie" value=[red]"TI_HEADER_555x144_flowers.swf"[/red]></param>
        <param name="quality" value="high"></param>
        <embed src=[red]"../ui/ireland/images/TI_HEADER_555x144_flowers.swf"[/red] pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] quality="high" height="102" width="555" type="application/x-shockwave-flash"></embed>

</object>

You are referencing 2 different paths to the movie.

"I'm making time
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top