[flexcoders] TabNavigator and SWFLoaders problem

2006-12-14 Thread durnelln
Hi all, I've been lurking on this list for a few weeks but I've now run into a problem and need some help myself... My application's main screen consists of a number of windows, each of which is a Flex application in its own right. The layout of the main screen is configurable from an

Re: [flexcoders] TabNavigator and SWFLoaders problem

2006-12-14 Thread Angus Johnson
Hi Nick, I don't if this will help you but one thing that I found with loaded swf's is that if you explicitly set height and width on the loader and then attempt to apply percentWidth or percentHeight it will fail to render. If i set height=100, width=100 then percentWidth=50 and