Page 1 of 1
I dont expect a reply!?
Posted: 25 Aug 2007, 06:01
by jed
But anyway how do you put the viewer on the webpage. Not link...the viewer itself.
What code do I add to my html page?
thank you!!
imagevuex is a very nice viewer, well done!
Posted: 13 Sep 2007, 00:19
by mjau-mjau
Sorry for the late reply -
Imagevue is already on a webpage. If you want to insert it on your own webpage, you would pretty much only have to embed the imagevue.swf file.
Posted: 17 Sep 2007, 12:23
by fuchsen
Having some problems with inserting the slideshow to my page.
Code seems correct and permittions on server are set, but slideshow.swf ist not loading correctly:
www.jgbtl94.de/media.html
Even buffing the .mp3 file doesn't come to an end.
Dunno what to try next

Posted: 17 Sep 2007, 13:10
by mjau-mjau
When embedding imagevue or the slideshow from a remote folder, then you must use the
globalpath parameter.
In your case, just change your embed code to:
<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="640" height="360" align="right">
<param name="movie" value="upload/slideshow.swf" />
<param name="quality" value="high" />
<param name="flashvars" value="globalpath=upload/" />
<embed src="upload/slideshow.swf" width="640" height="360" align="right" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" flashvars="globalpath=upload/"></embed></object>
Posted: 17 Sep 2007, 19:34
by fuchsen
Great thanks!! I was like standing in front of a wall ^^