Page 1 of 1

having trouble getting integrated gallery working

Posted: 06 Dec 2006, 03:34
by andrew76
I've been unable to get the integrated gallery working. I thought it may be something to do with modifications I'd made, so I uploaded the unmodified version of Imagevue as a test.

When you look at it directly, it's working fine:

http://www.jackmilroy.com/upload/

However the integrated version stalls at "Input" during the loading:

http://www.jackmilroy.com/index.php

The modified version I was using was loading okay in the integrated page, but the folder list was appearing empty

Any ideas?

thanks :)

Andrew

Posted: 06 Dec 2006, 03:38
by mjau-mjau
When embedding Imagevue.swf from a remote location like you are doing, you need to use the globalpath parameter to referr the location of the imagevue folder. Your code should be:
Code
param value="configfile=config.ini&globalpath=upload/" name="FLASHVARS" />         <embed width="100%" height="100%" bgcolor="FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="upload/imagevue.swf" flashvars="configfile=config.ini&globalpath=upload/"