Search…

X3 Photo Gallery Support Forums

Search…
 
mkonrad
Topic Author
Posts: 14
Joined: 03 Dec 2007, 19:05

Can I replace Image in Dreamweaver with Gallery?

03 Dec 2007, 19:19

I have a simple html site in dreamweaver. I have a space holder image at 700 px wide and 500px high that I now want to replace with Imagevue.
I read the Sticky but if I paste code in place of my image code I only get a white box with some imagevue text no gallery.
I am new to code stuff so please be gentle (I need to know location of codes as well as the relation of the folders...)
the gallery and site are here

www.martinkonrad.com/testing
www.martinkonrad/imagevue

Thanks, and congratulations to a great product just a shame that I cannot
download coding skills..
 
mkonrad
Topic Author
Posts: 14
Joined: 03 Dec 2007, 19:05

03 Dec 2007, 19:43

ok so I got a step further, not using codes but inserting flash option in dreamweaver.
But now I get the blinking input before gallery loads, this happens when my browser opens a local file as well, so it does not seem to be the documented server issue...

please help
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

04 Dec 2007, 00:07

You are definitely on your way ...

You are missing only one thing - The globalpath parameter that tells your page where the main Imagevue folder is located.

In dreamweaver, do this:
Code
1. Select the embedded imagevue flash.

2. In properties at the bottom, click the "parameters" button.

3. In the left field under 'Parameter', write "flashvars". The click the right field under 'Value' and type "globalpath=ImageVue/"

4. Click ok, save ...
The reason you need to use the globalpath parameter, is because you are embedding imagevue.swf from a remote location, so you need to tell the document where it should look to load all the imagevue scripts and files.

More information on HTML integration here: viewtopic.php?t=2544