Page 1 of 1

Gallery won't work in SAFARI

Posted: 08 Aug 2007, 20:05
by steinjr
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>

Posted: 13 Aug 2007, 16:27
by tomrock
I don't know anything about that code, but Imagevuex works just fine in Safari.

Posted: 17 Aug 2007, 18:04
by steinjr
Originally I couldn't get the gallery to display in IE7 until I copied the code provided in the index_basic_remote example for html integration provided by this site. Then it quit working in Safari.

I am sure it is a matter of configuring the code properly. Can anyone look at the above code and see if they can identify any issues?