
I can include a "close" button that will unload the video that is getting pulled in no problem, but the problem is the Flash wrapper is still there. Is there any way from within Flash to click a button and have the Flash wrapper completely disappear? Basically, close the entire Flash movie so it is no longer on the page without closing the page? And if so, how?
Any strategy help would be appreciated. Thanks, all.
If you would like to make a comment, please fill out the form below.
from flash call
ExternalInterface.call(”removeFlashContainer”);
where “removeFlashContainer” is javascript function that removes the container