I cloned the html wrapper from Flex Builder (Eclipse). The swf file generated there works fine when run from Eclipse. But, a clone of the same wrapper, painted through an embedded Jetty servlet paints all the html and the background color for the flex app, but not the swf itself. A trace shows that the servlet has sent the swf file to the browser, and contentType was set to application/x-shockwave-flash
I'd appreciate some insight into what is missing. All the jars required to satisfy the html as created by Flex builder exist in the Jetty classpath. Thanks Jack

