hi,

I have searching over and over if it is possible to load a movie into a clip "content" then control that clip.

I don't want to use levels, no matter what I do it doesn't work.
Can someone give me some help here...
__
on (release) {
loadMovie("ueber_uns.swf", _root.content);
tellTarget ("_root.content") {
gotoAndPlay("about2");
}
}


thanks in advance