Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能以某种方式检查查看此 Flash 的页面?
想看看我的 Flash 游戏是从 Facebook、Kongregate 还是在我自己的网站上玩的?
尝试通过ExternalInterface类调用 Javascript:
ExternalInterface
var url:String = ExternalInterface.call('window.location.href.toString');