I ran into the same issue while writing a Record by microphone application. The security popup to allow access to the user's microphone conforms to the same width height requirements. It would not show up unless the swf was large enough to display it. Since we controlled the containing HTML page, we added a javascript function that would change the size of the container to accommodate the dimension requirement. Once the user approved access to their microphone we called another js function to shrink back down to normal size. I should mention that we had to do a lot of testing to make sure it worked correctly across all browsers. We found that in IE, if any HTML object was overlapping the settings panel, the HTML object would receive click events instead of flash, rendering the panel and application useless.
If you have any question feel free to contact me. Cheers, Nate On Wed, Aug 27, 2008 at 11:49 AM, whatabrain <[EMAIL PROTECTED]> wrote: > I've created a flex app that's 154x150. If the user doesn't have the > right version of Flash, playerProductInstall.swf gets loaded. The > problem is, if the "Adobe Flash Player Update" popup doesn't fit in the > client area, it isn't drawn at all. You just get a blank area. I've > determined that the app must be at least 214x137 to load the installer. > > Is there any way I can fix this? Is the installer code available > somewhere, so I can edit the width requirement? Or will I have to > mangle the UI, to make it fit? > > Thanks > > >

