Gallery won't work in SAFARI
Posted: 08 Aug 2007, 20:05
I used the index_basic_remote example for html integration and the gallery works fine in IE7 and Firefox.
I will not work in Safari on Mac or PC.
I have read all of the html integration issues posted on this forum and I must be missing something.
Can some please provide a little help?
Here is my code:
<div style=" float:right;_height:500px;"></div>
<div style="min-height: 500px; min-width:700px; height: 100%;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=6,0,29,0" width="100%" height="100%" align="middle">
<param name="movie" value="imagegallery/imageVue.swf">
<param name="quality" value="high">
<param name="BGCOLOR" value="#681907">
<param name="FLASHVARS" value="globalpath=imagegallery/"><param name="SCALE" value="exactfit">
<embed src="imagegallery/imageVue.swf" width="100%" height="100%" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#681907" flashvars="globalpath=imagegallery/" scale="exactfit"></embed></object>
</div>
I will not work in Safari on Mac or PC.
I have read all of the html integration issues posted on this forum and I must be missing something.
Can some please provide a little help?
Here is my code:
<div style=" float:right;_height:500px;"></div>
<div style="min-height: 500px; min-width:700px; height: 100%;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=6,0,29,0" width="100%" height="100%" align="middle">
<param name="movie" value="imagegallery/imageVue.swf">
<param name="quality" value="high">
<param name="BGCOLOR" value="#681907">
<param name="FLASHVARS" value="globalpath=imagegallery/"><param name="SCALE" value="exactfit">
<embed src="imagegallery/imageVue.swf" width="100%" height="100%" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#681907" flashvars="globalpath=imagegallery/" scale="exactfit"></embed></object>
</div>