Background for Embedded Video on HTML Site?

Hi,

I am trying to create an embedded video like the one on the FX Networks site (http://www.fxnetworks.com/). Currently it has a picture of the cast from the show Black & White. Then you click on a button to view promo and it plays the movie and once it is finished it goes back to the cast picture.

My Embedded Video:http://arconred.geekxt.com/showroom/help/

My Flash 8 Layout: (F = frame)
> Level 2 - F1 Button to Play Movie w/ Title, F2 Blank
> Level 1 - F1 Blank , F2 Movie

Actions on Level 1: none

**Actions on Level 2: **
> Keyframe: stop();

> Button:
on (release) {
gotoAndStop(“movie”);
}

What I want is when the video ends it goes back to Frame 2’s Button Image (background) so that the video is not just sitting there with a black box and controls. I have tried messing around making actions for the movie or the movie’s key frame to no avail. I even have created another layer to put the background further down the timeline after the movie but the movie will not go to the next frame. When in the “test movie” window I can hit the next fame button “.” and it will go to that frame.

I am not sure if I have this setup correctly, so if there is another way to do this I am all ears.