Flash 影片导出的所有类的列表
Flash 影片加载另一个包含各种断言的影片 - 其库中设置了“导出为动作脚本”设置的影片剪辑。
有没有什么方法可以从加载它们的电影中确定所有这些导出断言的类名列表?
A Flash movie loads another movie that contains various asserts - movie clips in its library with 'Export for Action Script' settings set.
Is there any way to determine the list of class names of all these exported asserts from within the movie that loads them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕你不能在 Flash 中做到这一点。
您可以使用 检查给定的类是否存在ApplicationDomain::hasDefinition()
I am afraid you cannot do that in Flash.
You can check if a given class is present using ApplicationDomain::hasDefinition()