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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<object> vs <embed> 1

Status
Not open for further replies.

1DMF

Programmer
Jan 18, 2005
8,795
GB
I have a flash object which is being displayed fine in IE but not FireFox.

As I have validated the page with X/HTML - Trans, I cannot use the <embed> tag as it is deprecated, yet FF will only display the Flash if I do use it.

Is this a know issue? NB I have updated my FF to latest V1.5.0.6

Thanks
1DMF

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
One source: AListApart's ByeBye Embed


Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Not sure what i'm meant to be looking at, but I can't see anything on that link to help me, i must be missing something, can anyone explain.

here is my code....
Code:
<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" data="Flash/hlp.swf" codebase="[URL unfurl="true"]http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"[/URL] width="470" height="60" id="hlp" align="middle" style="z-index:0;">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Flash/hlp.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="quality" value="high" />
<param name="FlashVars" value="playerMode=embedded" />
</object>

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
Thanks Vragabond, that's better, drop the ClassID and CodeBase and it worked fine.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top