/ Published in: ActionScript 3
Expand |
Embed | Plain Text
import flash.external.ExternalInterface; //Method 1 var urlPath = ExternalInterface.call("window.location.href.toString"); //Method 2 var urlPath = loaderInfo.url;
You need to login to post a comment.
