I recieved a Flex project and I want to try to compile and run it using Adobe Flash Professional, but I unable to do it. How can I do it?
I think that I need to create a new project and import every single class from Flex project to a new project in Adobe Flash Professional. Can someone help me?
Really, I strongly recommend against even trying, because it is going to be tediously hard. The Flex Compiler does a lot of framework setup behind the scenes, and you’d have to re-write all that code manually to get a Flex project to compile / work in Flash CS5. This will be extra difficult if any MXML is used in the Flex project, which is likely.
That said, a few people have experimented with that stuff. This is the best one, on manually initializing the SystemManager.
This one came up in Google search and may be useful too.