I have searched on the discussion board and can't find the answer to this.
I want the flash program to disappear when it ends. So, right now the flash starts automatically when the page opens, which is what I want. I have two buttons that allow the user to stop the flash in which case it will disappear (I set the button property to (on click):
Flash.Stop("WMD Flash");
Flash.SetVisible("WMD Flash", false);
This is fine, but if a user watches the whole flash program, I would like it to disappear automatically at the conclusion.
Any help is greatly appreciated. P.S. I am not using Macromedia but Coffee Cup Firestarter.

