XML Slideshow Gallery
Description: ActionScript 3.0 Slideshow that loads images from a XML, easy to customize.
Keywords: slideshow xml actionscript 3 0 ActionScript
| Views | 568 | Flash | 10.0 | |
| Downloads | 1 | ActionScript | 3.0 | |
| Price: | $ 3.00 | Date: | 14 Oct '09 | |
| lucaz | ||||
|
User ratings for XML Slideshow Gallery. |
||||
More listings by lucaz
XML Gallery |
Comments
You need to LOGIN to post a comment.thx a zillion!!! works awsm!!! if there is any place where i can rate u not ur component, i will rate 10 on 10 :) really appreciate ur speedy response. hope to see more compoenets from you... all the best!
Hi kriskakani!!!
I found the problem, in line 18 you have that:
public class Slideshow extends MovieClip
But the class name in a .as file needs to be the same of the .as file, so it will be:
public class Slideshow_cc extends MovieClip
And the same for the constructor function of a .as file, you have:
public function Slideshow()
And must be:
public function Slideshow_cc()
I wil send you the files too.
Thanks. :)






