  | |  | DateField | DateField
2004-02-19 - By Ed Mansouri
Back Can anyone help me with this?
Drag a DateField component onto the stage and add the following code in
Frame 1:
var c:Object = new Object();
c.change = function(evt) {
trace(evt.target.text);
}
myDateField.addEventListener( "change ",c);
As you will see, it traces out the date of the DateField before the change
was made.
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104707
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |