Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can use a URL Syntax from a Flex App to open the 'native' controls for sending / receiving text messages. You can do somthing like this:</p> <pre><code>navigateToURL(new URLRequest("sms:6175551212")) </code></pre> <p>It's not perfect, and still does not give you access to the address book, though. To add message text, you can use the body attribute as a URL variable:</p> <pre><code>navigateToURL(new URLRequest("sms:6175551212?body=hello%20there")) </code></pre> <p>(<a href="http://en.wikipedia.org/wiki/URI_scheme" rel="nofollow">Source for body url variable</a>)</p> <blockquote> <p>I realise there isn't much in the way of accessing phone specific API's through flex at the moment, does anyone know if or when this is coming?</p> </blockquote> <p>AIR 2.5 for TV has something called <a href="http://www.adobe.com/content/dam/Adobe/en/devnet/devices/pdfs/DevelopingActionScriptExtensionsForAdobeAIR.pdf" rel="nofollow">ActionScript extensions</a>, which allows you to write native code that can then be used from Adobe AIR.</p> <p><a href="http://www.flashmobileblog.com/2011/07/12/200k-adobe-air-app-challenge-for-sony-tablets/" rel="nofollow">This Blog Post</a> mentions "the Sony Tablet S2 you will use the upcoming Native Extension feature in AIR 3". </p> <p>So, I perceive that Air 3 will support the same ActionScript Extensions on a wider range of devices.</p> <p>I believe most people who have immediate / important access to AIR APIs are building Native Apps and not using Adobe AIR. </p> <hr> <p>My update 1/18/2011; AIR 3 has been released and it does indeed support <a href="http://www.adobe.com/devnet/air/native-extensions-for-air.html" rel="nofollow">Native Extensions</a> on iOS, Android, OSX, and Windows PCs. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload