MovieClip +--mx.core.UIObject +--mx.core.UIComponent +--mx.core.View +--mx.core.ScrollView +--mx.containers.ScrollPane
Simple 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
, tabIndex
clipParameters
, 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
, useHandCursor
new ScrollPane()
static symbolName:String
static symbolOwner:Object
className:String
__hScrollPolicy:String
__scrollDrag:Boolean
__vLineScrollSize:Number
__hLineScrollSize:Number
__vPageScrollSize:Number
__hPageScrollSize:Number
clipParameters:Object
static mergedClipParameters:Boolean
initializing:Boolean
_total:Number
_loaded:Number
lastX:Number
lastY:Number
__scrollContent:String
spContentHolder:MovieClip
keyDown:Function
contentPath:String
content:MovieClip [Read Only]
The URL or linkage name of the SWF or JPEG has been loaded into the ScrollPane.
vLineScrollSize:Number
number of pixels to move when UP/DOWN arrow button (in vertical scrollbar) is pressed
hLineScrollSize:Number
number of pixels to move when UP/DOWN arrow button (in horizontal scrollbar) is pressed
vPageScrollSize:Number
number of pixels to move when the track in vertical scrollbar is pressed
hPageScrollSize:Number
number 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:Boolean
Sets/returns the drag property of a scroll pane. This enables realtime mouse scrolling within the Scroll Pane.
hPosition:Number
vPosition:Number
function getBytesTotal():Number
Returns 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():Number
Returns 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