Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User elshorbagy76's Avatar
    Join Date
    Nov 2008
    Location
    Egypt
    Posts
    122
    Is there a way to manage different screens resolution? I want to make my flash application suitable for many devices, E71 ,nokia 6120 classic and so on.

  2. #2
    Regular Contributor RomanAge's Avatar
    Join Date
    Nov 2009
    Posts
    112
    Of course there is. Assuming that you are using FlashLite 2 or 3 (AS2), you can check the values of:

    Stage.width
    Stage.height

    (just make sure that: Stage.scaleMode = "noScale" when checking those values)


    You can also test the screen orientation:
    if (Stage.width > Stage.height)

    Then it's up to you to rearrange everything that needs to be, according to the screen resolution.

  3. #3
    Nokia Developer Champion sajisoft's Avatar
    Join Date
    Jul 2008
    Location
    Pakistan
    Posts
    1,062
    Hi,
    For more information about making a single swf to work on multiple screen. I recommend following documentations:
    Flash_Lite_UI_Design_Guide_for_Keypad_and_Touch_Devices.html
    Sudoku_Master_Designing_a_FL_Game
    Flash_Lite_Sudoku_Example
    Hope it helps & Wish u luck

    Best Regards,
    SajiSoft

  4. #4
    Registered User manikantan's Avatar
    Join Date
    Apr 2008
    Location
    India / Singapore
    Posts
    549
    What RomanAge and Sajisoft say are correct and would suit scenarios like Form based applications.
    But if you are creating games or apps in which positioning of items on the screen are crucial, then its better to create separate files. Or use a different frame for each screen size..
    Twitter - manikantan_k
    Just in --

Similar Threads

  1. How do you manage heaps?
    By opticaller in forum Symbian C++
    Replies: 1
    Last Post: 2009-07-16, 07:22
  2. manage message
    By nayan_trivedi in forum Python
    Replies: 17
    Last Post: 2008-12-31, 16:51
  3. Manage Bookmarks
    By iavian in forum Mobile Java General
    Replies: 1
    Last Post: 2006-04-15, 00:40
  4. Manage password
    By nowis in forum Symbian Networking & Messaging (Closed)
    Replies: 1
    Last Post: 2004-12-17, 03:05
  5. how to manage mms
    By javla_forbanna in forum Symbian C++
    Replies: 0
    Last Post: 2002-09-19, 15:02

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