Not finding what you are looking for? Request a recipe!
To use Flex Components in a new window, you'd have to create a new (mx:)Window instance rather then creating a (mx:)nativeWindow instance. Also you'd need to add the Flex Component to the Window Object directly and not to it's DisplayList. There is a little difference in both of them so i'll prov ...