Flash Album Generator 2 Support Product Page

This topic was archived

Images listed as 'image not found'

Reported 01 Mar 2006 11:35:15
1
has this problem
01 Mar 2006 11:35:15 Jean Terman posted:
I downloaded the album generator a few days ago. I loaded it and was able to generate albums. Then I downloaded the new Flash player, version 8. Now nothing works. After I generate an album I can't see any images and when I try to run the swf on it's own, I get this message: [Internal DMX FlashGallery (v2.01) Error]
Unable to load gallery data from the XML file.
Error message: [Transaction.ErrorMessage(103)] Unable to retrieve the XML data from the server. Please check your configuration.
It appears that the album generator won't work with the latest version of the player. Is that true? True or not, what do I do...? Help, please.

Replies

Replied 01 Mar 2006 12:04:40
01 Mar 2006 12:04:40 George Petrov replied:
Hi Jean,

Flash album generator should work just fine with Flash 8 player - we use it here all the time.

It seems that it can not find your xml file - are you sure you have uploaded it to your live server?

Do you have a link so I can check?

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 01 Mar 2006 14:42:42
01 Mar 2006 14:42:42 Jean Terman replied:
I am currently running it on the local site. I haven't uploaded it to the server yet. I am still testing. It worked fine the first 2 times. That is what is the most confusing.
Replied 01 Mar 2006 14:57:32
01 Mar 2006 14:57:32 George Petrov replied:
Hi Jean,

have you specified different gallery titles each time you create a gallery? As the name of the generated xml file is derived from the gallery title - and if you already used it - then the xml file can get overwritten.

George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 01 Mar 2006 16:28:07
01 Mar 2006 16:28:07 Jean Terman replied:
Yes, I was specifying new names. You can see what is happening at jeantphoto.com/jeant_events.html. Please let me know if you can see what is making this happen. Thanks.
Replied 01 Mar 2006 17:41:29
01 Mar 2006 17:41:29 George Petrov replied:
Hi jean,

Well somehow in the xml file the path to the images became full local path, like this:

filename="file:///R|/_jeant/first site/events gallery/c001.jpg"

you probably haven't setup your DW site propertly, for example you are having multiple sites under a single DW site deifnition ...

So what you can do is search and replace the links to relative links in the xml file.

How did you setup the site in DW? What is the structure?

George



--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
Replied 01 Mar 2006 19:10:59
01 Mar 2006 19:10:59 Jean Terman replied:
How did I miss that??? I guess it was too obvious. Thank you so much. I modified the paths in the xml and all is working fine. As for the site setup, I used the Dreamweaver site manager to create the site hierarchy. Everything else seems to work fine.

The galleries look lovely now. Thank you again.
Replied 08 Feb 2007 14:43:07
08 Feb 2007 14:43:07 Alan Drane replied:
Got same error: [Transaction.ErrorMessage(103)] Unable to retrieve the XML data from the server. when trying to run from local, runs fine from remote server. Is the filename="../images in the xml below the problem?

My problem is can't test in local before publishing.

<?xml version="1.0" encoding="UTF-8" ?>
- <flashgallery version="1">
- <gallery id="test">
<title>Snow Goose Inn Tour</title>
- <meta>
<entry name="backgroundColor">0xE2E2D3</entry>
<entry name="foregroundColor">0x132F51</entry>
<entry name="layout">2</entry>
<entry name="photoScale">0.8</entry>
<entry name="thumbnailRows">1</entry>
<entry name="thumbnailColumns">6</entry>
<entry name="thumbnailPadding">10</entry>
<entry name="frameColor">0xFFFFFF</entry>
<entry name="activeFrameColor">0x132F51</entry>
<entry name="frameWidth">1</entry>
<entry name="activeFrameWidth">6</entry>
<entry name="transition">mxfade?duration=2000</entry>
</meta>
- <photo id="sign_jpg" filename="../images/tour/sign.jpg" thumbnail="../images/tour/thumbs/sign.jpg">
<title>Welcome to the Snow Goose Inn.</title>
</photo>
- <photo id="snow_jpg" filename="../images/tour/snow.jpg" thumbnail="../images/tour/thumbs/snow.jpg">
<title>Snowy days at the Snowgoose Inn.</title>
</photo>
- <photo id="snow_front_jpg" filename="../images/tour/snow_front.jpg" thumbnail="../images/tour/thumbs/snow_front.jpg">
<title>Our beautiful entrance in winter.</title>
</photo>
- <photo id="dining_jpg" filename="../images/tour/dining.jpg" thumbnail="../images/tour/thumbs/dining.jpg">
<title>Our dining area.</title>
</photo>
- <photo id="sitting_room_jpg" filename="../images/tour/sitting_room.jpg" thumbnail="../images/tour/thumbs/sitting_room.jpg">
<title>Enjoy our relaxing sitting room.</title>
</photo>
- <photo id="back_jpg" filename="../images/tour/back.jpg" thumbnail="../images/tour/thumbs/back.jpg">
<title>Back of the Inn.</title>
</photo>
</gallery>
</flashgallery>

Reply to this topic