When I try to compile my application in flash develop. it wont compile. even if I put a simple trace in the Main class. Nothing happen. the sdk is in the correct place.
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.
You can try a few different things. But make sure for these tests that you have a trace in your main constructor.
First, go to your project settings (Project > Properties). On the Output tab un-check “no output”, and select “Play in popup” in the “Test Movie” drop down menu. Then test your application (F5).
Take not of a few things; What appears in the output panel (if you don’t have it open, go to View > Output Panel). Does it show something like this?
Are you missing any of the above lines in your output panel while testing you application?
If you don’t see any of this in your output, or your own trace, then create a new test project, add a trace, and try again.