RE: [Flashcoders] setChildIndex

2010-07-02 Thread Lehr, Theodore
These mc are added in the IDE - not code Anyway I can change their layering... From: flashcoders-boun...@chattyfig.figleaf.com [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason [jason.merr...@bankofamerica.com] Sent: Wednesday,

RE: [Flashcoders] setChildIndex

2010-07-02 Thread Merrill, Jason
Doesn't matter - you can still modify the layering with Actionscript. Isn't that what you asked about? Jason Merrill Instructional Technology Architect Bank of America Global Learning Join the Bank of America Flash Platform Community and visit our Instructional Technology Design Blog

RE: [Flashcoders] setChildIndex

2010-07-02 Thread Lehr, Theodore
It is - I just thought addChild would be for mc created in script - I can add child with stuff already on the stage? From: flashcoders-boun...@chattyfig.figleaf.com [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Merrill, Jason

RE: [Flashcoders] setChildIndex

2010-07-02 Thread Merrill, Jason
Yes - it will move the item to the top. Jason Merrill Instructional Technology Architect Bank of America Global Learning Join the Bank of America Flash Platform Community and visit our Instructional Technology Design Blog (Note: these resources are only available for Bank of America

Re: [Flashcoders] setChildIndex

2010-07-02 Thread Eric E. Dolecki
if you addChild to an item already on the list, it will pop it to the top of the list if it's not already there. On Fri, Jul 2, 2010 at 2:59 PM, Lehr, Theodore ted_l...@federal.dell.comwrote: It is - I just thought addChild would be for mc created in script - I can add child with stuff already

[Flashcoders] audio recorder from Red5 to rtmplite

2010-07-02 Thread James Salsman
About half a year ago I had someone help me with this recorder which works great with Red5: http://talknicer.com/d/audioup.html The source for it is at: http://actionscript.pastebin.com/r9P87093 -- that is in the public domain, by the way, so you may adapt it for your use if you like. I'm trying