Page 1 of 1

HTML integrating: from step 1 to final step

Posted: 02 Sep 2007, 16:26
by michael
Hi,

I have been searching for hours now and I can't find any good 'manual' concerning the integrating of the imagevue into a simple html file.

Here are the steps I made:

STEP 1: Flash object 700x500 into my HTMLpage referring to my Imagevue gallery (absolute path).
Code
blabla...  embed src="http://partypictures.mywebsite.com/imagevue.swf" blabla
STEP 2: Added standalone.ini to the same directory as my HTML page. I have changed standalone.ini; globalpath=../partypictures
The website (with HTML page) is located at the same level as the imagevue gallery (partypictures). They are both a folder in the rootmap. 'http://www.mywebsite.com/website' and 'http://www.mywebsite.com/partypictures'

STEP 3: Launching my HTML file. This gives me the imagevue.swf but keeps saying 'Input...'


Which STEPS do I have to take to make this gallery working in the /website folder ??


Thanks..

Posted: 13 Sep 2007, 12:22
by mjau-mjau
Im sorry for any confusion on this topic -

You need not use the "standalone.ini", which is outdated ... The only setting you must use, is the globalpath setting to tell the SWF in the document where the physical Imagevue folder is. The globalpath can be forwarded directly in the document where the swf is embeded.

Perhaps you have some authentic links to your gallery so I could easier help you?

Posted: 14 Sep 2007, 12:00
by michael
http://tinyurl.com/2h33u7 (if you refer to my site, please mask the url by changing some letters to numbers, because I don't want my site to be related to this topic in Google, thanks)

'Imagevue' menu button. Sorry if the site is rather slow.


I deleted the .ini file, still nothing...

Posted: 17 Sep 2007, 01:05
by mjau-mjau
Try this:
Code
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">
<param name="movie" value="http://www.poochy.be/partypictures/imagevue.swf">
<param name="quality" value="high">
<param name="FLASHVARS" value="globalpath=http://www.poochy.be/partypictures/">
<embed src="http://www.poochy.be/partypictures/imagevue.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" flashvars="globalpath=http://www.poochy.be/partypictures/"></embed></object>
The main thing I have done, is added the "globalpath" setting because you are loading Imagevue from a remote location, and it needs to know where the root imagevue folder is.