2008年11月24日

【文件】AS2 => AS3 語法比較表

  對於從ActionScript 2.0要轉移學習ActionScript 3.0的使用者而言,很多同名或類似名稱,但不同用法的函式,反而會造成學習障礙,茲在此列出所有AS2到AS3的函式變遷,置於網頁上以方便查詢,對有將舊程式改寫成AS3的需求者也會有幫助。

參考出處:
  www.actionscriptcheatsheet.com
  livedocs.adobe.com

樂多文章限制65536byte,要塞下這段真是費功夫。
ActionScript 2.0ActionScript 3.0
Compiler directives
#endinitclipRemoved
#includeRemoved
#initclipRemoved
Constants
falsefalse
NaNNaN
newlineRemoved
nullnull
undefinedundefined
Global functions
asfunctionflash.text.TextField dispatches event: link
call()Removed
chr()Removed
clearInterval()flash.utils.clearInterval()
clearTimeout()flash.utils.clearTimeout()
duplicateMovieClip()flash.display.MovieClip.MovieClip()
eval()Removed
fscommand()flash.system.fscommand()
getProperty()Removed
getTimer()flash.utils.getTimer()
getURL()flash.net.navigateToURL()
getVersion()flash.system.Capabilities.version
gotoAndPlay()flash.display.MovieClip.gotoAndPlay()
gotoAndStop()flash.display.MovieClip.gotoAndStop()
ifFrameLoaded()flash.display.MovieClip.framesLoaded
int()int()
length()String.length
loadMovie()flash.display.Loader
loadMovieNum()flash.display.Loader
loadVariables()flash.net.URLLoader
loadVariablesNum()flash.net.URLLoader
mbchr()String.fromCharCode()
mblength()String.length
mbord()String.charCodeAt()
mbsubstring()String.substr()
nextFrame()flash.display.MovieClip.nextFrame()
nextScene()flash.display.MovieClip.nextScene()
on()flash.events.EventDispatcher
onClipEvent()flash.events.EventDispatcher
ord()String
parseInt()parseInt()
play()flash.display.MovieClip.play()
prevFrame()flash.display.MovieClip.prevFrame()
prevScene()flash.display.MovieClip.prevScene()
print()flash.printing.PrintJob
printAsBitmap()flash.printing.PrintJob
printAsBitmapNum()flash.printing.PrintJob
printNum()flash.printing.PrintJob
random()Math.random()
removeMovieClip()Removed
setInterval()flash.utils.setInterval()
setProperty()Removed
setTimeout()flash.utils.setTimeout()
showRedrawRegions()flash.profiler.showRedrawRegions()
startDrag()flash.display.Sprite.startDrag()
stop()flash.display.MovieClip.stop()
stopAllSounds()flash.media.SoundMixer.stopAll()
stopDrag()flash.display.Sprite.stopDrag()
substring()String.substring()
targetPath()Removed
tellTarget()Removed
toggleHighQuality()flash.display.Stage.quality
trace()trace()
unloadMovie()flash.display.Loader.unload()
unloadMovieNum()flash.display.Loader.unload()
updateAfterEvent()flash.events.TimerEvent.updateAfterEvent()
Global properties
_accPropsflash.accessibility.AccessibilityProperties
_focusrectflash.display.InteractiveObject.focusRect
_globalRemoved
_highqualityflash.display.Stage.quality
_levelRemoved
maxscrollflash.text.TextField
_parentflash.display.DisplayObject.parent
_qualityflash.display.Stage.quality
_rootflash.display.DisplayObject.stage
scrollflash.text.TextField
_soundbuftimeflash.media.SoundMixer.bufferTime
thisthis
Operators
add (concatenation (strings))Removed
eq (equality (strings))Removed
gt (greater than (strings))Removed
ge (greater than or equal to (strings))Removed
<> (inequality)Removed
instanceofis
lt (less than (strings))Removed
le (less than or equal to (strings))Removed
and (logical AND)Removed
not (logical NOT)Removed
or (logical OR)Removed
ne (not equal (strings))Removed
Statements
deletedelete
importimport
intrinsicRemoved
privateprivate
set variableRemoved
supersuper
Accessibility classflash.accessibility.Accessibility
isActive() Methodflash.accessibility.Accessibility.active
updateProperties() Methodflash.accessibility.Accessibility.updateProperties()
arguments classarguments
caller PropertyRemoved
Array class
CASEINSENSITIVE ConstantArray.CASEINSENSITIVE
DESCENDING ConstantArray.DESCENDING
length PropertyArray.length
NUMERIC ConstantArray.NUMERIC
RETURNINDEXEDARRAY ConstantArray.RETURNINDEXEDARRAY
UNIQUESORT ConstantArray.UNIQUESORT
Array ConstructorArray.Array()
push() MethodArray.push()
sort() MethodArray.sort()
sortOn() MethodArray.sortOn()
splice() MethodArray.splice()
unshift() MethodArray.unshift()
AsBroadcaster classflash.events.EventDispatcher
_listeners Property[read-only]flash.events.EventDispatcher.willTrigger()
addListener() Methodflash.events.EventDispatcher.addEventListener()
broadcastMessage() Methodflash.events.EventDispatcher.dispatchEvent()
initialize() MethodRemoved
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
BitmapData classflash.display.BitmapData
height Property[read-only]flash.display.BitmapData.height
rectangle Property[read-only]flash.display.BitmapData.rect
width Property[read-only]flash.display.BitmapData.width
copyChannel() Methodflash.display.BitmapData.copyChannel()
draw() Methodflash.display.BitmapData.draw()
fillRect() Methodflash.display.BitmapData.fillRect()
floodFill() Methodflash.display.BitmapData.floodFill()
getColorBoundsRect() Methodflash.display.BitmapData.getColorBoundsRect()
getPixel() Methodflash.display.BitmapData.getPixel()
getPixel32() Methodflash.display.BitmapData.getPixel32()
hitTest() Methodflash.display.BitmapData.hitTest()
loadBitmap() MethodRemoved
merge() Methodflash.display.BitmapData.merge()
noise() Methodflash.display.BitmapData.noise()
perlinNoise() Methodflash.display.BitmapData.perlinNoise()
pixelDissolve() Methodflash.display.BitmapData.pixelDissolve()
scroll() Methodflash.display.BitmapData.scroll()
setPixel() Methodflash.display.BitmapData.setPixel()
setPixel32() Methodflash.display.BitmapData.setPixel32()
threshold() Methodflash.display.BitmapData.threshold()
BlurFilter class
quality Propertyflash.filters.BlurFilter.quality
Button classflash.display.SimpleButton
_alpha Propertyflash.display.DisplayObject.alpha
blendMode Propertyflash.display.DisplayObject.blendMode
cacheAsBitmap Propertyflash.display.DisplayObject.cacheAsBitmap
enabled Propertyflash.display.SimpleButton.enabled
filters Propertyflash.display.DisplayObject.filters
_focusrect Propertyflash.display.InteractiveObject.focusRect
_height Propertyflash.display.DisplayObject.height
_highquality PropertyRemoved
_name Propertyflash.display.DisplayObject.name
_parent Propertyflash.display.DisplayObject.parent
_quality PropertyRemoved
_rotation Propertyflash.display.DisplayObject.rotation
scale9Grid Propertyflash.display.DisplayObject.scale9Grid
_soundbuftime Propertyflash.media.SoundMixer.bufferTime
tabEnabled Propertyflash.display.InteractiveObject.tabEnabled
tabIndex Propertyflash.display.InteractiveObject.tabIndex
_target Property[read-only]Removed
trackAsMenu Propertyflash.display.SimpleButton.trackAsMenu
_url Property[read-only]Removed
useHandCursor Propertyflash.display.SimpleButton.useHandCursor
_visible Propertyflash.display.DisplayObject.visible
_width Propertyflash.display.DisplayObject.width
_x Propertyflash.display.DisplayObject.x
_xmouse Property[read-only]flash.display.DisplayObject.mouseX
_xscale Propertyflash.display.DisplayObject.scaleX
_y Propertyflash.display.DisplayObject.y
_ymouse Property[read-only]flash.display.DisplayObject.mouseY
_yscale Propertyflash.display.DisplayObject.scaleY
getDepth() Methodflash.display.DisplayObjectContainer.getChildIndex()
onDragOut() EventHandlerflash.display.InteractiveObject dispatches event: mouseOut
onDragOver() EventHandlerflash.display.InteractiveObject dispatches event: mouseOver
onKeyDown() EventHandlerflash.display.InteractiveObject dispatches event: keyDown
onKeyUp() EventHandlerflash.display.InteractiveObject dispatches event: keyUp
onKillFocus() EventHandlerflash.display.InteractiveObject dispatches event: focusOut
onPress() EventHandlerflash.display.InteractiveObject dispatches event: mouseDown
onRelease() EventHandlerflash.display.InteractiveObject dispatches event: mouseUp
onReleaseOutside() EventHandlerflash.display.InteractiveObject dispatches event: mouseUp
onRollOut() EventHandlerflash.display.InteractiveObject dispatches event: mouseOut
onRollOver() EventHandlerflash.display.InteractiveObject dispatches event: mouseOver
onSetFocus() EventHandlerflash.display.InteractiveObject dispatches event: focusIn
Camera classflash.media.Camera
activityLevel Property[read-only]flash.media.Camera.activityLevel
bandwidth Property[read-only]flash.media.Camera.bandwidth
currentFps Property[read-only]flash.media.Camera.currentFPS
fps Property[read-only]flash.media.Camera.fps
height Property[read-only]flash.media.Camera.height
index Property[read-only]flash.media.Camera.index
motionLevel Property[read-only]flash.media.Camera.motionLevel
motionTimeOut Property[read-only]flash.media.Camera.motionTimeout
muted Property[read-only]flash.media.Camera.muted
name Property[read-only]flash.media.Camera.name
names Property[read-only]flash.media.Camera.names
quality Property[read-only]flash.media.Camera.quality
width Property[read-only]flash.media.Camera.width
get() Methodflash.media.Camera.getCamera()
onActivity() EventHandlerflash.events.ActivityEvent.ACTIVITY
onStatus() EventHandlerflash.media.Camera dispatches event: status
setMode() Methodflash.media.Camera.setMode()
setMotionLevel() Methodflash.media.Camera.setMotionLevel()
setQuality() Methodflash.media.Camera.setQuality()
capabilities classflash.system.Capabilities
Color classflash.geom.ColorTransform
Color Constructorflash.geom.ColorTransform.ColorTransform()
getRGB() Methodflash.geom.ColorTransform.color
getTransform() MethodRemoved
setRGB() Methodflash.geom.ColorTransform.color
setTransform() MethodRemoved
ContextMenu classflash.ui.ContextMenu
builtInItems Propertyflash.ui.ContextMenu.builtInItems
customItems Propertyflash.ui.ContextMenu.customItems
ContextMenu Constructorflash.ui.ContextMenu.ContextMenu()
copy() Methodflash.ui.ContextMenu.clone()
hideBuiltInItems() Methodflash.ui.ContextMenu.hideBuiltInItems()
onSelect() EventHandlerflash.ui.ContextMenu dispatches event: menuSelect
ContextMenuItem classflash.ui.ContextMenuItem
caption Propertyflash.ui.ContextMenuItem.caption
enabled Propertyflash.ui.ContextMenuItem.enabled
separatorBefore Propertyflash.ui.ContextMenuItem.separatorBefore
visible Propertyflash.ui.ContextMenuItem.visible
ContextMenuItem Constructorflash.ui.ContextMenuItem.ContextMenuItem()
copy() Methodflash.ui.ContextMenuItem.clone()
onSelect() EventHandlerflash.ui.ContextMenuItem dispatches event: menuItemSelect
ConvolutionFilter class
clone() Methodflash.filters.ConvolutionFilter.clone()
Date classDate
getUTCYear() MethodDate.getUTCFullYear()
getYear() MethodDate.getFullYear()
setYear() MethodDate.setFullYear()
DisplacementMapFilter classflash.filters.DisplacementMapFilter
color Propertyflash.filters.DisplacementMapFilter.color
componentX Propertyflash.filters.DisplacementMapFilter.componentX
componentY Propertyflash.filters.DisplacementMapFilter.componentY
DisplacementMapFilter Constructorflash.filters.DisplacementMapFilter.DisplacementMapFilter()
clone() Methodflash.filters.DisplacementMapFilter.clone()
DropShadowFilter classflash.filters.DropShadowFilter
color Propertyflash.filters.DropShadowFilter.color
quality Propertyflash.filters.DropShadowFilter.quality
DropShadowFilter Constructorflash.filters.DropShadowFilter.DropShadowFilter()
clone() Methodflash.filters.DropShadowFilter.clone()
Error classError
ExternalInterface classflash.external.ExternalInterface
addCallback() Methodflash.external.ExternalInterface.addCallback()
call() Methodflash.external.ExternalInterface.call()
FileReference classflash.net.FileReference
postData Propertyflash.net.URLRequest.data
size Property[read-only]flash.net.FileReference.size
addListener() Methodflash.events.EventDispatcher.addEventListener()
browse() Methodflash.net.FileReference.browse()
download() Methodflash.net.FileReference.download()
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
upload() Methodflash.net.FileReference.upload()
onCancel Listenerflash.net.FileReference dispatches event: cancel
onComplete Listenerflash.net.FileReference dispatches event: complete
onHTTPError Listenerflash.net.FileReference dispatches event: httpStatus
onIOError Listenerflash.net.FileReference dispatches event: ioError
onOpen Listenerflash.net.FileReference dispatches event: open
onProgress Listenerflash.net.FileReference dispatches event: progress
onSecurityError Listenerflash.net.FileReference dispatches event: securityError
onSelect Listenerflash.net.FileReference dispatches event: select
onUploadCompleteDataflash.net.FileReference dispatches event: complete
FileReferenceList classflash.net.FileReferenceList
addListener() Methodflash.events.EventDispatcher.addEventListener()
browse() Methodflash.net.FileReferenceList.browse()
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
onCancel Listenerflash.net.FileReferenceList dispatches event: cancel
onSelect Listenerflash.net.FileReferenceList dispatches event: select
GlowFilter classflash.filters.GlowFilter
color Propertyflash.filters.GlowFilter.color
quality Propertyflash.filters.GlowFilter.quality
GlowFilter Constructorflash.filters.GlowFilter.GlowFilter()
clone() Methodflash.filters.GlowFilter.clone()
GradientBevelFilter classflash.filters.GradientBevelFilter
quality Propertyflash.filters.GradientBevelFilter.quality
clone() Methodflash.filters.GradientBevelFilter.clone()
GradientGlowFilter classflash.filters.GradientGlowFilter
quality Propertyflash.filters.GradientGlowFilter.quality
GradientGlowFilter Constructorflash.filters.GradientGlowFilter.GradientGlowFilter()
clone() Methodflash.filters.GradientGlowFilter.clone()
IME classflash.system.IME
ALPHANUMERIC_FULL Constantflash.system.IMEConversionMode.ALPHANUMERIC_FULL
ALPHANUMERIC_HALF Constantflash.system.IMEConversionMode.ALPHANUMERIC_HALF
CHINESE Constantflash.system.IMEConversionMode.CHINESE
JAPANESE_HIRAGANA Constantflash.system.IMEConversionMode.JAPANESE_HIRAGANA
JAPANESE_KATAKANA_FULL Constantflash.system.IMEConversionMode.JAPANESE_KATAKANA_FULL
JAPANESE_KATAKANA_HALF Constantflash.system.IMEConversionMode.JAPANESE_KATAKANA_HALF
KOREAN Constantflash.system.IMEConversionMode.KOREAN
UNKNOWN Constantflash.system.IMEConversionMode.UNKNOWN
addListener() Methodflash.events.EventDispatcher.addEventListener()
getConversionMode() Methodflash.system.IME.conversionMode
getEnabled() Methodflash.system.IME.enabled
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
setConversionMode() Methodflash.system.IME.conversionMode
setEnabled() Methodflash.system.IME.enabled
onIMEComposition Listenerflash.system.IME dispatches event: imeComposition
Key classflash.ui.Keyboard
BACKSPACE Constantflash.ui.Keyboard.BACKSPACE
CAPSLOCK Constantflash.ui.Keyboard.CAPS_LOCK
CONTROL Constantflash.ui.Keyboard.CONTROL
DELETEKEY Constantflash.ui.Keyboard.DELETE
DOWN Constantflash.ui.Keyboard.DOWN
END Constantflash.ui.Keyboard.END
ENTER Constantflash.ui.Keyboard.ENTER
ESCAPE Constantflash.ui.Keyboard.ESCAPE
HOME Constantflash.ui.Keyboard.HOME
INSERT Constantflash.ui.Keyboard.INSERT
LEFT Constantflash.ui.Keyboard.LEFT
_listeners Property[read-only]flash.events.EventDispatcher.willTrigger()
PGDN Constantflash.ui.Keyboard.PAGE_DOWN
PGUP Constantflash.ui.Keyboard.PAGE_UP
RIGHT Constantflash.ui.Keyboard.RIGHT
SHIFT Constantflash.ui.Keyboard.SHIFT
SPACE Constantflash.ui.Keyboard.SPACE
TAB Constantflash.ui.Keyboard.TAB
UP Constantflash.ui.Keyboard.UP
addListener() Methodflash.events.EventDispatcher.addEventListener()
getAscii() Methodflash.events.KeyboardEvent.charCode
getCode() Methodflash.events.KeyboardEvent.keyCode
isAccessible() Methodflash.ui.Keyboard.isAccessible()
isDown() MethodRemoved
isToggled() MethodRemoved
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
onKeyDown Listenerflash.display.InteractiveObject dispatches event: keyDown
onKeyUp Listenerflash.display.InteractiveObject dispatches event: keyUp
LoadVars classflash.net.URLLoader
contentType Propertyflash.net.URLRequest.contentType
loaded PropertyRemoved
LoadVars Constructorflash.net.URLLoader.URLLoader()
addRequestHeader() Methodflash.net.URLRequestHeader
decode() Methodflash.net.URLVariables.decode()
getBytesLoaded() Methodflash.net.URLLoader.bytesLoaded
getBytesTotal() Methodflash.net.URLLoader.bytesTotal
load() Methodflash.net.URLLoader.load()
onData() EventHandlerflash.net.URLLoader dispatches event: complete
onHTTPStatus() EventHandlerflash.net.URLLoader dispatches event: httpStatus
onLoad() EventHandlerflash.net.URLLoader dispatches event: complete
send() Methodflash.net.sendToURL()
sendAndLoad() Methodflash.net.sendToURL()
toString() MethodRemoved
LocalConnection classflash.net.LocalConnection
LocalConnection Constructorflash.net.LocalConnection.LocalConnection()
allowDomain() EventHandlerflash.net.LocalConnection.allowDomain()
allowInsecureDomain() EventHandlerflash.net.LocalConnection.allowInsecureDomain()
close() Methodflash.net.LocalConnection.close()
connect() Methodflash.net.LocalConnection.connect()
domain() Methodflash.net.LocalConnection.domain
onStatus() EventHandlerflash.net.LocalConnection dispatches event: status
send() Methodflash.net.LocalConnection.send()
Microphone classflash.media.Microphone
index Property[read-only]flash.media.Microphone.index
rate Property[read-only]flash.media.Microphone.rate
silenceTimeOut Property[read-only]flash.media.Microphone.silenceTimeout
get() Methodflash.media.Microphone.getMicrophone()
onActivity() EventHandlerflash.media.Microphone dispatches event: activity
onStatus() EventHandlerflash.media.Microphone dispatches event: status
setGain() Methodflash.media.Microphone.gain
setRate() Methodflash.media.Microphone.rate
setSilenceLevel() Methodflash.media.Microphone.setSilenceLevel()
setUseEchoSuppression() Methodflash.media.Microphone.setUseEchoSuppression()
Mouse classflash.ui.Mouse
addListener() Methodflash.events.EventDispatcher.addEventListener()
hide() Methodflash.ui.Mouse.hide()
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
show() Methodflash.ui.Mouse.show()
onMouseDown Listenerflash.display.InteractiveObject dispatches event: mouseDown
onMouseMove Listenerflash.display.InteractiveObject dispatches event: mouseMove
onMouseUp Listenerflash.display.InteractiveObject dispatches event: mouseUp
onMouseWheel Listenerflash.display.InteractiveObject dispatches event: mouseWheel
MovieClip classflash.display.MovieClip
_alpha Propertyflash.display.DisplayObject.alpha
blendMode Propertyflash.display.DisplayObject.blendMode
cacheAsBitmap Propertyflash.display.DisplayObject.cacheAsBitmap
_currentframe Property[read-only]flash.display.MovieClip.currentFrame
_droptarget Property[read-only]flash.display.Sprite.dropTarget
filters Propertyflash.display.DisplayObject.filters
focusEnabled PropertyRemoved
_focusrect Propertyflash.display.InteractiveObject.focusRect
_framesloaded Property[read-only]flash.display.MovieClip.framesLoaded
_height Propertyflash.display.DisplayObject.height
_highquality PropertyRemoved
hitArea Propertyflash.display.Sprite.hitArea
_lockroot PropertyRemoved
menu PropertyRemoved
_name Propertyflash.display.DisplayObject.name
opaqueBackground Propertyflash.display.DisplayObject.opaqueBackground
_parent Propertyflash.display.DisplayObject.parent
_quality Propertyflash.display.Stage.quality
_rotation Propertyflash.display.DisplayObject.rotation
scale9Grid Propertyflash.display.DisplayObject.scale9Grid
scrollRect Propertyflash.display.DisplayObject.scrollRect
_soundbuftime Propertyflash.media.SoundMixer.bufferTime
tabChildren Propertyflash.display.DisplayObjectContainer.tabChildren
tabEnabled Propertyflash.display.InteractiveObject.tabEnabled
tabIndex Propertyflash.display.InteractiveObject.tabIndex
_target Property[read-only]Removed
_totalframes Property[read-only]flash.display.MovieClip.totalFrames
trackAsMenu Propertyflash.display.MovieClip.trackAsMenu
transform Propertyflash.display.DisplayObject.transform
_url Property[read-only]flash.display.Loader.contentLoaderInfo
useHandCursor Propertyflash.display.Sprite.useHandCursor
_visible Propertyflash.display.DisplayObject.visible
_width Propertyflash.display.DisplayObject.width
_x Propertyflash.display.DisplayObject.x
_xmouse Property[read-only]flash.display.DisplayObject.mouseX
_xscale Propertyflash.display.DisplayObject.scaleX
_y Propertyflash.display.DisplayObject.y
_ymouse Property[read-only]flash.display.DisplayObject.mouseY
_yscale Propertyflash.display.DisplayObject.scaleY
attachAudio() MethodRemoved
attachBitmap() MethodRemoved
attachMovie() MethodRemoved
beginBitmapFill() Methodflash.display.Graphics.beginBitmapFill()
beginFill() Methodflash.display.Graphics.beginFill()
beginGradientFill() Methodflash.display.Graphics.beginGradientFill()
clear() Methodflash.display.Graphics.clear()
createEmptyMovieClip() MethodRemoved
createTextField() MethodRemoved
curveTo() Methodflash.display.Graphics.curveTo()
duplicateMovieClip() MethodRemoved
endFill() Methodflash.display.Graphics.endFill()
getBounds() Methodflash.display.DisplayObject.getBounds()
getBytesLoaded() Methodflash.net.URLLoader.bytesLoaded
getBytesTotal() Methodflash.net.URLLoader.bytesTotal
getDepth() Methodflash.display.DisplayObjectContainer.getChildIndex()
getInstanceAtDepth() Methodflash.display.DisplayObjectContainer.getChildAt()
getNextHighestDepth() Methodflash.display.DisplayObjectContainer.addChild()
getRect() Methodflash.display.DisplayObject.getRect()
getSWFVersion() Methodflash.display.LoaderInfo.swfVersion
getTextSnapshot() Methodflash.display.DisplayObjectContainer.textSnapshot
getURL() Methodflash.net.navigateToURL()
globalToLocal() Methodflash.display.DisplayObject.globalToLocal()
gotoAndStop() Methodflash.display.MovieClip.gotoAndStop()
hitTest() Methodflash.display.DisplayObject.hitTestObject()
lineGradientStyle() Methodflash.display.Graphics.lineGradientStyle()
lineStyle() Methodflash.display.Graphics.lineStyle()
lineTo() Methodflash.display.Graphics.lineTo()
loadMovie() Methodflash.display.Loader.load()
loadVariables() Methodflash.net.URLLoader
localToGlobal() Methodflash.display.DisplayObject.localToGlobal()
moveTo() Methodflash.display.Graphics.moveTo()
nextFrame() Methodflash.display.MovieClip.nextFrame()
onData() EventHandlerflash.display.LoaderInfo dispatches event: complete
onDragOut() EventHandlerflash.display.InteractiveObject dispatches event: mouseOut
onDragOver() EventHandlerflash.display.InteractiveObject dispatches event: mouseOver
onEnterFrame() EventHandlerflash.display.DisplayObject dispatches event: enterFrame
onKeyDown() EventHandlerflash.display.InteractiveObject dispatches event: keyDown
onKeyUp() EventHandlerflash.display.InteractiveObject dispatches event: keyUp
onKillFocus() EventHandlerflash.display.InteractiveObject dispatches event: focusOut
onLoad() EventHandlerflash.display.LoaderInfo dispatches event: complete
onMouseDown() EventHandlerflash.display.InteractiveObject dispatches event: mouseDown
onMouseMove() EventHandlerflash.display.InteractiveObject dispatches event: mouseMove
onMouseUp() EventHandlerflash.display.InteractiveObject dispatches event: mouseUp
onPress() EventHandlerflash.display.InteractiveObject dispatches event: mouseDown
onRelease() EventHandlerflash.display.InteractiveObject dispatches event: mouseUp
onReleaseOutside() EventHandlerflash.display.InteractiveObject dispatches event: mouseUp
onRollOut() EventHandlerflash.display.InteractiveObject dispatches event: mouseOut
onRollOver() EventHandlerflash.display.InteractiveObject dispatches event: mouseOver
onSetFocus() EventHandlerflash.display.InteractiveObject dispatches event: focusIn
onUnload() EventHandlerflash.display.LoaderInfo dispatches event: unload
play() Methodflash.display.MovieClip.play()
prevFrame() Methodflash.display.MovieClip.prevFrame()
removeMovieClip() Methodflash.display.DisplayObjectContainer.removeChild()
setMask() Methodflash.display.DisplayObject.mask
startDrag() Methodflash.display.Sprite.startDrag()
stop() Methodflash.display.MovieClip.stop()
stopDrag() Methodflash.display.Sprite.stopDrag()
swapDepths() MethodRemoved
unloadMovie() Methodflash.display.Loader.unload()
MovieClipLoader classflash.display.Loader
MovieClipLoader Constructorflash.display.Loader.Loader()
addListener() Methodflash.events.EventDispatcher.addEventListener()
getProgress() Methodflash.display.LoaderInfo dispatches event: progress
loadClip() Methodflash.display.Loader.load()
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
unloadClip() Methodflash.display.Loader.unload()
onLoadComplete Listenerflash.display.LoaderInfo dispatches event: complete
onLoadError Listenerflash.display.LoaderInfo dispatches event: ioError
onLoadInit Listenerflash.display.LoaderInfo dispatches event: init
onLoadProgress Listenerflash.display.LoaderInfo dispatches event: progress
onLoadStart Listenerflash.display.LoaderInfo dispatches event: open
NetConnection classflash.net.NetConnection
NetConnection Constructorflash.net.NetConnection.NetConnection()
connect() Constructorflash.net.NetConnection.connect()
NetStream classflash.net.NetStream
bytesLoaded Property[read-only]flash.net.NetStream.bytesLoaded
bytesTotal Property[read-only]flash.net.NetStream.bytesTotal
currentFps Property[read-only]flash.net.NetStream.currentFPS
onStatus() EventHandlerflash.net.NetStream dispatches event: netStatus
pause() Methodflash.net.NetStream.pause()
play() Methodflash.net.NetStream.play()
setBufferTime() Methodflash.net.NetStream.bufferTime
Number classNumber
Number ConstructorNumber.Number()
Object classObject
__proto__ PropertyRemoved
__resolve Propertyflash.utils.Proxy
addProperty() MethodRemoved
registerClass() MethodRemoved
unwatch() MethodRemoved
watch() MethodRemoved
PrintJob classflash.printing.PrintJob
orientation Property[read-only]flash.printing.PrintJob.orientation
pageHeight Property[read-only]flash.printing.PrintJob.pageHeight
pageWidth Property[read-only]flash.printing.PrintJob.pageWidth
paperHeight Property[read-only]flash.printing.PrintJob.paperHeight
paperWidth Property[read-only]flash.printing.PrintJob.paperWidth
PrintJob Constructorflash.printing.PrintJob.PrintJob()
addPage() Methodflash.printing.PrintJob.addPage()
send() Methodflash.printing.PrintJob.send()
start() Methodflash.printing.PrintJob.start()
Rectangle class
containsRectangle() Methodflash.geom.Rectangle.containsRect()
security classflash.system.Security
Selection classRemoved
addListener() Methodflash.events.EventDispatcher.addEventListener()
getBeginIndex() Methodflash.text.TextField.selectionBeginIndex
getCaretIndex() Methodflash.text.TextField.caretIndex
getEndIndex() Methodflash.text.TextField.selectionEndIndex
getFocus() Methodflash.display.Stage.focus
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
setFocus() Methodflash.display.Stage.focus
setSelection() Methodflash.text.TextField.setSelection()
onSetFocus Listenerflash.display.InteractiveObject dispatches event: focusIn
SharedObject classflash.net.SharedObject
flush() Methodflash.net.SharedObject.flush()
getSize() Methodflash.net.SharedObject.size
onStatus() EventHandlerflash.net.SharedObject dispatches event: netStatus
Sound classflash.media.Sound
checkPolicyFileflash.media.SoundChannel.stop()
duration Property[read-only]flash.media.Sound.length
id3 Property[read-only]flash.media.Sound.id3
position Property[read-only]flash.media.SoundChannel.position
attachSound() MethodRemoved
getBytesLoaded() Methodflash.media.Sound.bytesLoaded
getBytesTotal() Methodflash.media.Sound.bytesTotal
getPan() Methodflash.media.SoundTransform.pan
getTransform() Methodflash.media.SoundMixer.soundTransform
getVolume() Methodflash.media.SoundTransform.volume
loadSound() Methodflash.media.Sound.load()
onID3() EventHandlerflash.media.Sound dispatches event: id3
onLoad() EventHandlerflash.media.Sound dispatches event: complete
onSoundComplete() EventHandlerflash.media.SoundChannel dispatches event: soundComplete
setPan() Methodflash.media.SoundTransform.pan
setTransform() Methodflash.media.SoundMixer.soundTransform
setVolume() Methodflash.media.SoundChannel
start() Methodflash.media.Sound.play()
stop() Methodflash.media.SoundChannel.stop()
Stage classflash.display.Stage
align Propertyflash.display.Stage.align
height Propertyflash.display.Stage.stageHeight
scaleMode Propertyflash.display.Stage.scaleMode
showMenu Propertyflash.display.Stage.showDefaultContextMenu
width Propertyflash.display.Stage.stageWidth
addListener() Methodflash.events.EventDispatcher.addEventListener()
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
onResize Listenerflash.display.Stage dispatches event: resize
String classString
concat() MethodString.concat()
StyleSheet classflash.text.StyleSheet
StyleSheet Constructorflash.text.StyleSheet.StyleSheet()
clear() Methodflash.text.StyleSheet.clear()
getStyle() Methodflash.text.StyleSheet.getStyle()
getStyleNames() Methodflash.text.StyleSheet.styleNames
load() Methodflash.net.URLLoader.load()
onLoad() EventHandlerflash.net.URLLoader dispatches event: complete
parseCSS() Methodflash.text.StyleSheet.parseCSS()
setStyle() Methodflash.text.StyleSheet.setStyle()
transform() Methodflash.text.StyleSheet.transform()
System classflash.system.System
exactSettings Propertyflash.system.Security.exactSettings
useCodepage Propertyflash.system.System.useCodePage
onStatus() EventHandlerRemoved
setClipboard() Methodflash.system.System.setClipboard()
showSettings() Methodflash.system.Security.showSettings()
TextField classflash.text.TextField
_alpha Propertyflash.display.DisplayObject.alpha
antiAliasType Propertyflash.text.TextField.antiAliasType
autoSize Propertyflash.text.TextField.autoSize
background Propertyflash.text.TextField.background
backgroundColor Propertyflash.text.TextField.backgroundColor
border Propertyflash.text.TextField.border
borderColor Propertyflash.text.TextField.borderColor
bottomScroll Property[read-only]flash.text.TextField.bottomScrollV
condenseWhite Propertyflash.text.TextField.condenseWhite
embedFonts Propertyflash.text.TextField.embedFonts
filters Propertyflash.display.DisplayObject.filters
gridFitType Propertyflash.text.TextField.gridFitType
_height Propertyflash.display.DisplayObject.height
_highquality Propertyflash.display.Stage.quality
hscroll Propertyflash.text.TextField.scrollH
html Propertyflash.text.TextField.htmlText
htmlText Propertyflash.text.TextField.htmlText
length Property[read-only]flash.text.TextField.length
maxChars Propertyflash.text.TextField.maxChars
maxhscroll Property[read-only]flash.text.TextField.maxScrollH
maxscroll Property[read-only]flash.text.TextField.maxScrollV
menu Propertyflash.display.InteractiveObject.contextMenu
mouseWheelEnabled Propertyflash.text.TextField.mouseWheelEnabled
multiline Propertyflash.text.TextField.multiline
_name Propertyflash.display.DisplayObject.name
_parent Propertyflash.display.DisplayObject.parent
password Propertyflash.text.TextField.displayAsPassword
_quality Propertyflash.display.Stage.quality
restrict Propertyflash.text.TextField.restrict
_rotation Propertyflash.display.DisplayObject.rotation
scroll Propertyflash.text.TextField.scrollV
selectable Propertyflash.text.TextField.selectable
sharpness Propertyflash.text.TextField.sharpness
_soundbuftime Propertyflash.media.SoundMixer.bufferTime
styleSheet Propertyflash.text.TextField.styleSheet
tabEnabled Propertyflash.display.InteractiveObject.tabEnabled
tabIndex Propertyflash.display.InteractiveObject.tabIndex
_target Property[read-only]Removed
text Propertyflash.text.TextField.text
textColor Propertyflash.text.TextField.textColor
textHeight Propertyflash.text.TextField.textHeight
textWidth Propertyflash.text.TextField.textWidth
thickness Propertyflash.text.TextField.thickness
type Propertyflash.text.TextField.type
_url Property[read-only]flash.display.LoaderInfo.url
variable PropertyRemoved
_visible Propertyflash.display.DisplayObject.visible
_width Propertyflash.display.DisplayObject.width
wordWrap Propertyflash.text.TextField.wordWrap
_x Propertyflash.display.DisplayObject.x
_xmouse Property[read-only]flash.display.DisplayObject.mouseX
_xscale Propertyflash.display.DisplayObject.scaleX
_y Propertyflash.display.DisplayObject.y
_ymouse Property[read-only]flash.display.DisplayObject.mouseY
_yscale Propertyflash.display.DisplayObject.scaleY
addListener() Methodflash.events.EventDispatcher.addEventListener()
getDepth() Methodflash.display.DisplayObjectContainer
getFontList() Methodflash.text.Font.enumerateFonts()
getNewTextFormat() Methodflash.text.TextField.defaultTextFormat
getTextFormat() Methodflash.text.TextField.getTextFormat()
onChanged() EventHandlerflash.text.TextField dispatches event: change
onKillFocus() EventHandlerflash.display.InteractiveObject dispatches event: focusOut
onScroller() EventHandlerflash.text.TextField dispatches event: scroll
onSetFocus() EventHandlerflash.display.InteractiveObject dispatches event: focusIn
removeListener() Methodflash.events.EventDispatcher.removeEventListener()
removeTextField() Methodflash.display.DisplayObjectContainer.removeChild()
replaceSel() Methodflash.text.TextField.replaceSelectedText()
replaceText() Methodflash.text.TextField.replaceText()
setNewTextFormat() Methodflash.text.TextField.defaultTextFormat
setTextFormat() Methodflash.text.TextField.setTextFormat()
TextFormat classflash.text.TextFormat
align Propertyflash.text.TextFormat.align
blockIndent Propertyflash.text.TextFormat.blockIndent
bold Propertyflash.text.TextFormat.bold
bullet Propertyflash.text.TextFormat.bullet
color Propertyflash.text.TextFormat.color
font Propertyflash.text.TextFormat.font
indent Propertyflash.text.TextFormat.indent
italic Propertyflash.text.TextFormat.bullet
kerning Propertyflash.text.TextFormat.kerning
leading Propertyflash.text.TextFormat.leading
leftMargin Propertyflash.text.TextFormat.leftMargin
letterSpacing Propertyflash.text.TextFormat.letterSpacing
rightMargin Propertyflash.text.TextFormat.rightMargin
size Propertyflash.text.TextFormat.size
underline Propertyflash.text.TextFormat.underline
url Propertyflash.text.TextFormat.url
TextFormat Constructorflash.text.TextFormat.TextFormat()
getTextExtent() MethodRemoved
TextRenderer classflash.text.TextRenderer
maxLevel Propertyflash.text.TextRenderer.maxLevel
setAdvancedAntialiasingTable() Methodflash.text.TextRenderer.setAdvancedAntiAliasingTable()
TextSnapshot classflash.text.TextSnapshot
findText() Methodflash.text.TextSnapshot.findText()
getCount() Methodflash.text.TextSnapshot.charCount
getSelected() Methodflash.text.TextSnapshot.getSelected()
getSelectedText() Methodflash.text.TextSnapshot.getSelectedText()
getText() Methodflash.text.TextSnapshot.getText()
getTextRunInfo() Methodflash.text.TextSnapshot.getTextRunInfo()
hitTestTextNearPos() Methodflash.text.TextSnapshot.hitTestTextNearPos()
setSelectColor() Methodflash.text.TextSnapshot.setSelectColor()
setSelected() Methodflash.text.TextSnapshot.setSelected()
Video classflash.media.Video
_alpha Propertyflash.display.DisplayObject.alpha
deblocking Propertyflash.media.Video.deblocking
_height Propertyflash.display.DisplayObject.height
height Property[read-only]flash.media.Video.videoHeight
_name Propertyflash.display.DisplayObject.name
_parent Propertyflash.display.DisplayObject.parent
_rotation Propertyflash.display.DisplayObject.rotation
smoothing Propertyflash.media.Video.smoothing
_visible Propertyflash.display.DisplayObject.visible
_width Propertyflash.display.DisplayObject.width
width Property[read-only]flash.media.Video.videoWidth
_x Propertyflash.display.DisplayObject.x
_xmouse Property[read-only]flash.display.DisplayObject.mouseX
_xscale Propertyflash.display.DisplayObject.scaleX
_y Propertyflash.display.DisplayObject.y
_ymouse Property[read-only]flash.display.DisplayObject.mouseY
_yscale Propertyflash.display.DisplayObject.scaleY
attachVideo() Methodflash.media.Video.attachNetStream()
clear() Methodflash.media.Video.clear()
XML classflash.xml.XMLDocument
contentType Propertyflash.net.URLRequest.contentType
docTypeDecl Propertyflash.xml.XMLDocument.docTypeDecl
idMap Propertyflash.xml.XMLDocument.idMap
ignoreWhite Propertyflash.xml.XMLDocument.ignoreWhite
loaded PropertyRemoved
status PropertyRemoved
xmlDecl Propertyflash.xml.XMLDocument.xmlDecl
XML Constructorflash.xml.XMLDocument.XMLDocument()
addRequestHeader() Methodflash.net.URLRequest.requestHeaders
createElement() Methodflash.xml.XMLDocument.createElement()
createTextNode() Methodflash.xml.XMLDocument.createTextNode()
getBytesLoaded() Methodflash.net.URLLoader.bytesLoaded
getBytesTotal() Methodflash.net.URLLoader.bytesTotal
load() MethodRemoved
onData() EventHandlerflash.net.URLLoader dispatches event: complete
onHTTPStatus() EventHandlerflash.net.URLLoader dispatches event: httpStatus
onLoad() EventHandlerflash.net.URLLoader dispatches event: complete
parseXML() Methodflash.xml.XMLDocument.parseXML()
send() MethodRemoved
sendAndLoad() MethodRemoved
XMLNode classflash.xml.XMLNode
nodeType Property[read-only]flash.xml.XMLNode.nodeType
XMLNode Constructorflash.xml.XMLNode.XMLNode()
XMLSocket classflash.net.XMLSocket
XMLSocket Constructorflash.net.XMLSocket.XMLSocket()
connect() Methodflash.net.XMLSocket.connect()
onClose() EventHandlerflash.net.XMLSocket dispatches event: close
onConnect() EventHandlerflash.net.XMLSocket dispatches event: connect
onData() EventHandlerflash.net.XMLSocket dispatches event: data
onXML() EventHandlerRemoved

Posted by esabear at 樂多Roodo! │15:32 │回應(4)引用(0)Flash筆記
樂多分類:網路/3C 共同主題:Flash筆記 工具:編輯本文
標籤:文件,ActionScript3,ActionScript2
Ads by Roodo! 

引用URL

http://cgi.blog.roodo.com/trackback/7694057
回應文章
Lovely. Great site.
Posted by home loan at 2009年01月30日 19:26

thx :-)
Posted by 熊 at 2009年05月11日 12:08
Yo Wasup
I i saw the post on blog.roodo.com
Very informative
In fact I have been Googling for something similar for ages
blog.roodo.com is a site i'll keep bookmarked
Great effort well done !
John
[url=http://www.adstractor.com/?p=256 ] equipment trailers for rent [/url]
Posted by Johnathen Jnr at 2009年10月25日 19:26
Hi,
I i saw ya msg on blog.roodo.com
Very well presented
In fact I have been looking for something similar for months
blog.roodo.com will see me back again
Great effort keep up the good work !
John
[url=http://www.only-cars.com/?p=430109 ] japan used cars in durban [/url]
Posted by JoJo John Jnr at 2009年10月30日 05:53