nice 
To: fmcar
No,there are three images for the demo.of course, u can set it to random loading..
This is a great file and very easy to modify. One small thing. There is about a 1 second wait from when the pre loader gets to 100% to when the photo shows.
Is there a way to shorten this time?
Thanks for a very useful file.
Posted 7 months ago
To philco: Find the as in ImageLoader.as var alphatween : Tween = new Tween(this.container, “_alpha”, easingFunc, this.container._alpha, 100, 1, true); you can modify the “1”.. of course , if you dont like the alphatween,remove it and add this.container._alpha=100;
Posted 7 months ago
hi. your idea its great.
but i tried to put different buttons for different images and it seems to work. And if i click in the button 1, open the swf1 but if i click
in the button 3 insted of button 2, it opens not the swf 3, but the SWF2 ????
can you help me on this please?
on the other hand, if i click in the button 1 then 2 then 3 works fine.
btn1.onRelease = function() {
imger_loader.load("1.jpg");
};
btn2.onRelease = function() {
imger_loader.load("2.jpg");
};
btn3.onRelease = function() {
imger_loader.load("3.jpg");
};
Posted 7 months ago