It is unfortunate that having spent more than a week does not get answer to my problem, it is assumed that if the author responds promptly give more confidence to mortals with basic knowledge and customers who are potential customers for this product. As the author of confidence by giving appropriate technical guidelines, will have more sales of their products.
Thanks for answering, I am sorry that you receive only 44% of sales value (does not deserve it) but I want to make clear that if I buy a file to put in my web page at least I can ask is that operated, in this case when I install it on Dreamwear or Serif Web PlusX2 not work, and other files installed on the same page work, it seems you ought to try to install one of these 2 builders site and check if it works that control is assumed that you should do before publishing it for sale, I think it need some instruction to the file becuase that does not work. Thank You
Sorry Error, Dreamwear is not,is Adobe Dreamweaver CS4
I’ve tested it in Dreamweaver CS4 and it worked fine for me. This leads me to believe that maybe you have a path issue? Make sure you have a directory structure the same as what is included in the bin directory. ALL files and folders in the bin directory are required for it to work. Remember that paths should be relative to the HTML file which is embedding the SWF .
The first thing to consider is that we buy these files are not programmers, in this case I am designer and every time I buy a file is to put it on a webpage and I never had problems since they come with everything you need to install it in Dreamweaver to work properly, if your file for 2 weeks I have searched all tutorials relating to INSERT a SWF file in Dreamweaver CS4 for me to work in a website, I have tested in the different ways you can do and does not work. Your 100 XML File for: View images in Flash WORKS View Slideshow SWF in Flash Player WORKS The answer is you give me codes for connoisseurs, it seems to insert a file is missing, and not for potential buyers who have basic knowledge, if you said that you worked, tell me how to do it step by step, and it will to any prospective purchaser, and maybe some I buy and not embarrassed to say he does not know, do not consult on this issue.
Hi Groady,
This is my first flashden.net purchase and I am very happy with this tool you developed! It is exactly what I have been looking for – a simple XML gallery with basic navigation. It was very easy to install and configure.
I have one question though. I would like my images to dynamically scale so they fit into the viewer without being cut off. Is this possible through a configuration change? I do not want to have to go through my 30+ images and manually resize them.
Thanks again, great work, and look forward to your reply!
It appears there is an issue uploading the bin directory to server. Perhaps this is the issue some people are seeing where you basically see blank page.
I was able to get it to work on my local machine fine but when I uploaded on the server it doesn’t work. Of course, I uploaded all files and folders in bin directory as is without making change.
It turned out, the issue is with index.html. Changing “Slideshow.swf” to “slideshow.swf” in bin/index.html will fix the issue of having the flash not loading.
Hope this will help some….
how many pictures can you link to it? unlimited?
Hi Groady,
Love this tool. I was wondering if there was a way with imported XML SWFs to have them start from frame 1 again when the master SWF loops back around. Right now, I’m trying to line up the timing of the SWFs and it’s just to cumbersome.
Please say yes…
Hi debbrancheau, In your SWFs you should be able to add an Event.ADDED_TO_STAGE listener. This will tell you when your SWF has been added to the viewers display list.
Basically each image/SWF is added to the viewer just before it transitions in, and then is removed after it transitions out to the next image/SWF. For this reason you could also add an Event.REMOVED_FROM_STAGE listener which would be handy for stopping any playing sounds in your SWF .
Hope that helps.
I’m not very good with AS. When you say to add this to my SWFs, I assume you mean the SWFs that I am loading into the master SWF . Should I be placing this code in an Actions layer and just pasting it in as:
Event.ADDED_TO_STAGE
Or do I need to tell it to do something after that? Like go to a frame?
import flash.events.Event;
addEventListener( Event.ADDED_TO_STAGE, addedToStageListener, false, 0, true);
function addedToStageListener(e:Event):void
{
gotoAndPlay(1);
}
The SWF files you are loading must also be using AS3 and not AS2 .
Hope that helps.
HEllo!
I have just purchased this item and works perfectly cool!
I do need to know where if is possible to adjust the location of the buttons and text field.
I see everything else can be repositioned via the xml. But i eliminated the play/pause button and now i would like my text to start on the far left corner and I cant see anything on the flash file supplied ( Slideshow_CS3.fla ). Is there a way to relocate the text and buttons?
Please let me know.
Many thnx in advance!
palomacampo, Positioning or removing items is not possible via the XML as mentioned in the comment at the top of the file. To do what you are asking you will need to edit the source code. Note that I can’t offer support for those wishing to edit the code directly. If you still need to do it the ViewPrepCommand.as file is where you should look (I think… it’s been a while since I created this file).
Hope that helps! 
Many thnx for all your help! Ill try it out 
hey i allready purchase this gal, but really ineed ure help its a lot of files an i need to make 2 gals to put into my site how i do that!
Cool gallery tool,
Just bought it and installed it on a website I’m working on.
resizing was a bit to get used to but its all good now. 

alefuenza, please note that it is not practical for me to give case-by-case support for this file. I make only $3.50 per sale on this file and therefore can only offer support for fixing bugs in the file and not in each use case.
My advice is to thoroughly study the example files, in your case, the index.html file to see how the SWF is being embedded. Simply saying ‘this doesn’t work in my web making software’ offers absolutely no help in fixing your problem.