开发者

Flash object location

Hello i need to know there my flash application is running. in object src my domain. but flash running on others domains. and i want to know where. 开发者_如何学JAVAand send it with request on my server. Thanks. sorry for y bad grammar.


Have a look at: LoaderInfo.url

class Main extends Sprite{

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

}


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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