'close' button on kirupa php/e-mail movie

I uploaded this php file I found here [I believe]…

What I want is for people to be able to ‘x’ out of this swf file if they choose, so I added a ‘close’ button on the top/right corner of the movie…

I enclosed this code on the ‘hit’ frame of the close button/movie:

on (release) {
unloadMovie(“php_email3.swf”, 1);

It doesn’t work. Here’s the .swf file:

http://www.guildadimi.com/Aqua/php_email3.swf

And you can create a ‘save as’ to download the fla… Just use the same path and file name, with an .fla extension instead of .swf.

I’m so sorry… I’m following up on all the questions and problems posted by forum members here, and I seem to be the dumbest one…

P.S. … How do I ‘disable close on enter’…?