[Flashcoders] Creating Dynamic addEventListeners with AS3

2009-04-05 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On my flash stage I have 50 buttons all named with the convention of State_IN, State_MI, State_WI, etc. At the present time I have 50 lines like the one line below of: State_IN.addEventListener(MouseEvent.CLICK, StateButtonClicked); What I am tryi

[Flashcoders] Setting Dynamic Text Help

2007-07-09 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone have resources on how to set a dynamic text box between scenes. I have defined a dynamic text box on scene 1 which I also want to have the same value on Scene 2. How can this be done with action script . -BEGIN PGP SIGNATURE- Ve

[Flashcoders] Printing from Flash Movie

2007-07-02 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have not looked into this but does anyone have any examples where a user can click an icon and be able to print the information of the flash movie to a users printer. I am trying to create a way in flash to allow a user to print a receipt for servic

[Flashcoders] Multiple Buttons One Listener Object

2007-06-20 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is it possible for multiple buttons to be tied to one Listener Object then within the function of this listener object be table to know which button the user has clicked.If this is possible, does anyone have code samples that I can take a look at. ---

[Flashcoders] Flash8 Remoting 2.0

2007-06-18 Thread Graham Pearson
needs to be installed. I have searched the Net for a solution, but everything that I have tried does not work. - -- Graham Pearson, System Administrator / Application Developer Northern Indiana Educational Services Center Voice (866) 254-5322 or (574) 254-5210 / Fax (574) 254-0148 Polycom H.3

Re: [Flashcoders] AS2 Flash Remoting Troubles

2006-11-24 Thread Graham Pearson
AS1 if I can help it, but I just might have to. Ray Chuan wrote: > Your gateway url is down. > > On 11/24/06, Graham Pearson <[EMAIL PROTECTED]> wrote: > Here is my entire code which I am having issues with: > > import mx.remoting.Service; > import mx.rem

Re: [Flashcoders] AS2 Flash Remoting Troubles

2006-11-24 Thread Graham Pearson
5 10:2:18 [INFO] : Successfully created Service 11/25 10:2:23 [INFO] : Invoking CheckUsername on properties.cfc.flashchat 11/25 10:2:25 [INFO] : properties.cfc.flashchat.CheckUsername() returned true Graham Pearson wrote: > I am working on moving my AS1 Flash Remoting Applications over to AS2 > and having a

Re: [Flashcoders] AS2 Flash Remoting Troubles

2006-11-24 Thread Graham Pearson
Rousseau wrote: > Hi Graham, > > Did you check your typos ? we forget sometimes but, this is often the > first place to look ! > > pc.responder = new RelayResponder(this, "onEchoResul", "onEchoFault"); > > you forgot the "t" in "onEch

[Flashcoders] AS2 Flash Remoting Troubles

2006-11-24 Thread Graham Pearson
o.com/flashservices/gateway 11/25 7:26:11 [INFO] logger1: Successfully created Service 11/25 7:26:13 [INFO] logger1: Invoking makeEcho on properties.cfc.HelloWorld 11/25 7:26:15 [INFO] logger1: properties.cfc.HelloWorld.makeEcho() returned "Hello Hello World!" I do not get the Trace statement

[Flashcoders] Objects to Lists

2006-07-07 Thread Graham Pearson
. - -- Graham Pearson, System Administrator / Application Developer Northern Indiana Educational Services Center Mishawaka, IN 46544 Voice (866) 254-5322 or (574) 254-5210 / Fax (574) 254-0148 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (MingW32) Comment: GnuPT 2.6.2.1 by EQUIPMENTE.DE

[Flashcoders] Flash Remoting Inquiry

2006-07-07 Thread Graham Pearson
e debug window. I have tried putting the fucntions for the _Result and _Fault inside of the click function and also on the outside. Everything that I have tried will reproduce the same results without the trace being displayed in the output window. Any Suggestions. - -- Graham Pearson, System Admin

[Flashcoders] MX 2004 Listbox

2006-06-30 Thread Graham Pearson
select any I am getting a value of undefined and not sure how to test this value. Anyone have resources where I can look I have tried if(carbonCopyUsers_lb.getSelectedItems().data == undefined { trace("User did not select an item"); } However the trace statement does not run. -

[Flashcoders] Re: checking in

2006-06-26 Thread Graham Pearson
t; Corporate Headquarters > 1101 Brown Street > Wauconda, IL 60084 > > > -Original Message- > From: Graham Pearson [mailto:[EMAIL PROTECTED] Sent: Monday, > June 26, 2006 6:30 AM > To: Jennie Forman > Subject: Re: checking in > > -BEGIN PGP SIGNED

[Flashcoders] Passing Data Values between Frames

2005-12-01 Thread Graham Pearson
ith an error message informing the user to select the first person to receive this message. The same goes for message_txt. But when I goto Frame 2 and trace the values from sendPageTo_cb and message_txt.text I get undefined. Any Suggestions - -- Graham Pearson, System Administrator / Applicat