Call phone from app

Call phone from app
How can I call phone number from my app. I use adobe flash cs 5.5 and actionscript 3.0

I can do that with javascript.
Can some help me to convert this code in actionscript???

Similar Messages

  • HT204150 I have recently switched to the latest i-phone. my contacts are updated by i-cloud between phone and mac laptop.there are only about 720 contats showing on phone from app. 1250 on the computer. please advise how to correct phone

    I have recently switched to the latest i-phone. my contacts are updated by i-cloud between phone and mac laptop.there are only about 720 contats showing on phone from app. 1250 on the computer. please advise how to correct phone

    On the mac, only contacts in the "iCloud" section will sync to other devices.  Those in the "On my mac" section do not.  Could that be your problem?
    To test the icloud situation, log into icloud.com with your mac's safari and to to the contacts page.  What you see there is what icloud has received from mac and iphone. 

  • Calling phones from other than home country

    While traveling overseas, in order to call phone numbers, should I use home country international dialing code or the code of the country I am in? Have tried several ways but nothing seems to be working.

    vinaysingh wrote:
    Thanks for your response. But let me state the problem differently. I live in the US and am traveling in Brazil now. I have enough Skype credits to make call mobile/landline numbers.
    While dialing from USA I dial 00 + country code + area code + number.
    My question is how do I dial an international number while in Brazil? Above format does not work. The code to dial international numbers from Brazil is 0021+ country code+ area code +number. But it does not work. I am surprised that this routine question is not answered on Skype web site and I have to post a message in order to get help.
    You would dial telephone numbers from Skype the same way, wherever you are, and even if you are in the same country as the number you are dialing.  Your location is irrelevant to Skype when calling phones. 
    To call a number in the States, you would dial +1 xxx xxx-xxxx (or 00 1 instead of +1).  For Brazil, you would have to start out with the Brazilian country code +55 (or 00 55) followed by the Brazilian area code and phone number.  The 21 you are referring to appears to be a code to select a Brazilian telephone carrier Embratel when placing a call within Brazil.  You can't use those carrier-selection codes when dialing from Skype.  Skip that, and dial the rest of the number as you outlined - 00, then country code, then area code and number. 
    Patrick
    Location/Ubicacion: Arizona USA
    Time Zone/Hora Local: UTC/GMT -7
    If this message has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.
    Si esto mensaje le ha ayudado, por favor haga clic en "Aceptar como solución". Si encuentra un mensaje útil, por favor "Da Kudos" al final del mensaje, por lo que esta información puede beneficiar a otros.
    I am not a Skype employee. No soy un empleado de Skype.

  • Calling EJB from app client

    Hello, everybody,
    I'm very new at EJB and I'm trying to learn it.
    I have created Enterprise Application using Netbeans IDE, I have EJB and APP client. What I want is to connect to my MySql database and get some info from table.
    For e.g. Login and Password.
    How can I call EJB from my client app which connects to my database and gets information I need?

    What server you are using?
    if you use jboss AS ,here is a simple Main class how to connect EJB and access ejb methods:
    package com.david.ejb.client;
    import java.util.Properties;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.rmi.PortableRemoteObject;
    import com.david.ejb.domain.Person;
    import com.david.ejb.domain.PersonRemote;
    public class Main {
         public static void main(String[] args) {
              try {
                   Context ctx = getInitialContext();
                   Object obj = ctx.lookup("PersonSessionRemote/remote");
                PersonRemote pr=(PersonRemote)PortableRemoteObject.narrow(obj, PersonRemote.class);
                Person p=new Person();
                p.setName("david");
                pr.addPerson(p);
                pr.findPerson(1);
                   // System.out.print(br.find(pk).getAuthor_name());
              } catch (Exception ex) {
                   ex.printStackTrace();
         private static Context getInitialContext() throws NamingException {
              Properties p = new Properties();
              p.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.NamingContextFactory");
              p.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
              p.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099");
              return new InitialContext(p);
    }Person is ant @Entity and PersonRemote is remote interfaces, to connect database you have to make datasource file at jboss-4.2.3.GA\server\default\deploy
    simle mysql-ds.xml looks like this:
    datasources>
       <local-tx-datasource>
          <jndi-name>some name</jndi-name>
          <connection-url>jdbc:mysql://localhost:3306/dbname</connection-url>
          <driver-class>com.mysql.jdbc.Driver</driver-class>
          <user-name>root</user-name>
          <password>root password</password>
          <min-pool-size>5</min-pool-size>
          <max-pool-size>100</max-pool-size>
          <idle-timeout-minutes>15</idle-timeout-minutes>
          <exception-sorter-class-name>com.mysql.jdbc.integration.jboss.ExtendedMysqlExceptionSorter</exception-sorter-class-name>
          <valid-connection-checker-class-name>com.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker</valid-connection-checker-class-name>
       </local-tx-datasource>
    </datasources>also at resources/META-INF directory you must have persistence.xml like this
    <persistence>
         <persistence-unit name="SimpleEjb">
              <jta-data-source>java:/some name</jta-data-source>
              <properties>
                   <property name="hibernate.hbm2ddl.auto" value="update" />
                   <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect" />
                   <property name="hibernate.show_sql" value="true"/>
                   <property name="hibernate.format_sql" value="true"/>
              </properties>
         </persistence-unit>
    </persistence>

  • HT6154 can i download phone number from app without passcode to make calls

    am i able to download phone number from app store without passcode to make calls

    You can send the back up assistant application to your device; however, you will need to go through your device to purchase it. For more information check here - -> http://tinyurl.com/3yxrxj4

  • Can't we get calls to normal mobile phones from apple iPad 3 wifi+4g

    I want to know weather we can get calls to normal mobile phones from apple I pad3 wifi+4g

    The iPad is not a mobile phone and therefore cannot make or receive calls. The iPad can send a message to another iOS device using the Messages app but the iPad cannot send or receive cellular text messages using the SMS system that all cell phones use. There may be an app that gets around this limitation though so check the App Store.

  • How do I delete videos and pictures from the iphone folder called "phone"?

    If I go to albums in the pictures app I have a folder called "phone". I want to clear up some space and delete pictures and videos from there, but there is no option "delete". These pictures are not in the icloud, but seem to be stored on the phone itself. I tried to access this folder through itunes and iphoto, but still n possibility to delete them. is there any way to delete those without flattening the whole thing?
    Thanks!

    It is synced you have to have the computer to do it.

  • My computer is accepting calls/texts from my phone. How do I stop this?

    My computer is accepting calls/texts from my phone. How do I turn off this feature?

    Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support
    On your Mac, open the FaceTime app and go to FaceTime > Preferences. Click Settings and deselect the iPhone Cellular Calls option.
    You can Turn off SMS forwarding form your iPhone in Settings->Messages->Text Message Forwarding  And turn off the devices you do not want to be receiving your SMS texts.

  • HT4946 When I restore my phone from a backup, isnt it suppose to give me all my apps back as well??

    When I restore my phone from a backup, isn't it suppose to give me back all my apps as well?

    No it is not, a back up holds App Data but not the app itself
    Apps are transfereed to iTunes by a method called "Transfer purchases" aswel as all purchases from the itunes or app store on the device.
    If the apps are on iTunes you need to sync them back to the iPhone.
    If the apps are not on iTunes on your pc/mac make sure you are signed into the correct Apple ID then go to App Store>Updates>Purchases here it will show you a list of the apps you have downloaded/purchased with that Apple ID. To download them simply click the cloud button with the arrow in the middle to the right of the app.

  • Issue in calling a web service from Apps instance

    Hi ,
    I have created a procedure to call a function which gives response by calling a web service URL.
    Requirement is,
    While calling this procedure , the response data has been stored in the table. This is working fine in the back end.
    Now , i call the same through concurrenet program . It is also getting stored but partially.. The exact data is missing ..other default tags are displayed in the column.
    PROCEUDRE:
    create or replace procedure cv_test_GetCityWeather_PROC(cityName in varchar2, country in varchar2 ,errbuf OUT nocopy VARCHAR2,retcode OUT nocopy VARCHAR2) is
    xmlResponse XmlType;
    begin
    xmlResponse := CV_Test_GetCityWeather(cityName,country);
    insert into xx_cv_test values(xmlResponse);
    fnd_file.put_line(fnd_file.log, 'hghghgh');
    EXCEPTION
    WHEN OTHERS THEN
    retcode := 'insert failed';
    fnd_file.put_line(fnd_file.log, 'response of the request is ' );
    --dbms_output.put_line('xmlResponse ' ||xmlResponse);
    end cv_test_getCityweather_proc;
    FUNCTION
    /*<TOAD_FILE_CHUNK>*/
    CREATE OR REPLACE function APPS.CV_Test_GetCityWeather( cityName varchar2, country varchar2 ) return XmlType is
    --// URL to call
    SOAP_URL constant varchar2(1000) := 'http://www.webservicex.net/globalweather.asmx';
    --// SOAP envelope template, containing $ substitution variables
    SOAP_ENVELOPE constant varchar2(32767) :=
    '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://www.webserviceX.NET">
    <soapenv:Header/>
    <soapenv:Body>
    <web:GetWeather>
    <web:CityName>$CITY</web:CityName>
    <web:CountryName>$COUNTRY</web:CountryName>
    </web:GetWeather>
    </soapenv:Body>
    </soapenv:Envelope>';
    --// we'll identify ourselves using an IE9/Windows7 generic browser signature
    C_USER_AGENT constant varchar2(4000) := 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)';
    --// these variables need to be set if web access
    --// is via a proxy server
    proxyServer varchar2(20) default null;
    proxyUser varchar2(20) default null;
    proxyPass varchar2(20) default null;
    --// our local variables
    soapEnvelope varchar2(32767);
    proxyURL varchar2(4000);
    request utl_http.req;
    response utl_http.resp;
    buffer varchar2(32767);
    soapResponse clob;
    xmlResponse XmlType;
    eof boolean;
    begin
    --// create the SOAP envelope
    soapEnvelope := replace( SOAP_ENVELOPE, '$CITY', cityName );
    soapEnvelope := replace( soapEnvelope, '$COUNTRY', country );
    --// our "browser" settings
    utl_http.set_response_error_check( true );
    utl_http.set_detailed_excp_support( true );
    utl_http.set_cookie_support( true );
    utl_http.set_transfer_timeout( 10 );
    utl_http.set_follow_redirect( 3 );
    utl_http.set_persistent_conn_support( true );
    --// configure for web proxy access if applicable
    if proxyServer is not null then
    proxyURL := 'http://'||proxyServer;
    if (proxyUser is not null) and (proxyPass is not null) then
    proxyURL := Replace( proxyURL, 'http://', 'http://'||proxyUser||':'||proxyPass||'@' );
    end if;
    utl_http.set_proxy( proxyURL, null );
    end if;
    --// make the POST call to the web service
    request := utl_http.begin_request( SOAP_URL, 'POST', utl_http.HTTP_VERSION_1_1 );
    utl_http.set_header( request, 'User-Agent', C_USER_AGENT );
    utl_http.set_header( request, 'Content-Type', 'text/xml; charset=utf-8' );
    utl_http.set_header( request, 'Content-Length', length(soapEnvelope) );
    utl_http.set_header( request, 'SoapAction', 'http://www.webserviceX.NET/GetWeather' );
    utl_http.write_text( request, soapEnvelope );
    --// read the web service HTTP response
    response := utl_http.get_response( request );
    dbms_lob.CreateTemporary( soapResponse, true );
    eof := false;
    loop
    exit when eof;
    begin
    utl_http.read_line( response, buffer, true );
    if length(buffer) > 0 then
    dbms_lob.WriteAppend(
    soapResponse,
    length(buffer),
    buffer
    end if;
    exception when utl_http.END_OF_BODY then
    eof := true;
    end;
    end loop;
    utl_http.end_response( response );
    --// as the SOAP responds with XML, we convert
    --// the response to XML
    xmlResponse := XmlType( soapResponse );
    --dbms_lob.FreeTemporary( soapResponse );
    --insert into xx_cv_test values(xmlResponse);
    return( xmlResponse );
    exception when OTHERS then
    if soapResponse is not null then
    dbms_lob.FreeTemporary( soapResponse );
    end if;
    raise;
    end;
    EXECUTION:
    select cv_test_GetCityWeather( 'Cape Town', 'South Africa' ) from dual
    Result is,
    <?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <GetWeatherResponse xmlns="http://www.webserviceX.NET">
    <GetWeatherResult><?xml version="1.0" encoding="utf-16"?><CurrentWeather> <Location>Cape Town, Cape Town International Airport, South Africa (FACT) 33-59S 018-36E 0M</Location> <Time>May 28, 2013 - 03:00 AM EDT / 2013.05.28 0700 UTC</Time> <Wind> from the NNW (330 degrees) at 7 MPH (6 KT) (direction variable):0</Wind> <Visibility> 4 mile(s):0</Visibility> <SkyConditions> mostly cloudy</SkyConditions> <Temperature> 57 F (14 C)</Temperature> <DewPoint> 53 F (12 C)</DewPoint> <RelativeHumidity> 87%</RelativeHumidity> <Pressure> 30.03 in. Hg (1017 hPa)</Pressure> <Status>Success</Status></CurrentWeather></GetWeatherResult>
    </GetWeatherResponse>
    </soap:Body>
    </soap:Envelope>
    While running Concurrent Program, by providing PARAMETERS : Cape Town, South Africa,
    the result is ,
    <?xml version="1.0" encoding="UTF-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <GetWeatherResponse xmlns="http://www.webserviceX.NET">
    <GetWeatherResult>Data Not Found</GetWeatherResult>
    </GetWeatherResponse>
    </soap:Body>
    </soap:Envelope>
    Why the outputs are different for the same procedure..
    Anybody , Please help me to fix this issue.
    Thanks
    Winsky

    duplicate post
    Please see
    Calling webservice from PLSQL
    Please confirm are you the one who post the above thread
    ;) AppsMAsti :)
    sharing is Caring

  • I upgraded my iphone 3GS and now it won't play sounds from apps or music. I also cannot sync my music onto my phone.. PLEASE HELP! :(

    Hi Guys
    I recently upgraded my iphone 3GS to the new ioS 5.1. After I did this and synced my phone, it won't let me play any audio from apps, itunes or music. It will allow the phone to ring but that is all. When I use viber I have to press this button and change it from docking to iphone. I take it that the phone thinks I'm permanently on a docking system.
    It also will not sync my music back to my phone. My music is on itunes but it won't let it sync.
    I have restored my phone twice and it still won't work - HELP!! Please???

    Your device is broken.  If you want a device that works better than the one you have now, then you'll either need to bring your phone into Apple for out of warranty exchange ($149), or find a 3rd party repair shop in your area and see what they can do, if anything at all.

  • I cannot log onto the App Store, the page appears when I call it from the dock or the Apple menu. I can call the log-in box from the menu bar, but on signing in the spinning icon just keeps spinning,(not the beachball). Any suggestions? Using 10.6.7 and u

    I cannot log onto the App Store, the page appears when I call it from the dock or the Apple menu and I can call the log-in box from the menu bar, but on signing in the spinning icon just keeps spinning,(not the beachball).  Using 10.6.7 and up-to-date on all software. Any suggestions?

    Could be a third party app preventing you from being able to login.
    Mac App Store: Sign in sheet does not appear, or does not accept typed text
    If it's not a third party issue, follow the instructions here.
    Quit the MAS if it's open.
    Open a Finder window. Select your Home folder in the Sidebar on the left then open the Library folder then the Caches folder.
    Move the com.apple.appstore and the com.apple.storeagent files from the Caches folder to the Trash
    From the same Library folder open the Preferences folder.
    Move these files Preferences folder to the Trash: com.apple.appstore.plist and com.apple.storeagent.plist
    Same Library folder open the Cookies folder. Move the com.apple.appstore.plist file from the Cookies folder to the Trash.
    Relaunch the MAS.

  • HT201077 Why can't I access my iCloud albums from apps on my mobile devices?When I go to access my albums from any app on my phone or iPad, I cannot access the iCloud albums, only the albums synced with iTunes/iPhoto manually.  This is frustrating because

    When I go to access my albums from any app on my phone or iPad, I cannot access the iCloud albums, only the albums synced with iTunes/iPhoto manually.  This is frustrating because I cannot add to those albums from mobile device, I have to add to them during a Mac sync.  I would like to be able to use my iCloud albums to organize my photos but if I cannot access them from apps it seems pointless.  I will end up having to maintain both an iCloud library and a separate iPhoto library which is more work that seems necessary.  I want everything easy to organize and access.  It seems like in this age where most people are more likely to use their mobile devices than their Macs (and some do not even own Macs) that there should be a mobile solution.  Hopefully I am simply without a clue and you folks can help me out with a fix or a source of info as a solution.  I have not found answers yet.

    gail from maine wrote:
    Hi keriah,
    When you go to Settings>Pages, do you have the "Use iCloud" option turned on?
    Cheers,
    GB
    That was it!  Thanks!!!

  • I downloaded a free App called ThaiPad from Bangkok Post newspaper. I downloaded on my PC running Windows 7. The Bangkok Post recommended itunes for downloading. I completed download but it would not open. I am assuming that perhaps this App. was for iPod

    I downloaded a free App. called ThaiPad from Bangkok Post newswpapers. I downloaded on my PC running Windows 7. The Bangkok Post recommended itunes for downloading. I completed the download but it would not open. I assume that this App was for iPad or iPod etc as the Bangkok Post wants to sell content,  after the free content,  via itunes store I assume. Can someone tell me if I can open this in Windows 7 and if so how. Thanks.

    Any app that you download using iTunes is for use only on iPad, iPhone, or iPod Touch, and not on a PC. It's possible they have a separate app for PC, as some companies do, but the one you downloaded via iTunes definitely will not open in Windows 7.
    Message was edited by: ClayG

  • I have apps from old work account that I can't remember the password to. On my personal phone those apps keep showing up but I can't update them because I can't remember the password. How can I delete them and download on my new account?

    I have apps from old work account that I can't remember the password to. On my personal phone those apps keep showing up but I can't update them because I can't remember the password. How can I delete them and download on my new account?

    Tap and hold an app until they all start jiggling and an X appears in the icon's top left corner. One by one tap the X to delete the app. when they are all gone you are free to buy them again with your own account.

Maybe you are looking for

  • Max No. of columns returned in Query Template

    Hi All, Is there any limit to the max number of columns that can be returned for a sql query using the Query Template? Regards, Arijeet

  • Home Sharing from two different Macs to a Media Center

    I am using an old G5 iMac as a Media Center in my basement. I have Home Sharing setup on my daughter's Macbook so that when she buys new music, movies or TV shows they automatically transfer to the Media Center iTunes Library. Is it possible to get m

  • No digital trigger signal on a PFI x-port in a PCI-6259

    Hi, I am using a PCI 6259 DAQcard (with a SHC68-68-EPM cable and version:2.9.1f0) to get an analog signal and a digital signal. The analog signal is used in NI MAX or NI Signal Express (DAQmn 9.7.5) to trigger it with the digital signal. When the dig

  • BI Publisher - Scheduler Tab Disabled

    Hi all -- I am trying to schedule a report in BI publisher to see how it works. I have done the scheduler configuration using Oracle 10g's test schema "SH". When I click on the Test Connection option I get the message "Connection Established Successf

  • Is it possible to create a spatial index on a view?

    Hi Is it possible to create a spatial index on a view? We would like to link our spatial tables to each other (using only one of the SDO_GEOMETRY fields) in a view & make it very easy so that anybody can work with the data. Thanks Caroline.