Using video in Flash 8

OK, so I’m still working on my first flash site, and now I have run into yet another problem.

I have a page dedicated to videos.

I did the File - import video, and chose progressive download (No server, and its 3 minutes long, and the audio is highly important.)

On my video.swf page, after the logo moves and the buttons align, I have a layer with the actionscript that has:

loadMovieNum (“video1.swf”, 5);

which should load my first video onto layer 5 of the video.swf movie.

each of the buttons have an action that is:

on (release) {
loadMovieNum (“videox.swf”, 5)
}

which should load the different movies as they are clicked.

I uploaded the container.swf, and the video.swf, and the video1.swf, which is where the instance of the .flv is held

I made sure to upload the .flv file, and the player skin all to the same directory on my server as the rest of the swf files.

But im still not seeing anything.

Any ideas?
Here’s the link

http://www.voiceman.com/new

BTW, dont click the studio link, as that one is broken too, and you will have to refresh the page to make what loads go away. We’ll get to that one next.

Here’s the .FLA’s if you wan to look at what I have.

http://www.voiceman.com/new/containerpage.fla
http://www.voiceman.com/new/videos.fla
http://www.voiceman.com/new/video1.fla
http://www.voiceman.com/new/index.fla

edited