Apparently, my Flash site is not viewable on an IMAC with IE5. I don't know why. I published with the Flash 5 setting.
The results of my HTML check in NetMechanic are below, with the warnings included.
What is the correct code for cross browser compatabilty for Flash 5 and is there a fix to correct the code generated by the Flash publishing templates?
Code: --------------
0001:<HTML>
0002:<HEAD>
0003:<TITLE>photo</TITLE>
0004:</HEAD>
0005:<BODY bgcolor="#FFFFFF">
0006:<!-- URL's used in the movie-->
0007:<!-- text used in the movie-->
0008:<!--jimmybittker.com --><OBJECT [1]^classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
----:[1]^Error: unsupported attribute "classid" for tag <object>. Click here to learn more
----:[1]^NOTE: "classid" with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
0009: [2]^codebase="----:[2]^Error: unsupported attribute "codebase" for tag <object>. Click here to learn more
----:[2]^NOTE: "codebase" 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 "width" for tag <object>. Click here to learn more
----:[3]^NOTE: "width" with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
----:[4]^Error: unsupported attribute "height" for tag <object>. Click here to learn more
----:[4]^NOTE: "height" with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
0011: <PARAM NAME=movie VALUE="photo.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> [5]^<EMBED src="photo.swf" quality=high bgcolor=#FFFFFF WIDTH=800 HEIGHT=600 TYPE="application/x-shockwave-flash" PLUGINSPAGE="[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>
Site:
The results of my HTML check in NetMechanic are below, with the warnings included.
What is the correct code for cross browser compatabilty for Flash 5 and is there a fix to correct the code generated by the Flash publishing templates?
Code: --------------
0001:<HTML>
0002:<HEAD>
0003:<TITLE>photo</TITLE>
0004:</HEAD>
0005:<BODY bgcolor="#FFFFFF">
0006:<!-- URL's used in the movie-->
0007:<!-- text used in the movie-->
0008:<!--jimmybittker.com --><OBJECT [1]^classid="clsid
----:[1]^Error: unsupported attribute "classid" for tag <object>. Click here to learn more
----:[1]^NOTE: "classid" with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
0009: [2]^codebase="----:[2]^Error: unsupported attribute "codebase" for tag <object>. Click here to learn more
----:[2]^NOTE: "codebase" 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 "width" for tag <object>. Click here to learn more
----:[3]^NOTE: "width" with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
----:[4]^Error: unsupported attribute "height" for tag <object>. Click here to learn more
----:[4]^NOTE: "height" with <object> is NOT compatible with all selected browsers. Click here for Browser Compatibility report
0011: <PARAM NAME=movie VALUE="photo.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> [5]^<EMBED src="photo.swf" quality=high bgcolor=#FFFFFF WIDTH=800 HEIGHT=600 TYPE="application/x-shockwave-flash" PLUGINSPAGE="[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>
Site: