Flex builder3 is not generating html wrapper when targeting flex 4 sdk
        Posted  
        
            by gonzohunter
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gonzohunter
        
        
        
        Published on 2010-02-26T16:07:30Z
        Indexed on 
            2010/03/11
            19:39 UTC
        
        
        Read the original article
        Hit count: 1328
        
In Flex builder 3 when I create a new flex application targeting the flex 4 sdk, it wont generate a html wrapper file.
I have hunted around the web for answers, but no success. I have made sure the box is checked in the project properties to generate html wrapper.
The only workaround is to target an older version of the sdk (i.e. 3.2), which will cause the wrapper to be generated. Then I can revert the project to sdk 4. This then means I can never do a clean of my project because this will result in the wrapper being deleted.
Has anyone else come across this? Is this just a bug with Flexbuilder3?
© Stack Overflow or respective owner