flash help

Out of context: Reply #2

  • Started
  • Last post
  • 8 Responses
  • ItTango0

    komkrktprod:
    It sounds like what you're asking for is a contradiction of sorts.
    In order for you to assign position to elements in your movie that will adjust on browser resize, you will have to make use of something like this:
    var stageL:Object = new Object();
    stageL.onResize = function()
    which will only work if you Publish using "No Scale", with a Width and Height of 100%.

    This of course will prevent your background image from "Scaling".

    My guess is that you must choose one or the other.

View thread