Versions History: ActionScript 3.0

Artikel: ActionScript 3.0, ActionScript - Versions History | 12.02.2008

ActionScript 3.0, ist seit Adobe Flex 2.0 bzw. Flash 9 / CS3 verfügbar und ist im Juni 2006 zusammen mit dem Flash Player 9 erschienen.
Diese Version wurde komplett überarbeitet, so das eine komplett andere Virtual Maschine verwendet wird. Aus diesem Grund besitzt der Flash Player 9 zwei verschiedene Virtual Maschines damit dieser auch weiterhin ActionScript 2 verarbeiten kann.
ActionScript 3.0 ist nicht nur schneller sondern bietet auch eine robustere Programmierung und weist sehr viele weitere Verbesserungen auf.

Neue Feature die mit ActionScript 3.0 eingeführt wurden:

  • Type Überprüfung währendes des Kompilieren und während der Laufzeit.
  • Verbesserte Performance durch ein Klassenbasiertes-Vererbungssystem, losgelöst von dem Prototypenbasiertem-Vererbungssystem.
  • Unterstützung von Packeten, Namenspace und reguläre Ausdrücke (RegExp).
  • Neuer verbesserter Bytecode, welcher nicht kompatible mit ActionScript 1.0 und ActionScript 2.0 bytecode ist.
  • Umstrukturierte Flash Player API welche nun in Packeten verwaltet wird.
  • Unified event handling system basierend auf der DOM Standart Event Handler.
  • Intigration von ECMAScript für XML (E4X) für eine besser und schnellere XML Verarbeitung.
  • Direkter Zugriff auf die Adobe Flash Laufzeit Anzeigenliste, für die kompletten Kontrolle was zur Laufzeit angezeigt wird.

Dieser Version ist komplett ECMAScript 4 Version konform, mehr Informationen zu ECMAScript 4 finden Sie unter http://wiki.ecmascript.org/doku.php.

Verworfenes ActionScript

Da durch die vielen Neuerungen von ActionScript 3.0 sind einige Sachen von ActionScript 2.0 doppelt vorhanden , oder wurden einfach nicht mehr benötigt, so wurden hier einiges entfernt.
Bitte beachten Sie, das die nachfolgende ActionScripts nicht mehr in ActionScript 3 funktionieren !

Verworfene Kompiler Anweisungen

Kompiler Anweisung
#endinitclip
#include
#initclip

Verworfene Konstanten

Kompiler Anweisung
newline

Verworfene Funktionen

FunktionAlternative
asfunction flash.text.TextField dispatches event: link
call() keine
chr() keine
clearInterval() flash.utils.clearInterval()
clearTimeout() flash.utils.clearTimeout()
duplicateMovieClip() flash.display.MovieClip.MovieClip()
eval() keine
fscommand() flash.system.fscommand()
getProperty() keine
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
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
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() keine
setInterval() flash.utils.setInterval()
setProperty() keine
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() keine
tellTarget() keine
toggleHighQuality() flash.display.Stage.quality
unloadMovie() flash.display.Loader.unload()
unloadMovieNum() flash.display.Loader.unload()
updateAfterEvent() flash.events.TimerEvent.updateAfterEvent()

Verworfene Globale Einstellungen

Globale EinstellungAlternative
_accProps flash.accessibility.AccessibilityProperties
_focusrect flash.display.InteractiveObject.focusRect
_global keine
_highquality flash.display.Stage.quality
_level keine
maxscroll flash.text.TextField
_parent flash.display.DisplayObject.parent
_quality flash.display.Stage.quality
_root flash.display.DisplayObject.stage
scroll flash.text.TextField
_soundbuftime flash.media.SoundMixer.bufferTime

Verworfene Operatoren

OperatorAlternative
add (concatenation (strings)) Removed
eq (equality (strings)) Removed
gt (greater than (strings)) Removed
ge (greater than or equal to (strings)) Removed
<> (inequality) Removed
instanceof is
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

Verworfene Angaben (Statments)

AngabeAlternative
intrinsic Removed
set variable Removed

Accessibility class - flash.accessibility.Accessibility

MethodeAlternative
isActive() flash.accessibility.Accessibility.active
updateProperties() flash.accessibility.Accessibility.updateProperties()

arguments class - arguments

EigenschaftAlternative
caller keine

Array class

FunktionAlternative
CASEINSENSITIVE Array.CASEINSENSITIVE
DESCENDING Array.DESCENDING
length Array.length
NUMERIC Array.NUMERIC
RETURNINDEXEDARRAY Array.RETURNINDEXEDARRAY
UNIQUESORT Array.UNIQUESORT
Array Array.Array()
push() Array.push()
sort() Array.sort()
sortOn() Array.sortOn()
splice() Array.splice()
unshift() Array.unshift()

