Question
Multiple slide show problems
OK. Im really stuck here.
I have made a slide show in Flash 8 using actionscript 2. Ive managed to succeed to a point. But I will tell you prblems and hopefully they can be solved here as Ive found no where on web that can.
Problem1: I have a slide show with 5 slides all in the parent of 'presentation'. I have input actionscipt code to allow the current slide to go to the next slide at the end of the timeline. I then linked the last slide with the first slide. Why oh why does this freeze on it 2nd loop through the slides on the 3rd slide. I just dont get it!! It plays once then freezes on the 3rd slide?!?!?!?!?
Problem2: I have put this actionscipt code against a button, why doesnt it work when it does for other people?
on(release){
getURL(" http://www.mysite","_self");
}
If anyone can help please do.
I have made a slide show in Flash 8 using actionscript 2. Ive managed to succeed to a point. But I will tell you prblems and hopefully they can be solved here as Ive found no where on web that can.
Problem1: I have a slide show with 5 slides all in the parent of 'presentation'. I have input actionscipt code to allow the current slide to go to the next slide at the end of the timeline. I then linked the last slide with the first slide. Why oh why does this freeze on it 2nd loop through the slides on the 3rd slide. I just dont get it!! It plays once then freezes on the 3rd slide?!?!?!?!?
Problem2: I have put this actionscipt code against a button, why doesnt it work when it does for other people?
on(release){
getURL(" http://www.mysite","_self");
}
If anyone can help please do.