View Full Version : Read current URL (or GET data)
Morrandir
10-17-2007, 09:43 AM
Hi there! :)
Is it possible to read the current URL from Browser?
Or - even better - is it somehow possible to read GET data directly?
panel
10-17-2007, 03:14 PM
1. use javascript function
import flash.external.*;
var curUrl:String = String( ExternalInterface.call(" function(){ return document.location.href.toString();}"));
2. use this solution
SWFAddress
http://www.asual.com/swfaddress/
3. ..or this solution
UrlKit
http://code.google.com/p/urlkit/
Morrandir
10-17-2007, 04:27 PM
Option 1 worked fine for me, thanks. :)
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.