AsBroadcaster class - flash.events.EventDispatcher

EventsAlternative
_listeners flash.events.EventDispatcher.willTrigger()
addListener() flash.events.EventDispatcher.addEventListener()
broadcastMessage() flash.events.EventDispatcher.dispatchEvent()
initialize() keine
removeListener() flash.events.EventDispatcher.removeEventListener()

BitmapData class - flash.display.BitmapData

FunktionAlternative
height flash.display.BitmapData.height
rectangle flash.display.BitmapData.rect
width flash.display.BitmapData.width
copyChannel() flash.display.BitmapData.copyChannel()
draw() flash.display.BitmapData.draw()
fillRect() flash.display.BitmapData.fillRect()
floodFill() flash.display.BitmapData.floodFill()
getColorBoundsRect() flash.display.BitmapData.getColorBoundsRect()
getPixel() flash.display.BitmapData.getPixel()
getPixel32() flash.display.BitmapData.getPixel32()
hitTest() flash.display.BitmapData.hitTest()
loadBitmap() keine
merge() flash.display.BitmapData.merge()
noise() flash.display.BitmapData.noise()
perlinNoise() flash.display.BitmapData.perlinNoise()
pixelDissolve() flash.display.BitmapData.pixelDissolve()
scroll() flash.display.BitmapData.scroll()
setPixel() flash.display.BitmapData.setPixel()
setPixel32() flash.display.BitmapData.setPixel32()
threshold() flash.display.BitmapData.threshold()

BlurFilter class

FilterAlternative
quality flash.filters.BlurFilter.quality

Button class - flash.display.SimpleButton

FunktionAlternative
_alpha flash.display.DisplayObject.alpha
blendMode flash.display.DisplayObject.blendMode
cacheAsBitmap flash.display.DisplayObject.cacheAsBitmap
enabled flash.display.SimpleButton.enabled
filters flash.display.DisplayObject.filters
_focusrect flash.display.InteractiveObject.focusRect
_height flash.display.DisplayObject.height
_highquality keine
_name flash.display.DisplayObject.name
_parent flash.display.DisplayObject.parent
_quality keine
_rotation flash.display.DisplayObject.rotation
scale9Grid flash.display.DisplayObject.scale9Grid
_soundbuftime flash.media.SoundMixer.bufferTime
tabEnabled flash.display.InteractiveObject.tabEnabled
tabIndex flash.display.InteractiveObject.tabIndex
_target keine
trackAsMenu flash.display.SimpleButton.trackAsMenu
_url keine
useHandCursor flash.display.SimpleButton.useHandCursor
_visible flash.display.DisplayObject.visible
_width flash.display.DisplayObject.width
_x flash.display.DisplayObject.x
_xmouse flash.display.DisplayObject.mouseX
_xscale flash.display.DisplayObject.scaleX
_y flash.display.DisplayObject.y
_ymouse flash.display.DisplayObject.mouseY
_yscale flash.display.DisplayObject.scaleY
getDepth() flash.display.DisplayObjectContainer.getChildIndex()
onDragOut() flash.display.InteractiveObject dispatches event: mouseOut
onDragOver() flash.display.InteractiveObject dispatches event: mouseOver
onKeyDown() flash.display.InteractiveObject dispatches event: keyDown
onKeyUp() flash.display.InteractiveObject dispatches event: keyUp
onKillFocus() flash.display.InteractiveObject dispatches event: focusOut
onPress() flash.display.InteractiveObject dispatches event: mouseDown
onRelease() flash.display.InteractiveObject dispatches event: mouseUp
onReleaseOutside() flash.display.InteractiveObject dispatches event: mouseUp
onRollOut() flash.display.InteractiveObject dispatches event: mouseOut
onRollOver() flash.display.InteractiveObject dispatches event: mouseOver
onSetFocus() flash.display.InteractiveObject dispatches event: focusIn

Camera class - flash.media.Camera

FunktionAlternative
activityLevel flash.media.Camera.activityLevel
bandwidth flash.media.Camera.bandwidth
currentFps flash.media.Camera.currentFPS
fps flash.media.Camera.fps
height flash.media.Camera.height
index flash.media.Camera.index
motionLevel flash.media.Camera.motionLevel
motionTimeOut flash.media.Camera.motionTimeout
muted flash.media.Camera.muted
name flash.media.Camera.name
names flash.media.Camera.names
quality flash.media.Camera.quality
width flash.media.Camera.width
get() flash.media.Camera.getCamera()
onActivity() flash.events.ActivityEvent.ACTIVITY
onStatus() flash.media.Camera dispatches event: status
setMode() flash.media.Camera.setMode()
setMotionLevel() flash.media.Camera.setMotionLevel()
setQuality() flash.media.Camera.setQuality()

