How do i

have a look at this
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?

Not enough info. your site came up with a bunch of stuff that just didn’t werk fer me.

pj

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