PDA

View Full Version : how do i...



taintone
February 1st, 2002, 09:51 PM
have a look at this
taintone.tripod.com/windowstut.html (http://taintone.tripod.com/windowstut.html)

that little window is a darable mc called window and i want to make it so it comes up when you click the button on the left so i can use it on my site... how do i do that?

Phil Jayhan
February 1st, 2002, 10:07 PM
Not enough info. your site came up with a bunch of stuff that just didn't werk fer me.

pj

ilyaslamasse
February 2nd, 2002, 07:00 AM
Load movies. Put an empty clip on your stage, and name it "container". Make your menu in another fla.
Put this code to the button :
on (press) loadMovie ("yourswf.swf","container") ;

It should work.

0] pom