Color class - flash.geom.ColorTransform

FunktionAlternative
Color flash.geom.ColorTransform.ColorTransform()
getRGB() flash.geom.ColorTransform.color
getTransform() keine
setRGB() flash.geom.ColorTransform.color
setTransform() keine

ContextMenu class - flash.ui.ContextMenu

FunktionAlternative
builtInItems flash.ui.ContextMenu.builtInItems
customItems flash.ui.ContextMenu.customItems
ContextMenu flash.ui.ContextMenu.ContextMenu()
copy() flash.ui.ContextMenu.clone()
hideBuiltInItems() flash.ui.ContextMenu.hideBuiltInItems()
onSelect() flash.ui.ContextMenu dispatches event: menuSelect

ContextMenuItem class - flash.ui.ContextMenuItem

FunktionAlternative
caption flash.ui.ContextMenuItem.caption
enabled flash.ui.ContextMenuItem.enabled
separatorBefore flash.ui.ContextMenuItem.separatorBefore
visible flash.ui.ContextMenuItem.visible
ContextMenuItem flash.ui.ContextMenuItem.ContextMenuItem()
copy() flash.ui.ContextMenuItem.clone()
onSelect() flash.ui.ContextMenuItem dispatches event: menuItemSelect

ConvolutionFilter class

FunktionAlternative
clone() flash.filters.ConvolutionFilter.clone()

Date class - Date

Globale EinstellungAlternative
getUTCYear() Date.getUTCFullYear()
getYear() Date.getFullYear()
setYear() Date.setFullYear()

DisplacementMapFilter class - flash.filters.DisplacementMapFilter

FunktionAlternative
color flash.filters.DisplacementMapFilter.color
componentX flash.filters.DisplacementMapFilter.componentX
componentY flash.filters.DisplacementMapFilter.componentY
DisplacementMapFilter flash.filters.DisplacementMapFilter.DisplacementMapFilter()
clone() flash.filters.DisplacementMapFilter.clone()

DropShadowFilter class - flash.filters.DropShadowFilter

FunktionAlternative
color flash.filters.DropShadowFilter.color
quality flash.filters.DropShadowFilter.quality
DropShadowFilter flash.filters.DropShadowFilter.DropShadowFilter()
clone() flash.filters.DropShadowFilter.clone()

ExternalInterface class - flash.external.ExternalInterface

FunktionAlternative
addCallback() flash.external.ExternalInterface.addCallback()
call() flash.external.ExternalInterface.call()

FileReference class - flash.net.FileReference

FunktionAlternative
postData flash.net.URLRequest.data
size flash.net.FileReference.size
addListener() flash.events.EventDispatcher.addEventListener()
browse() flash.net.FileReference.browse()
download() flash.net.FileReference.download()
removeListener() flash.events.EventDispatcher.removeEventListener()
upload() flash.net.FileReference.upload()
onCancel flash.net.FileReference dispatches event: cancel
onComplete flash.net.FileReference dispatches event: complete
onHTTPError flash.net.FileReference dispatches event: httpStatus
onIOError flash.net.FileReference dispatches event: ioError
onOpen flash.net.FileReference dispatches event: open
onProgress flash.net.FileReference dispatches event: progress
onSecurityError flash.net.FileReference dispatches event: securityError
onSelect flash.net.FileReference dispatches event: select
onUploadCompleteData flash.net.FileReference dispatches event: complete

FileReferenceList class - flash.net.FileReferenceList

FunktionAlternative
addListener() flash.events.EventDispatcher.addEventListener()
browse() flash.net.FileReferenceList.browse()
removeListener() flash.events.EventDispatcher.removeEventListener()
onCancel flash.net.FileReferenceList dispatches event: cancel
onSelect flash.net.FileReferenceList dispatches event: select

GlowFilter class - flash.filters.GlowFilter

FunktionAlternative
color flash.filters.GlowFilter.color
quality flash.filters.GlowFilter.quality
GlowFilter flash.filters.GlowFilter.GlowFilter()
clone() flash.filters.GlowFilter.clone()

GradientBevelFilter class - flash.filters.GradientBevelFilter

FunktionAlternative
quality flash.filters.GradientBevelFilter.quality
clone() flash.filters.GradientBevelFilter.clone()

GradientGlowFilter class - flash.filters.GradientGlowFilter

FunktionAlternative
quality flash.filters.GradientGlowFilter.quality
GradientGlowFilter flash.filters.GradientGlowFilter.GradientGlowFilter()
clone() flash.filters.GradientGlowFilter.clone()

IME class - flash.system.IME

