I unfortunately need to use a frameset with a Flex app in one frame and html in the other. The problem that I've encountered is that in Safari, when you resize the frames, the Flex app doesn't resize. I'm trying to workaround the bug by listening for the frame's onResize event and using javascript to call a function inside my Flex app. I got that far, but I'm not sure what the best way is to force the app to resize (like it should be doing already). Any help would be greatly appreciated.
Thanks, Tom