RE: [flexcoders] newbie question: Timer across components..

2007-03-28 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of iilsley Sent: Tuesday, March 27, 2007 11:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] newbie question: Timer across components.. Is it possible to have a Timer in one component and have

[flexcoders] newbie question: Timer across components..

2007-03-27 Thread iilsley
Is it possible to have a Timer in one component and have another component execute a function when that timer fires ? eg: Comp1 has a timer set for 3 seconds .. In Comp2 I want to 'capture' the TimerEvent.TIMER from Comp1 to execute a function defined in Comp2.. --- I currently have something