MovieClip
+--mx.core.UIObject
+--mx.core.UIComponent
+--mx.core.View
+--mx.core.ScrollView
+--mx.containers.ScrollPaneSimple pixel scrolling of 1. content loaded from library 2. contents loaded from Internet
__hLineScrollSize, __hPageScrollSize, __hScrollPolicy, __scrollContent, __scrollDrag, __vLineScrollSize, __vPageScrollSize, _loaded, _total, className, clipParameters, content, contentPath, hLineScrollSize, hPageScrollSize, hPosition, hScrollPolicy, initializing, keyDown, lastX, lastY, mergedClipParameters, scrollDrag, spContentHolder, symbolName, symbolOwner, vLineScrollSize, vPageScrollSize, vPosition, vScrollPolicy__hPosition, __hScrollPolicy, __maxHPosition, __viewMetrics, __vPosition, __vScrollPolicy, className, columnWidth, heightPadding, hPosition, hScroller, hScrollPolicy, invLayout, MASK_DEPTH, mask_mc, maxHPosition, maxVPosition, numberOfCols, oldRndUp, owner, propsInited, rowC, rowH, scrollAreaChanged, specialHScrollCase, symbolName, symbolOwner, viewableColumns, viewableRows, vPosition, vScroller, vScrollPolicy, widthPadding__tabIndex, _loadExternalClass, border_mc, boundingBox_mc, childNameBase, className, createClassChildAtDepth, depth, hasBeenLayedOut, loadExternal, numChildren, symbolName, symbolOwner, tabIndexclipParameters, drawFocus, enabled, focusEnabled, focusManager, focusTextField, groupName, height, kStretch, mergedClipParameters, origBorderStyles, origBorderValues, popUp, symbolName, symbolOwner, tabEnabled, tabIndex, width__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_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, useHandCursornew ScrollPane()
static symbolName:Stringstatic symbolOwner:ObjectclassName:String__hScrollPolicy:String__scrollDrag:Boolean__vLineScrollSize:Number__hLineScrollSize:Number__vPageScrollSize:Number__hPageScrollSize:NumberclipParameters:Objectstatic mergedClipParameters:Booleaninitializing:Boolean_total:Number_loaded:NumberlastX:NumberlastY:Number__scrollContent:StringspContentHolder:MovieClipkeyDown:FunctioncontentPath:Stringcontent:MovieClip [Read Only]The URL or linkage name of the SWF or JPEG has been loaded into the ScrollPane.
vLineScrollSize:Numbernumber of pixels to move when UP/DOWN arrow button (in vertical scrollbar) is pressed
hLineScrollSize:Numbernumber of pixels to move when UP/DOWN arrow button (in horizontal scrollbar) is pressed
vPageScrollSize:Numbernumber of pixels to move when the track in vertical scrollbar is pressed
hPageScrollSize:Numbernumber of pixels to move when the track in horizontal scrollbar is pressed
hScrollPolicy:Object [Write Only]Sets the horizontal scroll of a Scroll Pane to on/off or to real-time generation according to the size of the image.(Default value "auto")
vScrollPolicy:Object [Write Only]Sets the vertical scroll of a Scroll Pane to on/off or to real-time generation according to the size of the image.(Default value "auto")
scrollDrag:BooleanSets/returns the drag property of a scroll pane. This enables realtime mouse scrolling within the Scroll Pane.
hPosition:NumbervPosition:Numberfunction getBytesTotal():NumberReturns the total number of bytes of the content to be loaded in the ScrollPane.
- Return
- : Number @tiptext Returns the size of the ScrollPane content in bytes @helpid 3019
function getBytesLoaded():NumberReturns the number of bytes loaded in the ScrollPane. Can be called at regular intervals while loading the content to check the progress.
- Return
- : Number @tiptext Returns the number of bytes loaded of the ScrollPane content @helpid 3020