Get Current Browser URL - ActionScript 3

前端 未结 6 1707
悲&欢浪女
悲&欢浪女 2020-12-17 18:51

I\'m trying to get current browser url. I have already tried with External Call, and it didn\'t work. And with loaderInfo.url I receive the current SWF url.

6条回答
  •  甜味超标
    2020-12-17 19:55

    I have been using flash for a long time and never noticed this one. It only gives the domain though for security. It does work through loaded swfs as well. Not sure about iframes.

    Security.pageDomain
    

提交回复
热议问题