how do you get the URL thats in the browsers address bar?
function getURLFromAB():void
{
var urladdress:String = // some command goes here
trace(urlAddress);
}
how do you get the URL thats in the browsers address bar?
function getURLFromAB():void
{
var urladdress:String = // some command goes here
trace(urlAddress);
}
:: Copyright KIRUPA 2026 //--
``` ```