Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User ngocnhan's Avatar
    Join Date
    Dec 2008
    Posts
    13
    Hi All,

    I am working on landscape. I want to avoid auto rotation of Flash Lite content on Nokia E66.
    I have a solution
    var stageSizeListener:Object = new Object();
    stageSizeListener.onResize=function()
    {
    if(Stage.width > Stage.height) {
    _root._rotation = -90;
    _root._x = 0;
    _root._y = 200;
    }
    }
    Stage.addListener(stageSizeListener);

    All of movie clip are rotated, except for dynamic text. Text in dynamic text didnot rotate.

    I don't why?
    Please help me.

    Thanks.

  2. #2
    Registered User manikantan's Avatar
    Join Date
    Apr 2008
    Location
    India / Singapore
    Posts
    549
    Best way would be to include all UI components on stage into a MASTER movieclip and rotate the MASTER movieclip by 90 degrees.
    Twitter - manikantan_k
    Just in --

  3. #3
    Registered User stingmartin's Avatar
    Join Date
    Mar 2010
    Posts
    28
    Quote Originally Posted by manikantan View Post
    Best way would be to include all UI components on stage into a MASTER movieclip and rotate the MASTER movieclip by 90 degrees.
    Hi manikantan,

    I did as you said, but it not working with text.

Similar Threads

  1. Flash lite 3.1 on Nokia 5800
    By jadezoole in forum [Archived] Flash Lite on Nokia Devices
    Replies: 1
    Last Post: 2009-09-12, 14:45
  2. Infra-red capability
    By Symbian_Challenge_0412 in forum General Development Questions
    Replies: 1
    Last Post: 2005-08-16, 18:24
  3. Http connection problem in 6310i
    By teahola in forum Mobile Java General
    Replies: 1
    Last Post: 2002-10-03, 18:46

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