Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一些帮助。我在影片剪辑上加载了 xml,我还有一个按钮可以转到另一帧,但 xml 一直在加载!!每次单击该按钮时,我该怎么做才能删除 xml?
我正在使用 flash cs4 AS3。请帮忙
你可以删除你的加载器内容。
delete myLoader.content;
或者,一旦您加载了 xml 内容,您就可以从阶段删除并删除您的加载程序:
removeChild(myLoader); delete myLoader;