Prev | Current Page 661 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"

urlEncode()
Internally the method uses the Flash escape() function for
versions 6??“8 and encodeURIComponent() for Flash 9.
escapeMultiByte()
(F9 in flash.utils)
Not implemented.
eval()
(F6??“8)
flash.Lib.eval()
The method accepts a string as an argument. When used in Flash
version 6??“8, the string can contain any valid AS2 expression to be
evaluated; in Flash 9 the expression can only be a path to an object
or to a field in the classic dot syntax.
fscommand()
(F6??“8, F9 in flash.system)
flash.Lib.fscommand()
Chapter 12: Building Interactive Content with Flash
349
ActionScript Function
(Flash Version) haXe Equivalent
getClassByAlias()
(F9 in flash.net)
It is Action Message Format (AMF) specific. Similar functionalities
can be obtained with the classes in the haxe.remoting package.
getDefinitionByName()
(F9 in flash.utils)
Type.resolveClass()
getInterval ()
(F6??“8, F9 in flash.utils)
See clearInterval().
getProperty()
(F6??“8)
Reflect.field()
getQualifiedClassName()
(F9 in flash.


Pages:
649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673