Go Back   CodingForums.com > :: Client side development > Flash & ActionScript

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-03-2003, 09:19 AM   PM User | #1
MaartenM
New to the CF scene

 
Join Date: Aug 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
MaartenM is an unknown quantity at this point
image slide show in flash

Hey,

I'm trying to make a button controlled image slide show in flash, which preloads the next image.
I got three layers: a scripts layer, movieclip layer and a buttons layer.
In the first keyframe of the scripts layer I've got this following code:

_root.mc.loadMovie("images/1.jpg");
teller = 0; \\ variable "counter"
while (teller<1) { \\ "counter" < 1
geladen = mc.getBytesLoaded(); \\geladen means loaded
totaal = mc.getBytesTotal(); \\ totaal means total
if (geladen=totaal) { \\ so loaded=total
teller = 1; \\ "counter"=1
}
}

Does anybody know what to do next and how to control the buttons??

Thanks,
MaartenM
MaartenM is offline   Reply With Quote
Old 09-05-2003, 06:24 PM   PM User | #2
Kev@DDN
New Coder

 
Join Date: Sep 2003
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Kev@DDN is an unknown quantity at this point
Download this and have a look through- anything you don't understand and want me to expand on, post back here

http://dotdragnet.com/kev/dynamic_image_gallery.zip
__________________
http://www.dotdragnet.com
http://www.kevinleitch.co.uk
Kev@DDN is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:51 AM.


Advertisement
Log in to turn off these ads.