I follow some sample code which uses
trace("Hello World");
to print out something in ActionScript 3.0, in Flash Professional CS5.
But nothing seems to get printed out (in a browser). Is the trace() function deprecated / removed?
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.
if you are using the developer version of the flashplayer then the trace function is output to a log file somewhere on your system (depending on os and flash player) see here for notes otherwise there are programs that output things via javascript, i use thunderbolt to talk to firebug in firefox, but there are others out there that do similar things.