A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Free Window/Window Component?

  1. #1
    Member
    Join Date
    Apr 2009
    Posts
    62

    Free Window/Window Component?

    just wondering if there was a free window/window component for as3 that will adress root problems

  2. #2
    Will moderate for beer
    Join Date
    Apr 2007
    Location
    Austin, TX
    Posts
    6,801
    What root problems? And what do you need in a "window"? dialog-box chrome like titlebar, max/min/close buttons? resizability?

  3. #3
    Member
    Join Date
    Apr 2009
    Posts
    62
    the window needs to be able lock the root of the swf (like movieClip._lockroot = true in as2) i'm loading into it, and also have a titlebar and close button.

  4. #4
    Will moderate for beer
    Join Date
    Apr 2007
    Location
    Austin, TX
    Posts
    6,801
    As long as you keep your loaded files in their Loader objects, the root will point to the loaded swf itself. At least that is my understanding from reading the documentation on the root property. I'd never used AS2 extensively, so I had to look up what lockroot was there too.

    For windowing chrome, you can use flex classes, or aswing. There are probably others too, but I don't know them off the top of my head.

  5. #5
    Lunatic
    Join Date
    Nov 2002
    Location
    AS3 Forum
    Posts
    342
    Are you trying to do a 'modal window'? (Window that needs to be dealt with and disables everything else while it is shown)

  6. #6
    Member
    Join Date
    Apr 2009
    Posts
    62
    it doesn't need to be a modal window

Tags for this Thread

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