Re: [flexcoders] Re: Possible to capture the console log and act on it?

2010-06-02 Thread Alex Harui
I’m pretty sure that won’t work. Also, the release player won’t output to the log anyway and I don’t think you want to require debugger players. Is the 3rd party SWF a Flex SWF changing states via Flex? I would think there are other ways to trap when it changes. On 6/1/10 1:50 PM,

[flexcoders] Re: Possible to capture the console log and act on it?

2010-06-01 Thread luvfotography
Well, I agree, but it's the only way that I can think of eg: the 3rd party swf file won't update the code, and the only way to detect a state change is thru the console log . . --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: On 28/05/2010 22:25, luvfotography wrote: Hi, My

Re: [flexcoders] Re: Possible to capture the console log and act on it?

2010-06-01 Thread Oleg Sivokon
Not sure if this will work but you can try to define a top-level package function with the name trace() - I never tried it, chances are this won't work though :) Another thing, if it's an AS2 SWF you can compile with MTASC and specify your own function for trace. I haven't tried this, but maybe if