Flash Album Generator 2 Support Product Page
This topic was archived
Can not create an Flash album
Asked 31 Oct 2007 14:42:33
1
has this question
31 Oct 2007 14:42:33 Tomas Holst posted:
HiI have tried a couple of weeks to build an Album. I have also purchased a new computer with windows Vista.
But still i will get the same message...
Could not run the script.
This command requires an active document...
I hope you can help me.
Tom
Replies
Replied 01 Nov 2007 12:58:52
01 Nov 2007 12:58:52 Georgi Kralev replied:
Hi Tomas,
Sorry for the inconvenience. Due to the nature of the error we will need more information:
1. What version of Dreamweaver do you use?
2. Explain in more details what steps are you following?
3. Do you have defined Site in Dreamweaver when you use the extension?
4. At what page you try to use the extension (htm, asp, php etc)
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Sorry for the inconvenience. Due to the nature of the error we will need more information:
1. What version of Dreamweaver do you use?
2. Explain in more details what steps are you following?
3. Do you have defined Site in Dreamweaver when you use the extension?
4. At what page you try to use the extension (htm, asp, php etc)
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 05 Nov 2007 19:42:37
05 Nov 2007 19:42:37 Tomas Holst replied:
Hi Georgi
I am using Dreamwever 8.
The first thing i do is open the html site i want to put the ablum in. Then I go to Commands and flash album. genarator 2. Then I am filling in the options: gallery name: Gallery Title: Destination folder: and last source image folder: Then i press ok. After i wile i will get the message that Dreamweaver has created the ablum. But on fireworks I will receive the error message.
Best regards
Tomas
I am using Dreamwever 8.
The first thing i do is open the html site i want to put the ablum in. Then I go to Commands and flash album. genarator 2. Then I am filling in the options: gallery name: Gallery Title: Destination folder: and last source image folder: Then i press ok. After i wile i will get the message that Dreamweaver has created the ablum. But on fireworks I will receive the error message.
Best regards
Tomas
Replied 08 Nov 2007 11:52:43
08 Nov 2007 11:52:43 Georgi Kralev replied:
Hi Tomas,
This looks like a problem with your Fireworks.
Try the following FAQ:
www.dmxzone.com/showDetail.asp?TypeId=7&NewsId=11709
If it does not help you can work around by creating and empty gallery.
You can create empty gallery by not filling <b>Source Image Folder:</b> input field.
Then you can open the generated xml file for the gallery and manually add the information for the images.
For example this is how the xml file could look like with added informa photo information:
<?xml version="1.0" encoding="UTF-8"?>
<flashgallery version="1">
<gallery id="test">
<title>test</title>
<meta>
<entry name="backgroundColor">0x0000FF</entry>
<entry name="foregroundColor">0x000000</entry>
<entry name="layout">2</entry>
<entry name="photoScale">0.7</entry>
<entry name="thumbnailRows">2</entry>
<entry name="thumbnailColumns">5</entry>
<entry name="thumbnailPadding">10</entry>
<entry name="frameColor">0xFFFFFF</entry>
<entry name="activeFrameColor">0xFFFFFF</entry>
<entry name="frameWidth">1</entry>
<entry name="activeFrameWidth">6</entry>
<entry name="transition">mxfade?duration=1000</entry>
</meta>
<b><photo id="Bluehills_jpg" filename="Blue hills.jpg" thumbnail="thumbs/Bluehills.jpg">
<title>Blue hills.jpg</title>
<meta>
<entry name="imageWidth">450</entry>
<entry name="imageHeight">338</entry>
<entry name="thumbWidth">150</entry>
<entry name="thumbHeight">113</entry>
<entry name="fileSize">11865</entry>
<entry name="fileTime">Mon, 21 May 2007 09:40:45 GMT</entry>
</meta>
</photo></b>
</gallery>
</flashgallery>
I hope this helps you.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
This looks like a problem with your Fireworks.
Try the following FAQ:
www.dmxzone.com/showDetail.asp?TypeId=7&NewsId=11709
If it does not help you can work around by creating and empty gallery.
You can create empty gallery by not filling <b>Source Image Folder:</b> input field.
Then you can open the generated xml file for the gallery and manually add the information for the images.
For example this is how the xml file could look like with added informa photo information:
<?xml version="1.0" encoding="UTF-8"?>
<flashgallery version="1">
<gallery id="test">
<title>test</title>
<meta>
<entry name="backgroundColor">0x0000FF</entry>
<entry name="foregroundColor">0x000000</entry>
<entry name="layout">2</entry>
<entry name="photoScale">0.7</entry>
<entry name="thumbnailRows">2</entry>
<entry name="thumbnailColumns">5</entry>
<entry name="thumbnailPadding">10</entry>
<entry name="frameColor">0xFFFFFF</entry>
<entry name="activeFrameColor">0xFFFFFF</entry>
<entry name="frameWidth">1</entry>
<entry name="activeFrameWidth">6</entry>
<entry name="transition">mxfade?duration=1000</entry>
</meta>
<b><photo id="Bluehills_jpg" filename="Blue hills.jpg" thumbnail="thumbs/Bluehills.jpg">
<title>Blue hills.jpg</title>
<meta>
<entry name="imageWidth">450</entry>
<entry name="imageHeight">338</entry>
<entry name="thumbWidth">150</entry>
<entry name="thumbHeight">113</entry>
<entry name="fileSize">11865</entry>
<entry name="fileTime">Mon, 21 May 2007 09:40:45 GMT</entry>
</meta>
</photo></b>
</gallery>
</flashgallery>
I hope this helps you.
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com