Flash Builder 4.6 mobile connetion oracle and php

Hi everyone im new in flash builder and as far i know Flash Builder 4.6 gives you the option to create sample PHP code, but only gives an option for a MySQL database.  Does anyone have some PHP sample code for using Oracle? I try few proyect and they work perfect but i dont know how to do it for oracle
Thnx a lot XD

After searching on internet and have hands on this problem, finally found the solution.
SAMSUNG Galaxy Y S5360 has CPU 830 MHz ARMv6 and minimum requirement of minimum system requirements for AIR 3.3 Beta on Android :
CPU: ARMv7 processor with Vector FPU, Minimum 550MHz, OpenGL ES2.0, H.264 & AAC H/W Decoders OS: Android 2.2, 2.3, 3.0, 3.1, 3.2 & 4.0 RAM: 256MB RAM
Later I used a Motorola mobile handset with higher version my .apk file worked well.
Click here For Samsung Galaxy Y S5360 Phone Specification
thanks to everyone for your efforts.

Similar Messages

  • Flash Builder 4.6 Mobile Application Packaging and Exporting

    Hello Everyone,
    I'm novice to Flash builder,using Flash Builder 4.6 to develop android application.
    It runs in desktop no error occur. But when I export it or try to run it on my
    SAMSUNG GALAXY Y S5360 phone it doesn't run. It's Android version is 2.3.6
    I plugged the USB with pc and tried to run on app on my phone.
    First builder ask that Do you want to install ADOBE AIR to device I select the "YES" option then after it go for 57% and show me an error
    Error occurred while installing the applicaiton: pkg:/data/local/tmp/Runtime.apk   Failure[INSTALL_FAILED_CPU_ABI_INCOMPATIBLE] 3261 KB/s (8653085 bytes in 2.333s)
    And when I Export and Release Build for .apk file.I select the Captive Runtime.
    Then it shows a message
    The package(s) were successfully created but the application could not be installed on one or more devices:   Device ID 0123456789ABCDEF(Google Android): Problem Occurred while installing ADOBE AIR.
    Please guide me...
    Thanks

    After searching on internet and have hands on this problem, finally found the solution.
    SAMSUNG Galaxy Y S5360 has CPU 830 MHz ARMv6 and minimum requirement of minimum system requirements for AIR 3.3 Beta on Android :
    CPU: ARMv7 processor with Vector FPU, Minimum 550MHz, OpenGL ES2.0, H.264 & AAC H/W Decoders OS: Android 2.2, 2.3, 3.0, 3.1, 3.2 & 4.0 RAM: 256MB RAM
    Later I used a Motorola mobile handset with higher version my .apk file worked well.
    Click here For Samsung Galaxy Y S5360 Phone Specification
    thanks to everyone for your efforts.

  • Running a Flash Builder 4.5 Mobile BlazeDS Application on the Device

    I've been developing a Flex Mobile application in a Flash Builder 4.5 mobile project.  The project uses a java/blazeds server, which is a spring application using the spring blazeds integration. I created the project with the Root URL property in Flex Server settings set to localhost (http://localhost:8080/myServerApp), and all has worked well.  I'm now trying to run the application on a usb connected android device, and am getting a warning that the device can't access my localhost location.  I changed localhost in the Root URL property to the ip of my workstation on the local wifi network the device and workstation are connected to (say http://10.0.0.2:8080/myServerApp), and receive the following error stack:
    ArgumentError: Error #2004: One of the parameters is invalid.  url: 'http:'
              at flash.net::NetConnection/connect()
              at mx.messaging.channels::NetConnectionChannel/internalConnect()[E:\dev\4.5.1\frameworks\pro jects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:240]
              at mx.messaging.channels::AMFChannel/internalConnect()[E:\dev\4.5.1\frameworks\projects\rpc\ src\mx\messaging\channels\AMFChannel.as:307]
              at mx.messaging::Channel/connect()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\messaging\Cha nnel.as:884]
              at mx.messaging::ChannelSet/connectChannel()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\mes saging\ChannelSet.as:1707]
              at mx.messaging::ChannelSet/reconnectChannel()[E:\dev\4.5.1\frameworks\projects\rpc\src\mx\m essaging\ChannelSet.as:1809]
              at flash.utils::Timer/_timerDispatch()
              at flash.utils::Timer/tick()
    When I change the root url back to localhost, the error persists, and the only way to recover is to start a new project.  Am I doing something stupid or what?  Any help is greatly appreciated.
    Jay

    Hi,
    Looks like a debug build of your application was submitted.
    You have to "Export Release" a build of your application specifically for App store submission. Look at Step 4, sub-step 3 in "Package for distribution".
    Can you confirm if you picked "Final release package for app store" in "Export Release Build"?
    -Anirudh

  • Flash Builder 4.6 Mobile Project Using Blazeds & Native Extension

    Hi,
    I'm building a Flex Mobile project in FB, that uses BlazeDS to access data through a Spring Project, and also uses an ANE file to access the device's contacts.  I want to debug the application on a device connected with a USB cable, so had to set my root and output folders in Server Settings  using UNC so it can be found from my device thru my wifi network. I also have added the native extension via the Build Path and Packaging tabs.  When I debug from a desktop emulator, things launch OK and the extension correctly tells me it's not supported on the emulator. However, if I debug on the device, FB throws an exception at launch, complaining of a java null pointer exception.  The Eclipse log, in part, looks like this:
    com.adobe.flexbuilder.project.AbstractXMLModel$FileReadException: org.eclipse.core.internal.resources.ResourceException: Resource '/NewOne-debug/NewOne-app.xml' does not exist.
              at com.adobe.flexbuilder.project.air.internal.xml.ApplicationXMLModel.<init>(ApplicationXMLM odel.java:102)
              at com.adobe.flexbuilder.project.air.AppXMLCreator.init(AppXMLCreator.java:91)
              at com.adobe.flexbuilder.project.air.AppXMLCreator.<init>(AppXMLCreator.java:80)
              at com.adobe.flexbuilder.project.air.AppXMLCreator.<init>(AppXMLCreator.java:73)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.getAppXMLCreator (AppXMLFileANEExtensionHandler.java:153)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.retainExtensionI ds(AppXMLFileANEExtensionHandler.java:315)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.modifyAppXMLforPackaging(ANECont roller.java:371)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.modifyAppXMLforPackaging(ANECont roller.java:338)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AbstractANEPackageHandler.modifyAppXMLforPacka ging(AbstractANEPackageHandler.java:91)
              at com.adobe.flexide.launching.multiplatform.launchhandlers.AbstractMultiPlatformLaunchHandl er.applyNativeExtensionDetails(AbstractMultiPlatformLaunchHandler.java:164)
              at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.doPackage(ADBLaunchHan dler.java:424)
              at com.adobe.flexide.multiplatform.android.launching.ADBLaunchHandler.launch(ADBLaunchHandle r.java:250)
              at com.adobe.flexide.launching.multiplatform.MultiPlatformLaunchDelegate.launch(MultiPlatfor mLaunchDelegate.java:191)
              at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:244)
              at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:134)
              at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
              at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
              at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)
              at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)
              at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: org.eclipse.core.internal.resources.ResourceException: Resource '/NewOne-debug/NewOne-app.xml' does not exist.
              at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:320)
              at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:194)
              at org.eclipse.core.internal.resources.File.getContents(File.java:287)
              at org.eclipse.core.internal.resources.File.getContents(File.java:278)
              at com.adobe.flexbuilder.project.air.internal.xml.ApplicationXMLModel.<init>(ApplicationXMLM odel.java:100)
              ... 19 more
    I guess the problem is that when the application tries to run on my device, the extension is not finding the application descriptor file.  Is there anything else I need to do?
    I appreciate any help.
    Jay

    Here's the fix in case anyone else runs into this problem.  When Flash Builder is building the deployment during launch, it converts the mapped path to a mangled local path for the ane to find the descriptor to a relative path, which can't be found and throws the null pointer.  Making the Output Folder path actually local to the computer, as opposed to the default that FB creates, resolves the error, and still allows blazeds access from the device.

  • Flash builder 4.5 + mobile apps + mx components : error#1014

    Hi everyone,
    I found about the capabilities of Flex/Air a few weeks ago and I started experimenting. I'm interested in the mobile apps in particular.
    I downloaded the final release of Flash Builder and started to "code" a few things (I am fairly new to ActionScript too).
    The thing is I have errors when launching the mobile apps on an emulator or on my Desire HD.
    Typical example is this app from Ryan Stewart : http://blog.digitalbackcountry.com/2011/03/slides-and-assets-from-adobe-refresh/
    I tried to run his CollaborationMobile App (as I want to work with LCCS) onto a device emulator thanks to Flash Builder but I get the following errors :
    VerifyError: Error #1014: Class mx.containers::Canvas could not be found.
         at flash.display::MovieClip/nextFrame()
         at mx.managers::SystemManager/deferredNextFrame()[E:\dev\hero_private\frameworks\projects\fr amework\src\mx\managers\SystemManager.as:284]
         at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\hero_private\ frameworks\projects\framework\src\mx\managers\SystemManager.as:2633]
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.preloaders::Preloader/timerHandler()[E:\dev\hero_private\frameworks\projects\framework \src\mx\preloaders\Preloader.as:515]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    VerifyError: Error #1014: Class com.adobe.coreUI.controls::RichTextArea could not be found.
         at flash.display::MovieClip/nextFrame()
         at mx.managers::SystemManager/deferredNextFrame()[E:\dev\hero_private\frameworks\projects\fr amework\src\mx\managers\SystemManager.as:284]
         at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\hero_private\ frameworks\projects\framework\src\mx\managers\SystemManager.as:2633]
         at flash.events::EventDispatcher/dispatchEventFunction()
         at flash.events::EventDispatcher/dispatchEvent()
         at mx.preloaders::Preloader/timerHandler()[E:\dev\hero_private\frameworks\projects\framework \src\mx\preloaders\Preloader.as:515]
         at flash.utils::Timer/_timerDispatch()
         at flash.utils::Timer/tick()
    and a few others...
    I have no clue of the reason of these errors...
    Thanks for the help

    Try to avoid using MX components in mobile apps.

  • Flash Builder 4.6 mobile simulator question

    I have Flash Builder 4.6 for Mac, I'm  developing a mobile application for iOS. When I test the application, the simulator comes up huge, is there a way
    to configure the simulator so that the simulator show itself as being the same dimensions as what the application would be if were actually on an iPhone 4.
    Thanks.

    Not that I know of within Flash Builder however it is possible to make a web page and manually calculate what the final size would be by dividing screen DPI by the device dpi and scaling the resolution accordingly.
    There is a hack to get screen DPI in JavaScript:
    <div id='testdiv' style='height: 1in; left: -100%; position: absolute; top: -100%; width: 1in;'></div>
    var screenDPI = document.getElementById('testdiv').offsetWidth;
    NOTE: DPI is mostly standard across browsers and generally you get 96 on Windows and 72 on Mac. However, as the browser is rendering based on this DPI (and not your actual screen DPI) everything matches up.
    After you get the final dimensions then you just change the width/height of your Flash div on the web page. There are a lot of documents available on the web on how to resize the Flash content inside a web page if you need help with this.

  • Flash Builder 4 super slow when Workspace and Project is on Network Drive

    Hi I was wondering if maybe it is not common practice to create a workspace and project in a Network Drive? When I do this Flash Builder runs extremely slow ( build workspace slow, saving slow, code hinting slow, undo slow, etc, etc, etc). Very painful!
    When I place the same project locally on my C drive everything runs fine. So should I not be running things off the network? I would really like to since all my files are on the network with backup system. Can anyone offer some advice? Or maybe I need to optimize something? Thanks
    - D

    Hi.
    Having your workspace and project on a network drive is not recommended as Flash Builder writes and reads a lot from the workspace and that will be slow.
    A version control system such as svn or git with a repository hosted on your network drive should be perfectly fine. (You only take the hit when you check in and check out)
    -Anirudh

  • Flash Builder 4 beta 2, Managed objects and IUID

    Hey Everyone,
    I just installed Flash Builder 4 beta 2, I am getting compiler errors now on my managed data service classes that implement IUID:
    [Managed]
    public class Foo implements  IUID {
    private var uid:String;
      public function set uid(value:String):void {
                this.uid=value;
    The compile error is on the above setter and says: [Managed] requires 'uid' to be of type 'String' , not sure what I am doing wrong here, and this was working on beta 1, any ideas?
    Thanks.

    Did you try a full clean and build?  Also try a new test app to reduce the number of possibilities.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Flash Builder 4.5 with Firefox - crashes and no performance data.  How to fix?

    I am an experienced Flex developer, but new to the Flash Builder 4.5 Profiler.  I'm using Firefox 5.0 and Shockwave Flash 10.2.153.1.  Windows XP.
    I have several problems:
    1) in the profile view during a run, the buttons are dimmed and therefore I cannot "Capture Performance Profile".
    2) almost every time I run, the Flash Player in Firefox crashes (And now worse, using that same profile, Firefox crashes randomly, but quickly on ANY web pages.  I smell a re-install of Firefox coming.)
    3) there is the option to configure for the Standalone Flash Player and a browser.  How do I say WHICH one to use for a given profile run?
    If I configure the browser to be IE, Firefox runs anyway.
    Any ideas?  Suggestions?  Thanks for the time.
    Message was edited by: ozDiGennaro

    I have solved the crash by reinstalling the latest Flash Player.
    The configuration issue is not as important.
    The solution was simple.  In the "Profile" view, select the "[Running]" instance.  This enables the important buttons, like "Capture".
    This causes a "Performance Profile" line to appear, linked to the running instance.  Double click to view the info.
    Thanks for listening.
    Oz

  • Flash Builder 4.5, Parsley 2.4 and profiling crashing

    Hi,
    I have been having a lot of grief with FB 4.5 profiler failing on a socket connection where I am profiling an app that uses Parsley 2.4. Initially I thought the problem was related to some characterisitic of the application and/or the machine I am profiling from. However, I can across a bug opened on the Parsley 2.4 core.
    http://opensource.powerflasher.com/jira/browse/PSL-658;jsessionid=1C0A79D177980E4E5D0F6D35 F1BA4CAD?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
    Is the finger pointing at FB 4.5 accurate? If so, is there a fix available or planned?
    Thanks,
    Steve

    Well, sort of.  Flash Builder profiler will fail if there are too many objects to profile.  Adding Parsley puts a load on the profiler, but so can any framework or tons of code.
    IMHO, if FlashBuilder is failing (and you’ve tried to give it as much memory as you can) it is actually a sign that your app needs re-factoring so there aren’t as many objects around at any given time.

  • Cloud thinks I have Flash builder installed, so i cant download and install it

    I have a new pc, with my old network profile.
    I need to use flash builder, but cloud thinks I have it installed.
    As a result I cant download it or install it.
    Under apps in Cloud controll panel it informs me that Flash builder premium is up to date

    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

  • Integrate Oracle and PHP

    Im trying to access my database using PHP, the problem is that i can get the Oracle Functions (PHP) to be recognized (It sends the following statement: Undefined Functions). Probably it's because I need some Oracle Libraries, but where can i get them...or which ones do i need in order to integrate it with PHP.
    I hope you can help me out :)

    Probably the wrong forum but I don't know where to direct you so I'll give it a go :-)
    Check out:
    * http://vsbabu.org/tutorials/oraphp.html (a bit dated but the comment at the end suggests some workarounds for Oracle8i)
    * For general purpose reference check out http://www.php.net and search for Oracle
    The client libraries you need are SQLNet or in Oracle8i terminology Net8 and in 9i, Net9i. These are on your database CD, normally on the client CD. If you can fire up SQLPlus on the machine running PHP you pretty much will be configured ... SQLPlus comes from the client CD too.
    You can download the client CD at:
    http://otn.oracle.com/software/products/oracle9i/content.html
    Given its size of 600M (the install is much smaller) it can be a lot easier to use an existing copy you have on site.
    Mike.

  • CS5.5 Flash Builder will not open after unistallation and reinstallation

    10.8 up to date...
    I have been fighting with CS5.5 on 10.8 since august 8th!  Adobe helped somewhat, by helping me assure permissions were correctly set on their files. However, when i go back into the get info window , once in a while instead of seeing one of the admin users (myself and my husband) listed, I see a "fetching" in the user name colum.  it just keeps searching and never stops.  I have to delete the fecting and manually add our admin accounts to the permissions list.  Also, in my user home folder the applications file is empty, but I can access all the apps from the HD or doc/apps alias.  Is this a new thing for 10.8?
    So I am down to this..., only Flash Buidler 4.5 will not open. I think it has somethings to do with the extensions.  The software is up to date. Flash reinstalled, unistalled FB 4.5 and reinstalled from disk.   Deleted and re-downloaded/ installed eclipse app. Niether of the original app disks have the extensions forder on it.  I went to the Adobe sight and dowloaded their version of the extras (Flex builder extension, i think .)
    Adobe help articles say to make sure the ...
    Following installation it is recommended that you edit the eclipse.ini file for your Eclipseinstance, so that it includes the following settings:
    -vmargs -Xms256m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m "
    I have no idea how to do this.  I found the file once, though I did not know how to open and edit it.
    Below, is a weird list of error messages from disk repair log:
    2012-08-18 23:21:11 -0500: Verifying volume “Macintosh HD”
    2012-08-18 23:21:11 -0500: Starting verification tool:
    2012-08-18 23:21:12 -0500: Checking file system2012-08-18 23:21:12 -0500: Performing live verification.
    2012-08-18 23:21:12 -0500: Checking Journaled HFS Plus volume.
    2012-08-18 23:23:40 -0500: Checking extents overflow file.
    2012-08-18 23:23:40 -0500: Checking catalog file.
    2012-08-18 23:23:40 -0500: Checking multi-linked files.
    2012-08-18 23:23:40 -0500: Checking catalog hierarchy.
    2012-08-18 23:23:40 -0500: Checking extended attributes file.
    2012-08-18 23:23:40 -0500: Checking volume bitmap.
    2012-08-18 23:23:40 -0500: Checking volume information.
    2012-08-18 23:23:41 -0500: The volume Macintosh HD appears to be OK.
    2012-08-18 23:23:41 -0500: Repair tool completed:
    2012-08-18 23:23:41 -0500:
    2012-08-18 23:23:41 -0500:
    2012-08-18 23:24:03 -0500: Repairing permissions for “Macintosh HD”
    2012-08-18 23:26:43 -0500: Warning: SUID file “System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent” has been modified and will not be repaired.
    2012-08-18 23:27:48 -0500: ACL differs on “Users/Shared”
    2012-08-18 23:27:48 -0500: Repaired “Users/Shared”
    2012-08-18 23:27:49 -0500: ACL found but not expected on “private/var/root”
    2012-08-18 23:27:49 -0500: Repaired “private/var/root”
    2012-08-18 23:27:49 -0500: ACL found but not expected on “private/var/root/Library”
    2012-08-18 23:27:49 -0500: Repaired “private/var/root/Library”
    2012-08-18 23:27:49 -0500: ACL found but not expected on “private/var/root/Library/Preferences”
    2012-08-18 23:27:49 -0500: Repaired “private/var/root/Library/Preferences”
    2012-08-18 23:28:09 -0500: Group differs on “private/var/root/Library/Preferences/.GlobalPreferences.plist”; should be 0; group is 20.
    2012-08-18 23:28:09 -0500: Repaired “private/var/root/Library/Preferences/.GlobalPreferences.plist”
    2012-08-18 23:28:16 -0500:
    2012-08-18 23:28:16 -0500: Permissions repair complete
    2012-08-18 23:28:16 -0500:
    ANY advice is most appreciated.  I cannot bear the thought of calling Adobe again!

    VA Girl wrote:
    Also, in my user home folder the applications file is empty, but I can access all the apps from the HD or doc/apps alias.  Is this a new thing for 10.8?
    OS X has two Applications: one in your user folder and the other at the top of the volume. Applications are installed in /Applications, and you should use the user folder for applications that you are going to open in your account only, and not in another one.
    Open Java Preferences and install it

  • Web Root Flash Builder 4.5 mobile + PHP

    hello everyone, i just want to know how to add the address of the web root when i do a flex mobile project, when i work locally in my server i put C:\xampp\htdocs, but when when i work remotelly how can i put this address.
    for example if mi server is 200.100.1.12, and my root URL is http://200.100.1.12, how can i write de web root for this server, please help me, i dont know if i have to configure something else in the server or what i need to do, pleas any answer will be welcome.
    Thanks

    Even though I spent a lot time, still my flex app on a mobile device cannot access to db on the remote server.
    I made changes on the following files. Can you point out what was wrong? Thanks
    .flexProperties file:
    serverRoot="/var/www/vhosts/mydomain.com/httpdocs/public" serverRootURL="http://mydomain.com"
    Web host's document root is /var/www/vhosts/mydomain.com/httpdocs/public
    MyService.as file:
        protected override function preInitializeService():void
            super.preInitializeService();
            // Initialization customization goes here
              this._serviceControl.endpoint = "http://mydomain.com/gateway.php";
    MyService.php
    class MyService
        public $username = "root";
        public $password = "pwd_2";
        public $server = "xx.xx.xxx.xx";
        public $port = "3306";
        public $databasename = "testdrive_db";
        public $tablename = "mydb";
    amf_config.ini
    webroot = "/var/www/vhosts/mobilemenu.info/httpdocs/public"
    zend_path ="/usr/local/php/ZendFramework-1.11.4-minimal/library"
    library ="/var/www/vhosts/mydomain.com/httpdocs/library"
    services ="/var/www/vhosts/mydomain.com/httpdocs/services"
    [zendamf]
    amf.directories[]=services
    gateway.php
    <?php
    ini_set("display_errors", 1);
    $dir = dirname(__FILE__);
    $webroot = $_SERVER['DOCUMENT_ROOT'];
    //Web Hosting Document Root: /var/www/vhosts/mydomain.com/httpdocs/public
    $zenddir = '/usr/local/php/ZendFramework-1.11.4-minimal/library';

  • Flash Builder 4.5 Mobile Login Form needs 2 clicks???

    Hi,
    I have been working on developing an application  for the android market thta firstly requires the users to login to a  account. I have put the code together below, along with a data link to a  database in order to check the credentials. However the application  does not switch to the second view on the first click of the "Login"  button however it seems to take 2 or more clicks sometimes. I presume as  it is fetching data from a database that it takes time to be verifies,  could someeone tell me how to solve this and maybe implement a  BusyIndicator along with it?
    <![CDATA[
                   protected function login_btn_clickHandler(event:MouseEvent):void
                        var match:Boolean;
                        getEmployeesByNameResult.token = employeeService.getEmployeesByName(usr_nme_txtbox.text, pass_txtbox.text);
                        if (getEmployeesByNameResult.lastResult != null)
                             navigator.pushView(HomeView, getEmployeesByNameResult.lastResult.id);
              ]]>
    <s:Button id="login_btn" width="100%" label="Login"
                                    click="login_btn_clickHandler(event)"/>
    Thanks

    (While original poster might have found the solution or given up, I guess it's a good idea to leave the question answered)
    The service is asynchronous. You cannot check right after calling, instead you need to use a handler for reading the result.

Maybe you are looking for