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/
精彩评论