获取SWF文件中的物理路径
我正在使用 UILoaders 将不同的 .swf 文件加载到主 .swf 中,并且当我尝试在一系列步骤后加载特定的 .swf 文件时遇到问题。
我想知道是否有一种方法可以查看应用程序所在的当前路径,以便我可以知道我的相对路径是否正常工作或者是否必须更改它们。
我想在 this.path 之类的地方做一些事情,或者任何以这种方式工作的事情。
谢谢。
I'm using UILoaders to load different .swf files into the main .swf and am having a problem when I try to load a specific .swf file after a series of steps.
I wanted to know if there was a way to see which is the current path that the application is in so that I can know if my relative paths are working or if I have to change them.
I want to do something in the likes of this.path, or anything that works that way.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过以下方式获取 swf 的当前 url:
root.loaderInfo.url;
you can get the current url of your swf this way :
root.loaderInfo.url;