Return to Snippet

Revision: 36911
at November 30, 2010 08:08 by mgeduld


Initial Code
var urlOfHostPage : String =  ExternalInterface.available ? ExternalInterface.call( 'eval','window.location.href' ) : null;

Initial URL


Initial Description


Initial Title
Get the URL of the host webpage

Initial Tags
url, html, page

Initial Language
ActionScript 3