ok, fixed already
I just need to change < total-4) 
UPDATED 17 .03.2008!!! Added Play/Stop/Next/Previous buttons and also some HELP .
Check this out guys! An XML driven external swf file loader. Now you don’t bother anymore with nothing!
You just have to create some swf files, put them in the same directory, update the XML file and there you go: A cool slideshow with all your swfs!!!
This is the best for animated headers, banners or anything you like. It even preloads every swf file with a cool circular preloader! Don’t miss this and don’t forget to rate!
Files included:
Add as many SWF files as you want!
Everything is automated and fully customizable.
Have fun using it! Time is money 
View my full portfolio: Click here.
Posted 9 months ago
the output ask me for “mc_tween2.as” wich its not on the folder i’ve downloaded.. ???
Posted 4 months ago
Awesome File!!! Highly Recommended!! I’ve been searching for something like this for a long time. And awesome that quickboy is the author cause you know this product is great!!
Quick question:
how would I go about scripting in that the main.swf which randomly chooses between .swf1, .swf2, .swf3 so They do not always appear in the same order?? I do not want wish to have the random script on the buttons.
thanks in advance
Posted 4 months ago
Man, this file is SO sick and easy to use!!! Thank you SO much! Highly recommended!
Quick question though: I’ve integrated the file into my page at www.reactioncheer.com, and as you notice, the slides don’t cycle through on their own…instead, you have to click the “next” button.
How do I fix this in your professional opinion?
PS – I’m VERY new to Flash and am doin’ the best I can…so please keep the solution simple! 
Thanks, ~ headphizicist
Posted 4 months ago
Hi – just purchased and need help. Very time sensitive so a quick response is GREATLY appreciated! 
1) The .SWF files loaded by Main.swf are playing much faster then when I run them directly. I have no way to edit Main.swf. Why would it play the files faster? Please help.
2) The product has no help, documentation, or way to customize behaviours (as you advertise). How does one customize this?
Posted 4 months ago
@matteni: I’ve sent you an email. The problem was your FPS 
@headphizicist: Every external swf file should call the nextswf() function at the end. 
@zerouno: The mctween is a free class used for tweening. Download it from their website: http://hosted.zeh.com.br/mctween/
Thanks guys.
Posted 4 months ago
Great file, exactly what I was looking for! I have two questions about it, if anyone can help:
1. In another comment someone asked how to give each external clip it’s own button but I don’t think the provided solution works anymore. Is there another/new way to do this?
The provided solution:
on (release) { k=2 nextswf(); }
2. If question number 1 can work is there also a way to indicate which external clip is playing? For example if I have three buttons, “1”, “2” and “3” what code do I apply to tell “1” to be highlighted when the first clip is playing?
Thanks!
Posted 4 months ago
please send the updated file to ssacable@yahoo.com thank you. it does not load the flash and play auto only i press play then it will play.
Posted 4 months ago
I’d like to add this to my library of flashden files…..had the previous posters problem two messages up been resolved yet?
Also can you remove any buttons and/or add pause on rollover???
Posted 3 months ago
It works perfect, be sure to put the files in the main folder of your website, if you put it into a folder… it doesn’t work; another thing: if you use just 2 swf files the back button doesn’t work good, so you have to change this funtion in the actionscript:
function prevswf(){ k—; fadeIn(); if(k < total-3){ k=2 fadeIn(); my_loader.loadClip(swiff[k], container); } fadeIn(); my_loader.loadClip(swiff[k], container); }
for:
function prevswf(){ k—; fadeIn(); if(k < total-2){ k=1 fadeIn(); my_loader.loadClip(swiff[k], container); } fadeIn(); my_loader.loadClip(swiff[k], container); }
And everything works!...sweet…thanks for this file!
Posted 3 months ago
hi how can u make this file set to random order.. everytime you open the swf..
Posted 3 months ago
this worked great, just had to add _root. in front of container and worked smooth. thanks.
Posted 2 months ago
Any idea how I can give each SWF a url in the XML and then when it’s clicked it goes to the url?
Thanks!
Posted 2 months ago
I’d also like to know if you can link to an external site from the swf’s. Maybe an invisible button over the top?
Posted about 1 month ago