Questions tagged [flashlog]

6 questions
2
votes
3 answers

How do I disable Warning: 'flash' has no property 'prototype' in flash debug trace

I am getting Warning: 'flash' has no property 'prototype' every time I load a swf in my flashlog.txt. Does anyone know how to disable that warning or all warnings in the mm.cfg file or maybe some other way? I use the flash tracing religiously for…
thomallen
  • 1,926
  • 1
  • 18
  • 32
0
votes
2 answers

Continuing code execution after error in Actionscript 3

I want to be able to throw an error to be traced to the trace output window and to my flashlog.txt file but continue code execution after the error. Is this possible in Actionscript 3? A try catch will not work either because I need the error to be…
Jordan
  • 1,233
  • 2
  • 12
  • 32
0
votes
1 answer

flashlog viewer

I want to build an application using air. The application should load the flashlog file and display the contents after performing some text filtering. But when i load the application this clears my flashlog.txt though my file mode is READ. I can…
Tamil
  • 1,173
  • 1
  • 13
  • 35
0
votes
1 answer

ActionScript 2.0. flashlog. Warning: Reference to undeclared variable. Why eval(Movie+"."+Name) == undefined this warning?

Trying to do the optimization code for Flash Player 6.0 . there is a code if (eval(Movie + "." + NameTextField) == undefined) { // If undefined, the warning will be issued when accessing Movie.createTextField(NameTextField,…
askeet
  • 689
  • 1
  • 11
  • 24
0
votes
3 answers

Application compiled by Flex Builder 3 does not trace

I've built a simple application in Flex Builder 3 with some trace() calls. It's an "ActionScript Project", no MXML or AIR involved. I don't run the app from within Eclipse, I just open the generated html file with Firefox. I'm using the Flash Player…
Bart van Heukelom
  • 43,244
  • 59
  • 186
  • 301
0
votes
3 answers

Create and view Flash Log

I want to create log file for my flex application. That is the file should contain all the trace prints in it when I run my flex application. How can I configure flex to do this? thanks
Sarfraz Ahmed
  • 1,349
  • 6
  • 23
  • 43