FunktionAlternative
ALPHANUMERIC_FULL flash.system.IMEConversionMode.ALPHANUMERIC_FULL
ALPHANUMERIC_HALF flash.system.IMEConversionMode.ALPHANUMERIC_HALF
CHINESE flash.system.IMEConversionMode.CHINESE
JAPANESE_HIRAGANA flash.system.IMEConversionMode.JAPANESE_HIRAGANA
JAPANESE_KATAKANA_FULL flash.system.IMEConversionMode.JAPANESE_KATAKANA_FULL
JAPANESE_KATAKANA_HALF flash.system.IMEConversionMode.JAPANESE_KATAKANA_HALF
KOREAN flash.system.IMEConversionMode.KOREAN
UNKNOWN flash.system.IMEConversionMode.UNKNOWN
addListener() flash.events.EventDispatcher.addEventListener()
getConversionMode() flash.system.IME.conversionMode
getEnabled() flash.system.IME.enabled
removeListener() flash.events.EventDispatcher.removeEventListener()
setConversionMode() flash.system.IME.conversionMode
setEnabled() flash.system.IME.enabled
onIMEComposition flash.system.IME dispatches event: imeComposition

Key class - flash.ui.Keyboard

FunktionAlternative
BACKSPACE flash.ui.Keyboard.BACKSPACE
CAPSLOCK flash.ui.Keyboard.CAPS_LOCK
CONTROL flash.ui.Keyboard.CONTROL
DELETEKEY flash.ui.Keyboard.DELETE
DOWN flash.ui.Keyboard.DOWN
END flash.ui.Keyboard.END
ENTER flash.ui.Keyboard.ENTER
ESCAPE flash.ui.Keyboard.ESCAPE
HOME flash.ui.Keyboard.HOME
INSERT flash.ui.Keyboard.INSERT
LEFT flash.ui.Keyboard.LEFT
_listeners flash.events.EventDispatcher.willTrigger()
PGDN flash.ui.Keyboard.PAGE_DOWN
PGUP flash.ui.Keyboard.PAGE_UP
RIGHT flash.ui.Keyboard.RIGHT
SHIFT flash.ui.Keyboard.SHIFT
SPACE flash.ui.Keyboard.SPACE
TAB flash.ui.Keyboard.TAB
UP flash.ui.Keyboard.UP
addListener() flash.events.EventDispatcher.addEventListener()
getAscii() flash.events.KeyboardEvent.charCode
getCode() flash.events.KeyboardEvent.keyCode
isAccessible() flash.ui.Keyboard.isAccessible()
isDown() keine
isToggled() keine
removeListener() flash.events.EventDispatcher.removeEventListener()
onKeyDown flash.display.InteractiveObject dispatches event: keyDown
onKeyUp flash.display.InteractiveObject dispatches event: keyUp

LoadVars class - flash.net.URLLoader

FunktionAlternative
contentType flash.net.URLRequest.contentType
loaded keine
LoadVars flash.net.URLLoader.URLLoader()
addRequestHeader() flash.net.URLRequestHeader
decode() flash.net.URLVariables.decode()
getBytesLoaded() flash.net.URLLoader.bytesLoaded
getBytesTotal() flash.net.URLLoader.bytesTotal
load() flash.net.URLLoader.load()
onData() flash.net.URLLoader dispatches event: complete
onHTTPStatus() flash.net.URLLoader dispatches event: httpStatus
onLoad() flash.net.URLLoader dispatches event: complete
send() flash.net.sendToURL()
sendAndLoad() flash.net.sendToURL()
toString() keine

LocalConnection class - flash.net.LocalConnection

FunktionAlternative
LocalConnection flash.net.LocalConnection.LocalConnection()
allowDomain() flash.net.LocalConnection.allowDomain()
allowInsecureDomain() flash.net.LocalConnection.allowInsecureDomain()
close() flash.net.LocalConnection.close()
connect() flash.net.LocalConnection.connect()
domain() flash.net.LocalConnection.domain
onStatus() flash.net.LocalConnection dispatches event: status
send() flash.net.LocalConnection.send()

Microphone class - flash.media.Microphone

FunktionAlternative
index flash.media.Microphone.index
rate flash.media.Microphone.rate
silenceTimeOut flash.media.Microphone.silenceTimeout
get() flash.media.Microphone.getMicrophone()
onActivity() flash.media.Microphone dispatches event: activity
onStatus() flash.media.Microphone dispatches event: status
setGain() flash.media.Microphone.gain
setRate() flash.media.Microphone.rate
setSilenceLevel() flash.media.Microphone.setSilenceLevel()
setUseEchoSuppression() flash.media.Microphone.setUseEchoSuppression()

Mouse class - flash.ui.Mouse

