> Just waisted 3 hours of my time trying to debug my JS/Flash
application.

Here's a general debugging tip that I hope will save you time and
frustration in the future.

One of the best things you can do when a part of your application isn't
working, and it isn't readily apparent why, is create a brand new file
and make a simple test that does the single action that is failing in
your main file. 

If it fails, you can debug it much easier in the simple test since the
number of possibilities are greatly reduced, and implement the fix in
the main file after. 

If it succeeds, then you have a good clue that it's something else and
you can either slowly add pieces to your simple test until it fails or
begin looking elsewhere in your main file.

HTH,
Steven

_______________________________________________
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