I read the help and searched the forums, but this is my first time coding in AS 3.0 - Can someone translate this for me so I can start to figure out how it works? Thanks!
[AS]reportBtn_mc.onPress = function () {
getURL(“http://www.skimonarch.com/snow_report.asp”)
}
webCamsBtn_mc.onPress = function () {
getURL(“main/index.php?option=com_content&view=article&id=113”);
};
[/AS]