FunktionAlternative
addListener() flash.events.EventDispatcher.addEventListener()
hide() flash.ui.Mouse.hide()
removeListener() flash.events.EventDispatcher.removeEventListener()
show() flash.ui.Mouse.show()
onMouseDown flash.display.InteractiveObject dispatches event: mouseDown
onMouseMove flash.display.InteractiveObject dispatches event: mouseMove
onMouseUp flash.display.InteractiveObject dispatches event: mouseUp
onMouseWheel flash.display.InteractiveObject dispatches event: mouseWheel

MovieClip class - flash.display.MovieClip

FunktionAlternative
_alpha flash.display.DisplayObject.alpha
blendMode flash.display.DisplayObject.blendMode
cacheAsBitmap flash.display.DisplayObject.cacheAsBitmap
_currentframe flash.display.MovieClip.currentFrame
_droptarget flash.display.Sprite.dropTarget
filters flash.display.DisplayObject.filters
focusEnabled keine
_focusrect flash.display.InteractiveObject.focusRect
_framesloaded flash.display.MovieClip.framesLoaded
_height flash.display.DisplayObject.height
_highquality keine
hitArea flash.display.Sprite.hitArea
_lockroot keine
menu keine
_name flash.display.DisplayObject.name
opaqueBackground flash.display.DisplayObject.opaqueBackground
_parent flash.display.DisplayObject.parent
_quality flash.display.Stage.quality
_rotation flash.display.DisplayObject.rotation
scale9Grid flash.display.DisplayObject.scale9Grid
scrollRect flash.display.DisplayObject.scrollRect
_soundbuftime flash.media.SoundMixer.bufferTime
tabChildren flash.display.DisplayObjectContainer.tabChildren
tabEnabled flash.display.InteractiveObject.tabEnabled
tabIndex flash.display.InteractiveObject.tabIndex
_target keine
_totalframes flash.display.MovieClip.totalFrames
trackAsMenu flash.display.MovieClip.trackAsMenu
transform flash.display.DisplayObject.transform
_url flash.display.Loader.contentLoaderInfo
useHandCursor flash.display.Sprite.useHandCursor
_visible flash.display.DisplayObject.visible
_width flash.display.DisplayObject.width
_x flash.display.DisplayObject.x
_xmouse flash.display.DisplayObject.mouseX
_xscale flash.display.DisplayObject.scaleX
_y flash.display.DisplayObject.y
_ymouse flash.display.DisplayObject.mouseY
_yscale flash.display.DisplayObject.scaleY
attachAudio() keine
attachBitmap() keine
attachMovie() keine
beginBitmapFill() flash.display.Graphics.beginBitmapFill()
beginFill() flash.display.Graphics.beginFill()
beginGradientFill() flash.display.Graphics.beginGradientFill()
clear() flash.display.Graphics.clear()
createEmptyMovieClip() keine
createTextField() keine
curveTo() flash.display.Graphics.curveTo()
duplicateMovieClip() keine
endFill() flash.display.Graphics.endFill()
getBounds() flash.display.DisplayObject.getBounds()
getBytesLoaded() flash.net.URLLoader.bytesLoaded
getBytesTotal() flash.net.URLLoader.bytesTotal
getDepth() flash.display.DisplayObjectContainer.getChildIndex()
getInstanceAtDepth() flash.display.DisplayObjectContainer.getChildAt()
getNextHighestDepth() flash.display.DisplayObjectContainer.addChild()
getRect() flash.display.DisplayObject.getRect()
getSWFVersion() flash.display.LoaderInfo.swfVersion
getTextSnapshot() flash.display.DisplayObjectContainer.textSnapshot
getURL() flash.net.navigateToURL()
globalToLocal() flash.display.DisplayObject.globalToLocal()
gotoAndStop() flash.display.MovieClip.gotoAndStop()
hitTest() flash.display.DisplayObject.hitTestObject()
lineGradientStyle() flash.display.Graphics.lineGradientStyle()
lineStyle() flash.display.Graphics.lineStyle()
lineTo() flash.display.Graphics.lineTo()
loadMovie() flash.display.Loader.load()
loadVariables() flash.net.URLLoader
localToGlobal() flash.display.DisplayObject.localToGlobal()
moveTo() flash.display.Graphics.moveTo()
nextFrame() flash.display.MovieClip.nextFrame()
onData() flash.display.LoaderInfo dispatches event: complete
onDragOut() flash.display.InteractiveObject dispatches event: mouseOut
onDragOver() flash.display.InteractiveObject dispatches event: mouseOver
onEnterFrame() flash.display.DisplayObject dispatches event: enterFrame
onKeyDown() flash.display.InteractiveObject dispatches event: keyDown
onKeyUp() flash.display.InteractiveObject dispatches event: keyUp
onKillFocus() flash.display.InteractiveObject dispatches event: focusOut
onLoad() flash.display.LoaderInfo dispatches event: complete
onMouseDown() flash.display.InteractiveObject dispatches event: mouseDown
onMouseMove() flash.display.InteractiveObject dispatches event: mouseMove
onMouseUp() flash.display.InteractiveObject dispatches event: mouseUp
onPress() flash.display.InteractiveObject dispatches event: mouseDown
onRelease() flash.display.InteractiveObject dispatches event: mouseUp
onReleaseOutside() flash.display.InteractiveObject dispatches event: mouseUp
onRollOut() flash.display.InteractiveObject dispatches event: mouseOut
onRollOver() flash.display.InteractiveObject dispatches event: mouseOver
onSetFocus() flash.display.InteractiveObject dispatches event: focusIn
onUnload() flash.display.LoaderInfo dispatches event: unload
play() flash.display.MovieClip.play()
prevFrame() flash.display.MovieClip.prevFrame()
removeMovieClip() flash.display.DisplayObjectContainer.removeChild()
setMask() flash.display.DisplayObject.mask
startDrag() flash.display.Sprite.startDrag()
stop() flash.display.MovieClip.stop()
stopDrag() flash.display.Sprite.stopDrag()
swapDepths() keine
unloadMovie() flash.display.Loader.unload()

