nievvy16
11-06-2001, 06:16 AM
Can somebody please tell me what is wrong with these actions!!!
on (release) {
getURL ("header3.html", "header");
tellTarget ("header2.swf") {
gotoAndPlay ("header1", 4);
}
}
I have placed this into a button instance, and I have no idea why it doesn't work...
The getURL line works ok - it loads the header3.html frame into the frame titled "header"
"header2.swf" is the full file with all the necessary mc's on separate layers and different frames.
"header1" is the scene name, and I'm trying to get the header2.swf to play frame 4. Each clip has a stop action, and every time header3.html loads, it loads the first frame of header2.swf and not frame 4.
Can somebody please help me, I have been trying to figure it out all day.
Thanks in advance...
on (release) {
getURL ("header3.html", "header");
tellTarget ("header2.swf") {
gotoAndPlay ("header1", 4);
}
}
I have placed this into a button instance, and I have no idea why it doesn't work...
The getURL line works ok - it loads the header3.html frame into the frame titled "header"
"header2.swf" is the full file with all the necessary mc's on separate layers and different frames.
"header1" is the scene name, and I'm trying to get the header2.swf to play frame 4. Each clip has a stop action, and every time header3.html loads, it loads the first frame of header2.swf and not frame 4.
Can somebody please help me, I have been trying to figure it out all day.
Thanks in advance...