Need Help with this one:

I created a presentation that has several Quick Time movies that go with it.

I created several buttons that trigger these movies.

When you click the button the quick time movie pops up in its own window no problem.

The command I gave to the button is as follows:

on (press) {
stopAllSounds ();
getURL ("movie/clip1.mpg", "_self");
}

Now for my question:

I would like to have my presentation detect when the person closes the pop up window (created in HTML) to begin playing the background music of the presentation again.

Is there a way to do this. One example I saw of this idea is on:

http://www.wide.ch/index.php

They simply dim the movie once the clip has opened and allow the user to click anywhere on their flash movie to start the music again..

I would appreciate help on this one!

Thanks,

plpxn