MovieClipLoader class - flash.display.Loader

FunktionAlternative
MovieClipLoader flash.display.Loader.Loader()
addListener() flash.events.EventDispatcher.addEventListener()
getProgress() flash.display.LoaderInfo dispatches event: progress
loadClip() flash.display.Loader.load()
removeListener() flash.events.EventDispatcher.removeEventListener()
unloadClip() flash.display.Loader.unload()
onLoadComplete flash.display.LoaderInfo dispatches event: complete
onLoadError flash.display.LoaderInfo dispatches event: ioError
onLoadInit flash.display.LoaderInfo dispatches event: init
onLoadProgress flash.display.LoaderInfo dispatches event: progress
onLoadStart flash.display.LoaderInfo dispatches event: open

NetConnection class - flash.net.NetConnection

FunktionAlternative
NetConnection flash.net.NetConnection.NetConnection()
connect() flash.net.NetConnection.connect()

NetStream class - flash.net.NetStream

FunktionAlternative
bytesLoaded flash.net.NetStream.bytesLoaded
bytesTotal flash.net.NetStream.bytesTotal
currentFps flash.net.NetStream.currentFPS
onStatus() flash.net.NetStream dispatches event: netStatus
pause() flash.net.NetStream.pause()
play() flash.net.NetStream.play()
setBufferTime() flash.net.NetStream.bufferTime

Number class - Number

FunktionAlternative
Number Number.Number()

Object class - Object

FunktionAlternative
__proto__ keine
__resolve flash.utils.Proxy
addProperty() keine
registerClass() keine
unwatch() keine
watch() keine

PrintJob class - flash.printing.PrintJob

FunktionAlternative
orientation flash.printing.PrintJob.orientation
pageHeight flash.printing.PrintJob.pageHeight
pageWidth flash.printing.PrintJob.pageWidth
paperHeight flash.printing.PrintJob.paperHeight
paperWidth flash.printing.PrintJob.paperWidth
PrintJob flash.printing.PrintJob.PrintJob()
addPage() flash.printing.PrintJob.addPage()
send() flash.printing.PrintJob.send()
start() flash.printing.PrintJob.start()

Rectangle class

FunktionAlternative
containsRectangle() flash.geom.Rectangle.containsRect()

Selection class - Removed

FunktionAlternative
addListener() flash.events.EventDispatcher.addEventListener()
getBeginIndex() flash.text.TextField.selectionBeginIndex
getCaretIndex() flash.text.TextField.caretIndex
getEndIndex() flash.text.TextField.selectionEndIndex
getFocus() flash.display.Stage.focus
removeListener() flash.events.EventDispatcher.removeEventListener()
setFocus() flash.display.Stage.focus
setSelection() flash.text.TextField.setSelection()
onSetFocus flash.display.InteractiveObject dispatches event: focusIn

SharedObject class - flash.net.SharedObject

FunktionAlternative
flush() flash.net.SharedObject.flush()
getSize() flash.net.SharedObject.size
onStatus() flash.net.SharedObject dispatches event: netStatus

Sound class - flash.media.Sound

FunktionAlternative
checkPolicyFile flash.media.SoundChannel.stop()
duration flash.media.Sound.length
id3 flash.media.Sound.id3
position flash.media.SoundChannel.position
attachSound() keine
getBytesLoaded() flash.media.Sound.bytesLoaded
getBytesTotal() flash.media.Sound.bytesTotal
getPan() flash.media.SoundTransform.pan
getTransform() flash.media.SoundMixer.soundTransform
getVolume() flash.media.SoundTransform.volume
loadSound() flash.media.Sound.load()
onID3() flash.media.Sound dispatches event: id3
onLoad() flash.media.Sound dispatches event: complete
onSoundComplete() flash.media.SoundChannel dispatches event: soundComplete
setPan() flash.media.SoundTransform.pan
setTransform() flash.media.SoundMixer.soundTransform
setVolume() flash.media.SoundChannel
start() flash.media.Sound.play()
stop() flash.media.SoundChannel.stop()

