Actionscript/ global
From Gnash Project Wiki
(Redirected from Actionscript/Global)
_global
Unimplemented members
Methods:
- _global.updateAfterEvent
- _global.setInterval
- _global.clearInterval
Global constants:
- undefined (maybe; it's hard to tell if it is implemented and explicitly returns an undefined value or is just undefined :)
The AS2 spec also mentions
- newline
- null
but these give undefined in FP9/Linux
Partially implemented
(or is it done?)
- method _global.ASSetPropFlags
See: http://osflash.org/flashcoders/undocumented/assetpropflags

