[Fling] Updated TypeResolver
Grant Davies
grant at bluetube.com
Fri May 19 23:12:07 EDT 2006
rock on dude, nice job, did you ever figure out that whole boolean isssue ?
Let me know what you need me to work on next..
Grant
________________________________
From: Chris Allen [mailto:mrchrisallen at gmail.com]
Sent: Fri 5/19/2006 6:23 PM
To: Fling at osflash.org; Grant Davies; John Grden; Samuel Agesilas
Subject: Updated TypeResolver
Hi Guys,
Just letting you know that I updated TypeResolver and added the type
checks to MovieAsset, XMLAsset and SoundAsset. Make sure to do get the
latest version from SVN.
TypeResolver is still a work in progress as it still doesn't have all
of the intrinisic classes for ActionScript 2 at this point. Currently
it has the following:
public static var UNDEFINED:String = "undefined";
public static var OBJECT:String = "Object";
public static var FUNCTION:String = "Function";
public static var ARRAY:String = "Array";
public static var MOVIECLIP:String = "MovieClip";
public static var BUTTON:String = "Button";
public static var SOUND:String = "Sound";
public static var VIDEO:String = "Video";
public static var NETSTREAM:String = "NetStream";
public static var TEXTFIELD:String = "TextField";
public static var DATE:String = "Date";
public static var XML:String = "XML";
public static var STRING:String = "String";
public static var NUMBER:String = "Number";
public static var BOOLEAN:String = "Boolean";
I talked to John about it and we agreed that we will just add more
types as we need them. Make sure to add a test for the new types in
the TestTypeResolver unit tests if you add any.
Cool! Have a good weekend.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/fling_osflash.org/attachments/20060519/f8ed6cbd/attachment.htm
More information about the Fling
mailing list