whatshandle
Technical User
I have one movie clip named preloader.swf and a separate on called fly.swf. Fly.swf is a swif inside an html page(in default.html). This is the actionscript for the preloader(on frame 2 in action layer):
with (*what goes in here?*) {
if (getBytesTotal() >=getBytesLoaded) {
getURL ("default.html"
;
}
}
I would like to know how to refer to fly.swf(between the stars) and if the syntax is correct. (frame 3 will have a "goto frame 2" action until the contdition is met).
Thanks all,
Ariel
with (*what goes in here?*) {
if (getBytesTotal() >=getBytesLoaded) {
getURL ("default.html"
}
}
I would like to know how to refer to fly.swf(between the stars) and if the syntax is correct. (frame 3 will have a "goto frame 2" action until the contdition is met).
Thanks all,
Ariel