Stage class - flash.display.Stage

FunktionAlternative
align flash.display.Stage.align
height flash.display.Stage.stageHeight
scaleMode flash.display.Stage.scaleMode
showMenu flash.display.Stage.showDefaultContextMenu
width flash.display.Stage.stageWidth
addListener() flash.events.EventDispatcher.addEventListener()
removeListener() flash.events.EventDispatcher.removeEventListener()
onResize flash.display.Stage dispatches event: resize

String class - String

Globale EinstellungAlternative
concat() String.concat()

StyleSheet class - flash.text.StyleSheet

FunktionAlternative
StyleSheet flash.text.StyleSheet.StyleSheet()
clear() flash.text.StyleSheet.clear()
getStyle() flash.text.StyleSheet.getStyle()
getStyleNames() flash.text.StyleSheet.styleNames
load() flash.net.URLLoader.load()
onLoad() flash.net.URLLoader dispatches event: complete
parseCSS() flash.text.StyleSheet.parseCSS()
setStyle() flash.text.StyleSheet.setStyle()
transform() flash.text.StyleSheet.transform()

System class - flash.system.System

FunktionAlternative
exactSettings flash.system.Security.exactSettings
useCodepage flash.system.System.useCodePage
onStatus() keine
setClipboard() flash.system.System.setClipboard()
showSettings() flash.system.Security.showSettings()

TextField class - flash.text.TextField

FunktionAlternative
_alpha flash.display.DisplayObject.alpha
antiAliasType flash.text.TextField.antiAliasType
autoSize flash.text.TextField.autoSize
background flash.text.TextField.background
backgroundColor flash.text.TextField.backgroundColor
border flash.text.TextField.border
borderColor flash.text.TextField.borderColor
bottomScroll flash.text.TextField.bottomScrollV
condenseWhite flash.text.TextField.condenseWhite
embedFonts flash.text.TextField.embedFonts
filters flash.display.DisplayObject.filters
gridFitType flash.text.TextField.gridFitType
_height flash.display.DisplayObject.height
_highquality flash.display.Stage.quality
hscroll flash.text.TextField.scrollH
html flash.text.TextField.htmlText
htmlText flash.text.TextField.htmlText
length flash.text.TextField.length
maxChars flash.text.TextField.maxChars
maxhscroll flash.text.TextField.maxScrollH
maxscroll flash.text.TextField.maxScrollV
menu flash.display.InteractiveObject.contextMenu
mouseWheelEnabled flash.text.TextField.mouseWheelEnabled
multiline flash.text.TextField.multiline
_name flash.display.DisplayObject.name
_parent flash.display.DisplayObject.parent
password flash.text.TextField.displayAsPassword
_quality flash.display.Stage.quality
restrict flash.text.TextField.restrict
_rotation flash.display.DisplayObject.rotation
scroll flash.text.TextField.scrollV
selectable flash.text.TextField.selectable
sharpness flash.text.TextField.sharpness
_soundbuftime flash.media.SoundMixer.bufferTime
styleSheet flash.text.TextField.styleSheet
tabEnabled flash.display.InteractiveObject.tabEnabled
tabIndex flash.display.InteractiveObject.tabIndex
_target keine
text flash.text.TextField.text
textColor flash.text.TextField.textColor
textHeight flash.text.TextField.textHeight
textWidth flash.text.TextField.textWidth
thickness flash.text.TextField.thickness
type flash.text.TextField.type
_url flash.display.LoaderInfo.url
variable keine
_visible flash.display.DisplayObject.visible
_width flash.display.DisplayObject.width
wordWrap flash.text.TextField.wordWrap
_x flash.display.DisplayObject.x
_xmouse flash.display.DisplayObject.mouseX
_xscale flash.display.DisplayObject.scaleX
_y flash.display.DisplayObject.y
_ymouse flash.display.DisplayObject.mouseY
_yscale flash.display.DisplayObject.scaleY
addListener() flash.events.EventDispatcher.addEventListener()
getDepth() flash.display.DisplayObjectContainer
getFontList() flash.text.Font.enumerateFonts()
getNewTextFormat() flash.text.TextField.defaultTextFormat
getTextFormat() flash.text.TextField.getTextFormat()
onChanged() flash.text.TextField dispatches event: change
onKillFocus() flash.display.InteractiveObject dispatches event: focusOut
onScroller() flash.text.TextField dispatches event: scroll
onSetFocus() flash.display.InteractiveObject dispatches event: focusIn
removeListener() flash.events.EventDispatcher.removeEventListener()
removeTextField() flash.display.DisplayObjectContainer.removeChild()
replaceSel() flash.text.TextField.replaceSelectedText()
replaceText() flash.text.TextField.replaceText()
setNewTextFormat() flash.text.TextField.defaultTextFormat
setTextFormat() flash.text.TextField.setTextFormat()

