I need to use a *.swf file in my Google blogger site,
So I upload my *.swf file to www.000webhost.com, because I think blogger not support to upload *.swf files and we need to use external storage for *.swf files.
Before to load the *.swf file in my site, it need to check the browser Url to prevent use it in another site.
So I tried
var myurl:String = loaderInfo.loaderURL;
and
var lc:LocalConnection = new LocalConnection();
var myurl = lc.domain;
but both gives the Url to *.swf file, not the browser Url.
How to get the browser Url to a variable in adobe flash?