简体   繁体   English

Flash对象位置

[英]Flash object location

Hello i need to know there my flash application is running. 您好,我需要知道我的Flash应用程序正在运行。 in object src my domain. 在对象src我的域中。 but flash running on others domains. 但Flash在其他域上运行。 and i want to know where. 我想知道在哪里 and send it with request on my server. 并在我的服务器上发送请求。 Thanks. 谢谢。 sorry for y bad grammar. 对不起,您的语法不好。

write some code in your application to send it's domain to a server. 在您的应用程序中编写一些代码,以将其域发送到服务器。 There are also good 3rd party tools that can track your app, i like mochi: http://www.mochimedia.com/developers/ 还有一些不错的第三方工具可以跟踪您的应用程序,我喜欢mochi: http : //www.mochimedia.com/developers/

Have a look at: LoaderInfo.url 看看: LoaderInfo.url

class Main extends Sprite{

      public function Main(){
           trace(this.loaderInfo.url);  
      }

}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM