Question
I need an AS2 button that closes out a pop-up window...
So, I’ve constructed a portfolio site with ActionScript 2.0, but I would like the pop-up window that displays the portfolio image to have its own ‘X’ button that closes the swf movie from the browser. I’m assuming that the code begins something like this:
on(release){
//actionscript 2.0 code that closes the browser window.
}
Any suggestions on how this will work across platforms and browsers?
Best,
R.
