Link to home
Start Free TrialLog in
Avatar of lizhh
lizhh

asked on

adobe bridge photo gallery

I was given a photo gallery created with adobe bridge.  It works fine locally when I open the folder on my harddrive.

However when I upload it to my webserver nothing displays.

Does anyone have any clue to where the problem is?

Here is the page:

http://www.lizstage.com/Architecture/

You can see the images there are images:

http://www.lizstage.com/Architecture/resources/images/

thanks for the help
Liz
Avatar of Ugo Mena
Ugo Mena
Flag of United States of America image

Hey Liz,
It looks like your page is not actually calling the gallery.swf file...looks like it is just calling this script: AC_RunActiveContent.js

From the parent directory Index of /Architecture/resources

Parent Directory
AC_OETags.js
AC_RunActiveContent.js
gallery.swf
group.xml
images/
loading.swf
localText.xml
playerProductInstall.swf
style.xml

clicking on the gallery.swf file (which is what I assume the page should be loading)... starts to load your gallery page, but there are some xml files that it is looking for that are not in the right place. Namely:
.../resources/flashvars.xml
.../resources/localization/localText.xml
.../resources/mediaGroupData/group.xml
.../resources/styles/style.xml

looks like you need to create the missing folders and place the xml files where needed OR change the gallery.swf file to look for the XML files in the same directory that it is in.
ASKER CERTIFIED SOLUTION
Avatar of lizhh
lizhh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
OK. I just finished reading the forum. Although it is wrong to think that this is/was a permissions issue. Bridge is outputting incorrect directory structures and code.

By uploading the gallery into Dreamweaver...Dreamweaver just removed the extra "resources" directory entry that Bridge's code seems to be creating. See the attached screenshot (Picture-2.pdf) and you will see the calls being made to ...www.lizstage.com/Architecture/resources/resources/...  and the resulting  "not found".

In any case, glad you got it working. : )
Picture-2.pdf