Thanks. Here is what ended up working for me.
public class REOPSS extends REOPS{
public function kill():void {
//_mediaPlayerCore.stop();
_mediaPlayerCore.media = null
_mediaPlayerCore = null
_mediaPlayerShell.removeMediaElement( _mediaElement );
if (parent) parent.removeChild(this)
}
}
Still I am wondering why there is not a public method for such a
simple function.