更改到另一个帧时卸载 xml(电影剪辑)时出现问题
我需要一些帮助。我在影片剪辑上加载了 xml,并且还有一个按钮可以转到另一个帧,但 xml 一直在加载!每次单击该按钮时,我该如何删除 xml?
我正在使用 flash cs4 AS3。请帮忙
I need some help. I loaded xml on a movieclip and i also have a button to go to another frame but the xml keeps loadding!! what can i do to remove the xml each time i click on that button?
I'm using flash cs4 AS3.Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以删除您的加载程序内容。
或者,一旦加载了 xml 内容,您就可以从阶段中删除加载器:
you could just delete your loader content.
Or once you load you xml content, you could just remove and delete your loader from stage: