Page 1 of 1

Webpage Imagevue integration - imagevue doesn't work

Posted: 06 Nov 2006, 20:12
by SreepYeldarb
Can someone please assist me in embeding this flash image viewer in an HTML page.

I have already put the code into the webpage but the imagevue flash view will not show up.

Here is a link to the page:
http://www.joslinmconline.com/content/pics/pics.html

I want the top and bottom links to still be clickable with the pictures to still be able to be viewed in the middle of the page like it is set to do already.

Any help on getting it to work would be appreciated. :shock:
Thanks,
-Bradley

Posted: 09 Nov 2006, 10:58
by mjau-mjau
I checked your source, and it says
Code
<param name="movie" value="/enter/subpages/flash/imageVue.swf">
<param name="quality" value="high">
<embed src="/enter/subpages/flash/imageVue.swf"
Your server seems to not be supporting absolute root targeting. I would try the following, based on the location of your http://www.joslinmconline.com/content/pics/pics.html:
Code
<param name="movie" value="../../enter/subpages/flash/imageVue.swf">
<param name="quality" value="high">
<embed src="../../enter/subpages/flash/imageVue.swf"
In addition, you need to use the globalpath parameters since you are trying to embed the gallery at a location outside of the Imagevue folder:
Code
<param name="FLASHVARS" value="globalpath=../../enter/subpages/flash/">
...
flashvars="globalpath=../../enter/subpages/flash/"

Posted: 10 Nov 2006, 00:49
by SreepYeldarb
Please view the source and verify that I am doing this right, if not, please correct me.
I have moved the webpage and the image gallery. The new URL is this:
http://www.joslinmconline.com/content/pics.html

Would I put this code in my webpage document with the other flash code?
Code
param name="FLASHVARS" value="globalpath=images/flashgallery/" 
And put this code in the config file, after I changed what the global path was?
Code
flashvars="globalpath=images/flashgallery/"
The globalpath value in the config being:
Code
globalpath=images/flashgallery/
Please be specific of where I should place what codes where, either in the HTML document with the other flash code or in the config.ini file.

Just making sure I have this right.
Thanks,
-Bradley

Posted: 13 Nov 2006, 01:06
by mjau-mjau
In your source, you have not added the closing TAG (>) in the flashvars line. Neither have you added the necessary code under the embed tag as I propose in my first post.

Additionally, you have many graphic links in your document which target files on your desktop.

I checked your gallery, and it seems that some files may be corrupted also. I would try and re-upload the entire gallery. You may keep any images you uploaded ofcourse...

Posted: 13 Nov 2006, 01:38
by SreepYeldarb
my gallery is no longer at the location specified by the tags that you provided me.

Thats why I was asking that you check my source and see that I was doing everything right.

Gallery:
http://www.joslinmconline.com/content/i ... ashgallery
what I have done is put the flash gallery inside the images folder for the images specifed for that particular page. Does that mean it is still cosidered being "linked" to from an outside source irrelavant to the page itself?

if so, will you please tell me specify the code and tell me where is should be placed?
I'll play around with it some but I doubt anything will happen.

Also, I'll re-upload the gallery. We'll see what happens.
-Bradley

Posted: 24 Nov 2006, 00:57
by mjau-mjau
You seem to be using an older version of Imagevue. Also, instead of trying to make a custom integration of Imagevue, would you simply upload the "upload" folder to a place on your server. I would like to see if it works after no moderations, as to find out whats going on ...