I have a movie with a button code,with a empty mc clip called “dummy”
on (release) {
_root.dummy.loadMovie(“window_cal.swf”);
}
works great but if i call or load this movie into another, only
the button shows up and it will not call the swf file up at all…
I’m thinking it’s a level thing. newbe
Mark