我有一个通过加载外部SWF文件并在Adobe / Air应用程序中播放它们的应用程序。我一直试图找到一种方法,从按钮单击事件卸载他们。我有谷歌的天壤之别,似乎没有人能够在没有黑客的情况下这么做。我看到人们使用的代码组合如下:
swfLoader.source = ""; // Removes the external link to the SWF.
swfLoader.load(null); // Forces the loader to try to load nothing.
// Note: At this point sound from the SWF is sti