A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 32 of 32

Thread: "YES" and "NO" in Flash lite 1.1 enabled Phone

  1. #21
    Senior Member
    Join Date
    Aug 2006
    Posts
    322

    Drop Down Menu with Presentation

    this may help someone

    marlopax
    Last edited by marlopax; 09-21-2009 at 09:17 AM.

  2. #22
    Senior Member
    Join Date
    Aug 2006
    Posts
    322
    After a shot time I'm going to post a sample of a simple theme with an application embedded in it. This is not a creation but surely for a client its is a really catchy thing as it is always on an active state in user's handset. Developers can also meet a great new market of customized applications. I personally feel that if there is an opportunity to pack the application for mobile in a low cost, then thousands of scope will grow for flash lite 1.1 platform.

    To make themes for nokia we are looking for some more handsets to test.
    Currently we tested on Sony Ericsson and it works.
    I'll post it shortly.....

    Post your comment

    marlopax
    Last edited by marlopax; 11-30-2008 at 03:16 PM.

  3. #23
    Senior Member
    Join Date
    Aug 2006
    Posts
    322

    Icon Menu

    Might this help to some of the new flash lite1.1 application developers

    Here is a small little sample gift from me to all the flash lite1.1 lovers

    Happy Christmas


    marlopax
    Last edited by marlopax; 09-21-2009 at 09:16 AM.

  4. #24
    Senior Member
    Join Date
    Aug 2006
    Posts
    322

    Multi Function on a Key

    This is a simple concept of Multi Function Key in Flash Lite 1.1
    any other suggestion will accept

    marlopax
    Last edited by marlopax; 09-21-2009 at 09:15 AM.

  5. #25
    Senior Member
    Join Date
    Aug 2006
    Posts
    322
    Hello Everyone!

    Hope all are well,

    After a long time I'm here in this forum.

    Actually this is for a development of a online management application in jsp.
    I need this desktop web application on a mobile version, ether in J2ME or in flash lite 1.1 or 2.x.
    I am looking for an example to connect flash lite with jsp, so that the application I build will get a rich platform of flash lite. I am working on J2ME Midlets to make it on Mobile but I want to develop it in flash lite as a Mobile application.

    Help needed

    Please

    Regards

    marlopax
    Last edited by marlopax; 03-19-2009 at 07:16 AM.

  6. #26
    Senior Member vinayak.kadam's Avatar
    Join Date
    Oct 2006
    Location
    gotoAndPlay("Pune");
    Posts
    831
    Well marloplax,

    I think you should start this question as a new thread so that it gets focussed amongst teh members here. What do you say. I am not awware of the answer and is excisted too to know abt this one.
    As ever,
    Vinayak Kadam

  7. #27
    Senior Member
    Join Date
    Aug 2006
    Posts
    322
    Like PHP and ASP, JSP is also a server side programing language.

    As we use PHP or XML to communicate with database or for an email service into Flash Lite, I want to use JSP instead of PHP.

    There is no cause to use JSP, but I developed an Online Inventory Management Application on JSP for a Desktop Browser.

    Now, I want this Application on Mobile device through Flash Lite, so that it can viewed as an Application on Mobile Device with a rich graphic content.

    Probably, Flash Lite cannot interact with JSP, especially FL 1.1.

    So I want to know, is there any other way to connect with JSP from Flash Lite?

    Will any third party program needed for it?


    Thanks


    marlopax

  8. #28
    Senior Member
    Join Date
    Aug 2006
    Posts
    322

    flash Lite 1.1 Clock

    This is a Clock with Sound alarm in every half an hr
    Might all the members of this community will enjoy by having this clock in N70..
    For other handset write to marlopax@yahoo.com

    Thank You

    Regards

    marlopax
    Last edited by marlopax; 09-21-2009 at 09:14 AM.

  9. #29
    Senior Member
    Join Date
    Aug 2006
    Posts
    322
    What happens if you multiply something like this in Flash Lite 1.1?
    Example:
    txt= 12.4;
    trace(txt * 100);
    or
    txt= 12.9;
    trace(txt * 100);

    This might be a bug in FL 1.1

  10. #30
    Senior Member
    Join Date
    Aug 2006
    Posts
    322
    If you want 12.9 in a formated currency amount of 12.90 then the solution is given bellow:


    << Solution >>

    amount = 12.9;
    addDecimal = (amount + .000001);
    intDecimal = int(addDecimal * 100);
    countLastString = substring(intDecimal, length(/:intDecimal) - 1, length(/:intDecimal));
    counFirstString = length(/:intDecimal) - length(/:countLastString);
    firstDecimalString = substring(intDecimal, 0, /:counFirstString);
    formatedAmount=firstDecimalString add "." add countLastString;

    trace(amount);
    trace(amount * 100);
    trace(intDecimal);
    trace(formatedAmount);

  11. #31
    Senior Member
    Join Date
    Aug 2006
    Posts
    322

    Question

    a Question to hp3 and to all who are here
    txt= 12.9;
    trace(txt * 100);

    is this a bug in FL 1.1?

    marlopax
    Last edited by marlopax; 10-07-2009 at 05:58 PM.

  12. #32
    Senior Member
    Join Date
    Aug 2006
    Posts
    322

    Bug?

    txt= 12.9;
    trace(txt * 100);

    is this a bug in FL 1.1?

    Any reference about this will help my development.

    thank you

    marlopax

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center