Flash Lite [19] getURL( )
In Flash, we use getURL( ) to open a webpage or send a Email. It also works in the Flash Lite 1.1.
For the mobile phone, getURL( ) has more functions.
For the mobile phone, getURL( ) has more functions.
- make a call: getURL("tel:0800080080");
- send short message: getURL("sms:0943434454");
- send multimedia message: getURL("mms:0943434454");
If you would like to know more, you can refer to the official document.
Flash Lite 1.x ActionScript Language Reference.pdf (p20-22)

