RE: [Flashcoders] Trace: level of details?

2007-02-12 Thread Amandeep Singh
For loading images use the MovieClipLoader class. Amandeep Singh, Senior Flash Engineer, Synapse Communication Pvt. Ltd. F-18, Sector 11, NOIDA, UP www.synapse.co.in Mobile: +91 92161 03894 Office: +91 120 4330500 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [Flashcoders] Trace: level of details?

2007-02-12 Thread Mike Mountain
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Holth, Daniel C. Sent: 12 February 2007 13:03 To: Flashcoders mailing list Subject: RE: [Flashcoders] Trace: level of details? If you are using the MovieClipLoader class you could call an onLoadError event. It seems

Re: [Flashcoders] Trace: level of details?

2007-02-12 Thread Gregory N
Thanks to all who responded, of course ;-) I do know about MovieClipLoader etc. Actually I'm looking for a way to get rid of system traces: Error opening URL Error opening URL file:///.long_url_of_jpg When you use MovieClipLoader and set your own custom messages, you'll STILL get these

Re: [Flashcoders] Trace: level of details?

2007-02-12 Thread Glen Pike
Hi, There is no way of setting a filtering level for trace() in Flash. You can suppress output entirely - check the menu in the output window. http://www.adobe.com/devnet/flash/articles/debugging_actionscript_print.html You can also redirect the trace calls if you compile your