Hi,
I'm trying to build a floating banner, wich moves around a web page, stops, and the it has a close button, so the user can close the ad and see the page normally.
Since it's online i can't use:
on(release) {
fscommand("quit", true);
}
I dont want the browser window to close so i can't use:
Get URL ("javascript:window_close()")
I just want the flash to dissapear. I can stop all movies with:
on (release) {
this._visible = false;
But the area of the flash movie is still active. Except in Internet Explorer, where everything works.
Any help?




Bookmarks