ActionScript:
on (release) {
stopAllSounds();
fscommand("SHELLOPEN", "%ORG%\\GolfRange.mpg");
this.createEmptyMovieClip("container", 999);
this.container.loadMovie("Sound Fenster nach Video.swf");
container._x = 01;
container._y = 600;
//
// das hier....
soundstatus = "Sound aus";
}