On Jul 10, 2007, at 5:33 AM, Marcelo Wolfgang wrote:

Hi all,

I have the type of problem I hate the most when developing flash. My swf works fine locally, but it doesn't work at all on the web. And I'm about as clueless one can be about debuggin this kind of problem.
So... can anyone spare some advices?



Probably totally old school, but you could put a textarea component on the root of your movie. call it debug_tf.

when you want to trace as you might locally, just do:

// trace("xml loaded...");
_level0.debug_tf.text += "xml loaded...\n";

fancy it up by adding a tiny button that can show or hide the textbox.

I don't know how well this would work in AS3 but works fine in AS2.


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to