Re: [flexcoders] implement stage3d while maintaining fp 10.1 support

2012-11-30 Thread Alex Harui
I would use player version detection to load different SWFs. On 11/29/12 2:21 AM, Csomák Gábor csom...@gmail.com wrote: Hi! At my company, there is a policy to support 10.1 flash player. I was wondering, if there is a way to implement stage3D if the client is capable, (else display on

Re: [flexcoders] Inserting Flex Container to TLF?

2012-11-30 Thread Alex Harui
UIComponents must be parented by other UIComponents. Now there is a call that sets a virtual parent that you might be able to use to jump over all of the TLF parents to rewire the container into the Flex DOM. We use it in MX containers for scrolling since we put a non-UIComponent between the