/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var urlPath = ExternalInterface.call('eval', 'window.location.href'); ExternalInterface.call('alert',urlPath);
You need to login to post a comment.
lzyy on 04/09/09
1 person have marked this snippet as a favorite
var urlPath = ExternalInterface.call('eval', 'window.location.href'); ExternalInterface.call('alert',urlPath);
You need to login to post a comment.