03-15-06 12:45 PM
Okay- I figured out that I was using a setInterval tto regularly dispatch a
sort of update event from my NetStream subclass. Apparently setInterval
does some strange stuff to the scope of the called method. I found a
workaround involving delegating to a function in the class and having that
function dispatch the event.
I'm still working through to make sure that making it work this way can be
reproduced.
Mani
On 3/15/06, Stefan Richter <stefan-fMeCE+ULXElEfu+5ix1nRw@public.gmane.org> wrote:
>
> Not sure if I completely understand the question but no, there should be
> no
> problem dispatching an event from a NS subclass. If you have a scope issu=
e
> then I guess that's fixable, we all have those :-)
>
> Stefan
>
>
>
> ________________________________________
_______
> FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
________________________________________
_______
FlashComm-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
[ Post a follow-up to this message ]
|