Discussion Board

Results 1 to 7 of 7

Thread: FlashLite UI

  1. #1
    Registered User sinhashivam's Avatar
    Join Date
    Apr 2005
    Location
    Pune
    Posts
    115
    Hi,
    I want to give my symbian app flashlite interface. How will flashlite talk to my native C++ symbian app.Should my app run as an exe in background?

    Cheers,
    Shivam

  2. #2
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,412
    I don't know if native functionality can be called from Flash-Lite, but check Adobe's/Macromedia's Flash-Lite (1.1 and/or 2.0) SDKs/docs, if it is possible.

  3. #3
    Registered User sinhashivam's Avatar
    Join Date
    Apr 2005
    Location
    Pune
    Posts
    115
    Hi Petrib,
    Thanx for your quick reply. Using FlashLite you can launch other apps (Camera, Phonebook..etc) on the phone . I want to keep my application logic in C++ and user interface in flashlite. Is it possible to send data to and from symbian app to flashlite?

  4. #4
    Registered User hangas's Avatar
    Join Date
    Jun 2006
    Posts
    2
    Hello,

    I'm also looking into ways to acheive this. having the logic in Symbian C++ and the UI in flash lite.

    I think I can work arround the problem using some comunication API between the two application using loopback network connections or through the file system.

    But is there a cleaner way to do this?

    Thanks

  5. #5
    Nokia Developer Champion biskero's Avatar
    Join Date
    Apr 2005
    Location
    Boston
    Posts
    515
    Ciao

    yes it's possible using the following command
    status = fscommand("Launch", "application-path, arg1, arg2,..., argn")

    This is the only way to communicate between FL and another app.
    If you want to pass parameters back to FL you will need to write them to a text file in the &var=value and read them from FL using loadVariables function

    Alessandro

  6. #6
    Registered User nickgerig's Avatar
    Join Date
    Aug 2004
    Location
    Nr London, UK
    Posts
    35
    I havent actually tried this, but I believe that you could use a local web server and then use that as the bridge between Flash Lite and the native app.

    So in this case you could just use:

    loadVariables(http://localhost/)

    But other than that its just as mentioned, Launch and writing the response to a local file.


    Cheers

    Nick
    http://www.flashcell.com
    http://www.device54.com

  7. #7
    Registered User mymira's Avatar
    Join Date
    Dec 2007
    Posts
    16
    Quote Originally Posted by biskero View Post
    Ciao

    yes it's possible using the following command
    status = fscommand("Launch", "application-path, arg1, arg2,..., argn")

    This is the only way to communicate between FL and another app.
    If you want to pass parameters back to FL you will need to write them to a text file in the &var=value and read them from FL using loadVariables function

    Alessandro
    Quote Originally Posted by nickgerig View Post
    I havent actually tried this, but I believe that you could use a local web server and then use that as the bridge between Flash Lite and the native app.

    So in this case you could just use:

    loadVariables(http://localhost/)

    But other than that its just as mentioned, Launch and writing the response to a local file.


    Cheers

    Nick
    It can be by using XML?
    Use flash to send arg to localhost C++ application behind and C++ App save data in XML format and after that use Flash to feed XML data to use.

    It possible to do? I need help! Now my project is in danger!!

    Please help me. Thank you......

Similar Threads

  1. Nokia simulator for flashlite
    By gsarkhel in forum Mobile Web Site Development
    Replies: 2
    Last Post: 2006-09-19, 12:54

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved