Oct
10
2008
getURL in Action Script 3
There is a little more to write when you want to link from Flash to some website. Action Script 2 offered getURL method, Action Script 3 doesn't have it anymore.
It's a good practise to use try - catch statement to track any issues when navigating to website.
1 |
var myURL:String = "http://sierakowski.eu"; |
