Thursday, February 02, 2006

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.
  1. make a call: getURL("tel:0800080080");
  2. send short message: getURL("sms:0943434454");
  3. 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)

0 Comments:

Post a Comment

<< Home