private function stopPing():void {
ping = null;
trace("ping: " +ping);
}
The trace does say (as expected) "ping: null", but it doesn't make the bad ping go away.
Btw, there was a small mistake in my example, the click should obviously be on the button and not the textarea.
Any other ideas/hints?
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

