Re: [Flashcoders] Error 1120?

2008-01-09 Thread James Booth
rs mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders James Booth [EMAIL PROTECTED] ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Re: Handle Leaks in Flash, anyone can help?

2007-07-10 Thread James Booth
rs only when I create a new object, in other words, if the server through the XML commands the client to create an object. Is there some profiler that will help know if any event that was dispatched has not been caught by any component/object? Thanks Varun On 7/10/07, James Booth <[EMAIL PROT

RE: [Flashcoders] Re: Handle Leaks in Flash, anyone can help?

2007-07-09 Thread James Booth
Are you using EventDispatcher at all? If so, are you adding listeners at each interval? Make sure they're added and removed properly or they'll get lost and mount up. It's hard to help without seeing any code. Can you give a brief example of the code that runs at each interval? - James -Or

RE: [Flashcoders] Getting a press for regular key...

2006-11-02 Thread James Booth
Actually, on top of that, I think isDown checks the Key Code which would be 65. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Booth Sent: Thursday, November 02, 2006 4:15 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders]

RE: [Flashcoders] Getting a press for regular key...

2006-11-02 Thread James Booth
Could it be the case of your variable? KEY_a versus Key_a -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Thursday, November 02, 2006 8:51 AM To: Flashcoders mailing list Subject: [Flashcoders] Getting a press for regular key... I ha

RE: [Flashcoders] printable certificates for flash 7

2006-09-19 Thread James Booth
Look into Flash Remoting. This is how I've done it in the past. - James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Gay Sent: Tuesday, September 19, 2006 4:42 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] printable certificates for

RE: [Flashcoders] Not seeing video on stage

2006-08-22 Thread James Booth
Make sure your Video Player Component has an instance name and is referenced properly. - James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Helen Triolo Sent: Tuesday, August 22, 2006 11:59 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] No

RE: [Flashcoders] MovieClip loader IE Caching bug

2006-08-16 Thread James Booth
I had a similar issue that I wanted to attach an "ImageNotFound" clip if an image didn't load, but I'm unable to attach anything if it fails. The only way I could fix it, was to initially create an empty movieclip and load into that. If it failed, I remove and recreate the empty movieclip and the

RE: [Flashcoders] WSIWYG HTML text editor in Flash?

2006-08-01 Thread James Booth
I just did exactly this, a couple of days ago. I created a class that can apply any kind of supported HTML formatting. The idea seemed daunting at first, but the class is relatively small. You can assign/remove textfields that it should "watch". I don't have it here with me right now, but here's

RE: [Flashcoders] Littleloud: Flash Developer Position

2006-06-09 Thread James Booth
Maybe he just forgot to put the ;) At the end. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Friday, June 09, 2006 3:06 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Littleloud: Flash Developer Position Its all about

RE: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread James Booth
It will include them, unless of course you exclude each one of them using the excludeAssets xml file. This file over-rides everything. Even if you instantiate the class, it will be excluded. - James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ryanm S

RE: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread James Booth
Adding...Importing it as a package does properly exclude the classes. From my example, obviously why import a class and not use it, but I'm trying to understand the logic of the compiler. - James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [Flashcoders] OOP 101: Is import really necessary?

2006-05-25 Thread James Booth
There is a bit of an anomaly with importing classes... For example you have 3 classes. Let's call them FirstClass, SecondClass and ThirdClass. Within FirstClass you import and create an instance of SecondClass and within SecondClass you import and create an instance of ThirdClass, creating a ch

RE: [Flashcoders] destructors...

2006-05-04 Thread James Booth
I totally agree. I had no control over it. This still helps with the amassing of the _global's as well, which is something that anyone could run into. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: Thursday, May 04, 2006 10:56 AM To: Fl