ActiveDen

100% XML customizable Image Rotator

  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
alefuenza says
Purchased

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.

Posted 2 years ago
Author
Groady Groady replied

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.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
alefuenza says
Purchased

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

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
alefuenza says
Purchased

Sorry Error, Dreamwear is not,is Adobe Dreamweaver CS4

Posted 2 years ago
Author
Groady Groady replied

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 .

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
alefuenza says
Purchased

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.

Posted 2 years ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 1 and 9 items
  • United States
emregan says
Purchased

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!

Posted 2 years ago
Author
Groady Groady replied

Emregan,

Unfortunately no. This was a design choice I made from the start to avoid having images being squished or stretched.

- Will

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
jbogale says
Purchased

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.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
jbogale says
Purchased

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….

Posted 2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
  • France
Moflight25 says

how many pictures can you link to it? unlimited?

Posted 2 years ago
Author
Groady Groady replied

Pretty much. You are obviously limited by what the Flash player can handle and available memory. I’m confident in saying it will handle a lot.

Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
debbrancheau says
Purchased

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…

Posted 2 years ago
Author
Groady Groady replied

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.

Posted 2 years ago
Purchased
Default-user debbrancheau replied

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?

Posted 2 years ago
Author
Groady Groady replied
Yes, the SWF files you are loading into the master. Assuming your SWFs which you are loading are animations running on the main timeline you should be OK to add the following to your actions layer.
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.
Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
palomacampo says
Purchased

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!

Posted 2 years ago
Author
Groady Groady replied

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! :)

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
palomacampo says
Purchased

Many thnx for all your help! Ill try it out :)

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
chrissfoforo says
Purchased

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!

Posted 2 years ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
JohnEtienne says
Purchased

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. :)

Posted 11 months ago

You must sign in or sign up to purchase this item.

$8Regular Licence

$8

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

72 Purchases 33 Comments

Buyer Rating
12345 ( 9 ratings )
Groady

Groady

  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Referred between 1 and 9 users
View Portfolio
Created 16 June 09
ActionScript Version AS3
Documentation Some Help
Opens With Flash CS3 (9+)
Published Size 26kb
Resolution Resizable
by
by
by
by
by