获取SWF文件中的物理路径

发布于 2024-11-08 16:23:27 字数 206 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

糖粟与秋泊 2024-11-15 16:23:27

您可以通过以下方式获取 swf 的当前 url:

root.loaderInfo.url;

you can get the current url of your swf this way :

root.loaderInfo.url;

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文