/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var urlOfHostPage : String = ExternalInterface.available ? ExternalInterface.call( 'eval','window.location.href' ) : null;
You need to login to post a comment.
mgeduld on 11/30/10
3 people have marked this snippet as a favorite
tspitzr
onemanstudio
weavermedia
var urlOfHostPage : String = ExternalInterface.available ? ExternalInterface.call( 'eval','window.location.href' ) : null;
You need to login to post a comment.