I recently got flex builder 3, and it seems to be a really cool IDE.
I am stuck at the point where I need to create desktop app.
Can someone here please help.
I recently got flex builder 3, and it seems to be a really cool
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just to answer the question, you can go to File->New Project .The IDE asks you for the name you want to give to your app,as well as down a few lines , you would see that there is an option to select the type of App, webapp or desktop.
That should do your work.
Please keep in mind , that the webapp, does not allow you many things, like native process invocation, multitouch gesture support on touch devices, and low level file handling.
Incase you are building an app that needs any of the above, you are better to go for Desktop app.Incase you want something that runs in a browser , you should go with a webapp.