Hello, we have created a form in Flex than should be used on several sites with different widths. Our idea was to change the width manually on the HTML wrapper file without having to recompile the SWF. So, what we did was:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" and on the HTML wrapper, we have changed manually the width of the swf on all "width" entries to a fixed pixel width (196). The problem is that the area of the Flash content is properly set to 196, but the Application content seems to be expanded more than 196 and is cut on the middle. We are seeing only half of the application. Have we done something wrong? Is this an expected behaviour or a bug? Thanks, João Saleiro

