My Movie Doesn't Work Online!

Hi,

Im a beginner at Flash. I made a slideshow from a tutorial, turned it into a template, and made 2 more. Then in a new file I made three buttons with the following action:

on (release) {
loadMovieNum(“plantoys.swf”, 4);
}

(the buttons all have the same action, but loading different movies)

This worked perfectly in testing, but when I exported the file after publishing it, it DOESN’T WORK!!! Everything is in the same folder, swf., html. etc.
Do I have to put absolute paths for the files? The strange thing is, when I uploaded my page with the file to server, and checked it, it looks like the whole field is clickable! Check it out:

http://www.tantesteef.nl/houten.html

Can anyone please help me with this, I’ve been working on this allweek!!
Thanks.

I don’t see the problem: “It looks like the whole field is clickable”. What whole field ? Can you explain a bit more in detail ?

Thanks for your reply

If you look at the page online you see the white field where the movie is supposed to start. The logo’s you see are buttons, so the rest of the shouldn’t be clickable, isn’t it?
The logo’s should start the movie, but they don’t.
You hav an idea?