1) why the below link
http://www.fifthcomm.com/web/index.html
can display at PC but cannot display at Mac ?
the below is my coding
<html>
<head>
<title>FifthComm Portfolio : Web</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-repeat: repeat;
background-position: left top;
background-color: f3f3f3;
}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="510">
<param name="movie" value="gallery.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="gallery.swf" width="700" height="510" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></td>
</tr>
</table>
</body>
</html>
2) http://www.ezexs.com/toget/photogallery/ also same as http://www.fifthcomm.com/web/index.html
But http://www.ezexs.com/toget/photogallery/ can display at both the PC and Mac, why?
Please Help
Thanks