RE: [{SPAM?}] - Re: [Flashcoders] Subscription problems - Email found in subject

2007-02-28 Thread Cole Peterson
FOR THE LOVE OF GOD. FIX THIS. :( : Cole Peterson : ZAAZ, Inc : Interactive developer : [EMAIL PROTECTED] : t 206.341.9885 x4867 : www.zaaz.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kristal Dale Sent: Wednesday, February 28, 2007 8:21 AM

RE: [{SPAM?}] - [Flashcoders] Stop loading sounds - Email found in subject

2007-02-25 Thread Cole Peterson
mySound.load(file.mp3, true); then ... mySound.load(); will stop the loading of the mp3. thanks cole peterson -Original Message- From: [EMAIL PROTECTED] on behalf of Omar Fouad Sent: Sun 2/25/2007 11:52 AM To: Flashcoders mailing list Subject: [{SPAM?}] - [Flashcoders] Stop loading

RE: [Flashcoders] remove haloGreen - haloBlue- haloOrange

2006-06-08 Thread Cole Peterson
this.cb.drawFocus = ; hope this helps. cp : Cole Peterson : ZAAZ, Inc : Interactive developer : [EMAIL PROTECTED] : t 206.341.9885 x4867 : www.zaaz.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 07

[Flashcoders] bubbling up

2006-03-22 Thread Cole Peterson
Has anyone gotten bubbling up functionality to work? as2. I am sure someone has. Dispatching a msg from a buried child class or mc up to a base class. check out http://www.peterelst.com/blog/2006/01/07/Event-Bubbling/ for more info on what I am talking about. Also is it more trouble than it

[Flashcoders] Running Locally vs on a Server - Testing (Kevin Cannon)

2005-12-20 Thread Cole Peterson
if (System.capabilities.playerType == External) { //do something } Hope the above helps. cp : Cole Peterson : ZAAZ, Inc : Interactive developer : [EMAIL PROTECTED] : t 206.341.9885 x4867 : www.zaaz.com -- Message: 14 Hi, Hopefully an easy one for you

[Flashcoders] RE: targeting classes in a loaded swf

2005-12-04 Thread Cole Peterson
Thanks a lot for your time Tyler Wright. That helped a lot! I have implemented your suggestion. singleton. everything is great. My controller loads in the swfs that make up the diff parts of the app. The only disconnect is that all swfs have to agree to implement their ui using ... for

[Flashcoders] targeting classes in a loaded swf

2005-12-03 Thread Cole Peterson
what is the best oop way to do this: after I init a controller class the controller class loads in a swf. loaded swf initiates it's own class to handle it's ui. now I want to reference public functions and properties in that loaded swf's initiated ui class from the