PDA

View Full Version : controlling one swf from another in Dreamweaver table


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!

Billy T
01-08-2002, 12:08 PM
this is hard

http://www.actionscripts.org/tutorials/intermediate/FS_Command_JavaScript_Library/index.shtml

flyingtrapeze
01-08-2002, 12:21 PM
I'll do my best. Muchos gracias.