Im building a website and i need a command to tell a movie clip to go to play fram 240 then load an external swf into a empty movie clip
i tried this
on (release) {
_root.gotoAndStop(240);
_root.contents.loadMovie("links.swf");
}
but it doesnt work. ne suggestions?




Reply With Quote