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

IMAC & IE 5 not 'seeing' flash

Status
Not open for further replies.

pindky

Programmer
Apr 26, 2002
101
US
I tested an .html page w/ an .swf file in it, and an IMAC using IE 5 isnt' showing the flash file.

This is the code that I used. It is code generated from Flash 5, but placed in a table.

Help!!

<table width=&quot;800&quot; height=&quot;600&quot; align=&quot;center&quot;>
<tr>
<td>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--jimmybittker.com --><object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
codebase=&quot; width=800 height=600>
<param name=movie value=&quot;index.swf&quot;> <param name=quality value=high> <param name=bgcolor value=#FFFFFF> <embed src=&quot;index.swf&quot; quality=high bgcolor=#FFFFFF width=800 height=600 type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;</object>

</td>
</tr>
</table>
 
Did the MAC have the flask plugin? DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
 
I don't know. They were screen captures from NetMechanic's Browser Photo test. I assume that it does since the other 15 screen shots had the flash file loaded..

I had this complaint once before from a MAC user who said they couldn't see the Flash file, but had Flash loaded so I assumed it was some sort of coding error on my part...
 
This is the HTML and the warnings generated by NetMechanic:

0001:<HTML>
0002:<HEAD>
0003:<TITLE>photo</TITLE>
0004:</HEAD>
0005:<BODY bgcolor=&quot;#FFFFFF&quot;>
0006:<!-- URL's used in the movie-->
0007:<!-- text used in the movie-->
0008:<!--jimmybittker.com --><OBJECT [1]^classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
----:[1]^Error: unsupported attribute &quot;classid&quot; for tag <object>. Click here to learn more
----:[1]^NOTE: &quot;classid&quot; with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
0009: [2]^codebase=&quot;----:[2]^Error: unsupported attribute &quot;codebase&quot; for tag <object>. Click here to learn more
----:[2]^NOTE: &quot;codebase&quot; with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
0010: [3]^WIDTH=800 [4]^HEIGHT=600>
----:[3]^Error: unsupported attribute &quot;width&quot; for tag <object>. Click here to learn more
----:[3]^NOTE: &quot;width&quot; with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
----:[4]^Error: unsupported attribute &quot;height&quot; for tag <object>. Click here to learn more
----:[4]^NOTE: &quot;height&quot; with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
0011: <PARAM NAME=movie VALUE=&quot;photo.swf&quot;> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> [5]^<EMBED src=&quot;photo.swf&quot; quality=high bgcolor=#FFFFFF WIDTH=800 HEIGHT=600 TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;[6]^[7]^</EMBED>
----:[5]^Warning: <embed> is NOT approved by W3C. Click here to learn more
----:[5]^NOTE: <embed> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
----:[5]^Hint: <embed> tag is supported by major browsers
----:[6]^Error: unnecessary </embed> end tag
----:[6]^Hint: the <embed> element does not require an end tag
----:[7]^Repair: discarding unnecessary </embed> tag
0012:</OBJECT>
0013:</BODY>
0014:</HTML>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top