Closing an embedded .swf?

Hi all,

Im trying to create an advert that opens over my .asp page, and i want to have a close button within the flash file so that it closes the movie, but not the webpage.

Any ideas would be much appriciated.

Cheers

Luke

just make for instance your frame one the closed frame. then put [AS]on(release){
mc.gotoAndStop(1);
}[/AS]as for putting the flash over things, simplistik’s put together a nice little file.

cheers for that.

works a treat!