TextFormat class - flash.text.TextFormat

FunktionAlternative
align flash.text.TextFormat.align
blockIndent flash.text.TextFormat.blockIndent
bold flash.text.TextFormat.bold
bullet flash.text.TextFormat.bullet
color flash.text.TextFormat.color
font flash.text.TextFormat.font
indent flash.text.TextFormat.indent
italic flash.text.TextFormat.bullet
kerning flash.text.TextFormat.kerning
leading flash.text.TextFormat.leading
leftMargin flash.text.TextFormat.leftMargin
letterSpacing flash.text.TextFormat.letterSpacing
rightMargin flash.text.TextFormat.rightMargin
size flash.text.TextFormat.size
underline flash.text.TextFormat.underline
url flash.text.TextFormat.url
TextFormat flash.text.TextFormat.TextFormat()
getTextExtent() keine

TextRenderer class - flash.text.TextRenderer

FunktionAlternative
maxLevel flash.text.TextRenderer.maxLevel
setAdvancedAntialiasingTable() flash.text.TextRenderer.setAdvancedAntiAliasingTable()

TextSnapshot class - flash.text.TextSnapshot

FunktionAlternative
findText() flash.text.TextSnapshot.findText()
getCount() flash.text.TextSnapshot.charCount
getSelected() flash.text.TextSnapshot.getSelected()
getSelectedText() flash.text.TextSnapshot.getSelectedText()
getText() flash.text.TextSnapshot.getText()
getTextRunInfo() flash.text.TextSnapshot.getTextRunInfo()
hitTestTextNearPos() flash.text.TextSnapshot.hitTestTextNearPos()
setSelectColor() flash.text.TextSnapshot.setSelectColor()
setSelected() flash.text.TextSnapshot.setSelected()

Video class - flash.media.Video

FunktionAlternative
_alpha flash.display.DisplayObject.alpha
deblocking flash.media.Video.deblocking
_height flash.display.DisplayObject.height
height flash.media.Video.videoHeight
_name flash.display.DisplayObject.name
_parent flash.display.DisplayObject.parent
_rotation flash.display.DisplayObject.rotation
smoothing flash.media.Video.smoothing
_visible flash.display.DisplayObject.visible
_width flash.display.DisplayObject.width
width flash.media.Video.videoWidth
_x flash.display.DisplayObject.x
_xmouse flash.display.DisplayObject.mouseX
_xscale flash.display.DisplayObject.scaleX
_y flash.display.DisplayObject.y
_ymouse flash.display.DisplayObject.mouseY
_yscale flash.display.DisplayObject.scaleY
attachVideo() flash.media.Video.attachNetStream()
clear() flash.media.Video.clear()

XML class - flash.xml.XMLDocument

FunktionAlternative
contentType flash.net.URLRequest.contentType
docTypeDecl flash.xml.XMLDocument.docTypeDecl
idMap flash.xml.XMLDocument.idMap
ignoreWhite flash.xml.XMLDocument.ignoreWhite
loaded keine
status keine
xmlDecl flash.xml.XMLDocument.xmlDecl
XML flash.xml.XMLDocument.XMLDocument()
addRequestHeader() flash.net.URLRequest.requestHeaders
createElement() flash.xml.XMLDocument.createElement()
createTextNode() flash.xml.XMLDocument.createTextNode()
getBytesLoaded() flash.net.URLLoader.bytesLoaded
getBytesTotal() flash.net.URLLoader.bytesTotal
load() keine
onData() flash.net.URLLoader dispatches event: complete
onHTTPStatus() flash.net.URLLoader dispatches event: httpStatus
onLoad() flash.net.URLLoader dispatches event: complete
parseXML() flash.xml.XMLDocument.parseXML()
send() keine
sendAndLoad() keine

XMLNode class - flash.xml.XMLNode

FunktionAlternative
nodeType flash.xml.XMLNode.nodeType
XMLNode flash.xml.XMLNode.XMLNode()

XMLSocket class - flash.net.XMLSocket

FunktionAlternative
XMLSocket flash.net.XMLSocket.XMLSocket()
connect() flash.net.XMLSocket.connect()
onClose() flash.net.XMLSocket dispatches event: close
onConnect() flash.net.XMLSocket dispatches event: connect
onData() flash.net.XMLSocket dispatches event: data
onXML() keine