
January 25th, 2013, 01:11 PM
|
Registered User
|
|
Join Date: Jan 2013
Posts: 1
Time spent in forums: 2 m 43 sec
Reputation Power: 0
|
|
Flash Builder Call *1100#
I have a link in my Flash Builder project that when you
press a button it should automatically call that code
(using the normal telephone app in iOS). The current code:
Code:
navigateToURL(new URLRequest("tel:*1100#")) ;
will not work. Nothing happens when clicking the button.
Can anyone help me get it to work calling * 1100 #?
|