Class mx.controls.Loader

MovieClip
   +--mx.core.UIObject
      +--mx.core.UIComponent
         +--mx.core.View
            +--mx.controls.Loader

Description

Loader class - extends View

Field Index

__autoLoad, __bytesLoaded, __bytesTotal, __contentPath, __scaleContent, _origHeight, _origWidth, autoLoad, bytesLoaded, bytesTotal, className, clipParameters, content, contentHolder, contentPath, livePreview, mergedClipParameters, percentLoaded, scaleContent, symbolName, symbolOwner
Inherited from View
__tabIndex, _loadExternalClass, border_mc, boundingBox_mc, childNameBase, className, createClassChildAtDepth, depth, hasBeenLayedOut, loadExternal, numChildren, symbolName, symbolOwner, tabIndex
Inherited from UIComponent
clipParameters, drawFocus, enabled, focusEnabled, focusManager, focusTextField, groupName, height, kStretch, mergedClipParameters, origBorderStyles, origBorderValues, popUp, symbolName, symbolOwner, tabEnabled, tabIndex, width
Inherited from UIObject
__height, __onUnload, __width, _color, _endInit, _id, _maxHeight, _maxWidth, _minHeight, _minWidth, _preferredHeight, _preferredWidth, _tf, _topmost, addEventListener, bottom, buildDepthTable, changeColorStyleInChildren, changeTextStyleInChildren, childrenCreated, className, clipParameters, color, createAccessibilityImplementation, createChildAtDepth, createClassChildAtDepth, createEvent, dispatchEvent, embedFonts, findNextAvailableDepth, fontFamily, fontSize, fontStyle, fontWeight, handleEvent, height, idNames, ignoreClassStyleDeclaration, initProperties, invalidateFlag, left, lineColor, lineWidth, marginLeft, marginRight, methodTable, minHeight, minWidth, notifyStyleChangeInChildren, removeEventListener, right, scaleX, scaleY, setStyle, stylecache, styleName, symbolName, symbolOwner, tabEnabled, textAlign, textColorList, textDecoration, textIndent, tfList, top, validateNow, visible, width, x, y
Inherited from MovieClip
_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursor

Method Index

new Loader()

childLoaded(), createChildren(), dispatchEvent(), doScaleContent(), doScaleLoader(), draw(), getAutoLoad(), getBytesLoaded(), getBytesTotal(), getContent(), getContentPath(), getPercentLoaded(), getScaleContent(), init(), load(), setAutoLoad(), setContentPath(), setScaleContent(), setSize(), size(), unScaleContent()
Inherited from View
addLayoutObject(), convertToUIObject(), createChild(), destroyChildAt(), doLayout(), extension(), getChildAt(), initLayout()
Inherited from UIComponent
dispatchValueChangedEvent(), enabledChanged(), findFocusFromObject(), findFocusInChildren(), getFocus(), getFocusManager(), isParent(), onKillFocus(), onSetFocus(), pressFocus(), releaseFocus(), setEnabled(), setFocus(), setVisible()
Inherited from UIObject
__getTextFormat(), _createChildren(), _getTextFormat(), cancelAllDoLaters(), constructObject(), createClassObject(), createEmptyObject(), createLabel(), createObject(), createSkin(), destroyObject(), doLater(), doLaterDispatcher(), drawRect(), getClassStyleDeclaration(), getMinHeight(), getMinWidth(), getSkinIDName(), getStyle(), getStyleName(), initFromClipParameters(), invalidate(), invalidateStyle(), mergeClipParameters(), move(), redraw(), setColor(), setMinHeight(), setMinWidth(), setSkin()
Inherited from MovieClip
attachAudio(), attachMovie(), beginFill(), beginGradientFill(), clear(), createEmptyMovieClip(), createTextField(), curveTo(), duplicateMovieClip(), endFill(), getBounds(), getDepth(), getInstanceAtDepth(), getNextHighestDepth(), getSWFVersion(), getTextSnapshot(), getURL(), globalToLocal(), gotoAndPlay(), gotoAndStop(), hitTest(), lineStyle(), lineTo(), loadMovie(), loadVariables(), localToGlobal(), moveTo(), nextFrame(), onData(), onDragOut(), onDragOver(), onEnterFrame(), onKeyDown(), onKeyUp(), onLoad(), onMouseDown(), onMouseMove(), onMouseUp(), onPress(), onRelease(), onReleaseOutside(), onRollOut(), onRollOver(), onUnload(), play(), prevFrame(), removeMovieClip(), setMask(), startDrag(), stop(), stopDrag(), swapDepths(), unloadMovie(), valueOf()

Constructor Detail

Loader

function Loader()

Field Detail

symbolName

static symbolName:String

symbolOwner

static symbolOwner:Object

className

className:String

clipParameters

clipParameters:Object

mergedClipParameters

static mergedClipParameters:Boolean

__autoLoad

__autoLoad:Boolean

__bytesLoaded

__bytesLoaded:Number

__bytesTotal

__bytesTotal:Number

__contentPath

__contentPath:String

__scaleContent

__scaleContent:Boolean

contentHolder

contentHolder:UIComponent

livePreview

livePreview:TextField

_origWidth

_origWidth:Number

_origHeight

_origHeight:Number

autoLoad

autoLoad:Boolean

bytesLoaded

bytesLoaded:Number [Read Only]

bytesTotal

bytesTotal:Number [Read Only]

content

content:UIComponent [Read Only]

contentPath

contentPath:String

percentLoaded

percentLoaded:Number [Read Only]

scaleContent

scaleContent:Boolean

Method Detail

init

function init():Void

setSize

function setSize(w:
Number, h:Number, noEvent:Boolean):Void

draw

function draw():Void

size

function size():Void

createChildren

function createChildren():Void

getAutoLoad

function getAutoLoad():
Boolean

setAutoLoad

function setAutoLoad(b:
Boolean):Void

getBytesLoaded

function getBytesLoaded():
Number

getBytesTotal

function getBytesTotal():
Number

getContent

function getContent():
UIComponent

getContentPath

function getContentPath():
String

setContentPath

function setContentPath(url:
String):Void

getPercentLoaded

function getPercentLoaded():
Number

getScaleContent

function getScaleContent():
Boolean

setScaleContent

function setScaleContent(b:
Boolean):Void

load

function load(url:
String):Void

childLoaded

function childLoaded(obj:
MovieClip):Void

dispatchEvent

function dispatchEvent(obj:
Object):Void

doScaleContent

function doScaleContent():Void

doScaleLoader

function doScaleLoader():Void

unScaleContent

function unScaleContent():Void