Nella main il codice diventa
Codice:
portone.onPress = function(){
loadMovie ( "video/filmato.swf", target);
_root.portone.enabled = false;
}
in filmato.swf diventa
Codice:
onEnterFrame = function(){
if(this._currentframe==35){
_parent.unloadMovie("filmato.swf")
_root.portone.enabled=true
}
}