On Tue, Apr 27, 2010 at 9:10 AM, Carlos alberto (euprogramador) <[email protected]> wrote: > How do I build a flex project to be executed on the web?, It is > generating the swf, but when accessing the web swf is downloaded, > instead of being executed. have to do some other configuration?
When content is downloaded instead of getting executed, the mostly problem is that your webserver does not have the correct mime-type assigned for .swf files. I suppose it could also be a corrupted swf file, but that would be unusual. You'll have to provide more information as to how you are deploying and accessing the swf file. Logan -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
