I have external SWF as contents, and those SWF has an
animation that stop at frame 20, but when I click any other btn I
would like to play those swf from frame 21 to 30
I'd try with this AS but dosn't work:
on(release){
_root.contenido.gotoAndPlay(21);
}
sample:
HERE