有没有可能以某种方式检查这个Flash是在哪个页面上查看的?
想看看我的flash游戏是在Facebook,Kongregate还是我自己的网站上玩的吗?
发布于 2012-09-28 06:55:00
尝试通过ExternalInterface类调用Javascript:
var url:String = ExternalInterface.call('window.location.href.toString');https://stackoverflow.com/questions/12630883
复制相似问题