PDA

View Full Version : External swfs not working properly



serket
August 6th, 2004, 12:51 PM
erw querw za

scotty
August 8th, 2004, 04:16 AM
You have a path problem, skip all the _root/level0
For the next button

on (release) {
this.current_clip++;
screen.loadMovie("clip"+(this.current_clip)+".swf");
}
And for the thumbnail

on (release) {
screen.loadMovie("clip4.swf");
this.current_clip = 4;
}

Hope that helps:)

scotty(-:

scotty
August 8th, 2004, 02:24 PM
LOL, I've got a lot suggestions, but without a fla (or more info) that wouldn't make any sense:lol:
So...

scotty(-: