flyingtrapeze
01-08-2002, 10:33 AM
Hello!
Preciate the help!
I need a button on menu.swf to cause main.swf to jump to
"company"
I have two separate movies in a Dreamweaver table.
---------------
main.swf
with frame label "company"
menu.swf
---------------
Both are located in the same folder relative to the harddrive
or server.
Here's my code for button on menu.swf
on (release) {
gotoAndPlay("main.swf", "company");
}
thxs!
Preciate the help!
I need a button on menu.swf to cause main.swf to jump to
"company"
I have two separate movies in a Dreamweaver table.
---------------
main.swf
with frame label "company"
menu.swf
---------------
Both are located in the same folder relative to the harddrive
or server.
Here's my code for button on menu.swf
on (release) {
gotoAndPlay("main.swf", "company");
}
thxs!