public void Play() { if (_movieHandle >= 0) { AVProWindowsMediaPlugin.Play(_movieHandle); IsPlaying = true; } }