﻿<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0014)about:internet -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="book" content="ActionScript&nbsp;3.0&nbsp;Language&nbsp;and&nbsp;Components&nbsp;Reference"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><meta name="keywords" content="ScrollPane,fl.containers.ScrollPane,autoLoad,bytesLoaded,bytesLoaded,bytesTotal,bytesTotal,content,content,horizontalLineScrollSize,horizontalPageScrollSize,horizontalScrollBar,horizontalScrollPolicy,horizontalScrollPosition,maintainAspectRatio,maxHorizontalScrollPosition,maxVerticalScrollPosition,percentLoaded,percentLoaded,scaleContent,scrollDrag,source,source,useBitmapScrolling,verticalLineScrollSize,verticalPageScrollSize,verticalScrollBar,verticalScrollPolicy,verticalScrollPosition,close,getStyleDefinition,getStyleDefinition,getStyleDefinition,loadBytes,load,load,refreshPane,setSize,unload,update"><title>fl.containers.ScrollPane (ActionScript 3.0)</title><script src="../../AC_OETags.js" type="text/javascript"></script></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript">  
            <!--  
			    
				asdocTitle = 'ScrollPane - ActionScript 3.0 Language and Components Reference';

				var baseRef = '../../';

				window.onload = configPage;
			      
			    -->  
            </script>
<script language="javascript" type="text/javascript"><!--
function submitValue(){
var searchStr=document.getElementById('search-livedocs').value;
window.location="../../search.html"+"###"+searchStr;
}
--></script><script type="text/javascript">
		scrollToNameAnchor();
	</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">ActionScript 3.0 Language and Components Reference</td><td class="titleTableSearch" align="center"><form class="searchForm" method="get" action="../../search.html" onsubmit="submitValue();"><input class="hidden" name="loc" value="" type="hidden"><input class="hidden" name="termPrefix" value="" type="hidden"><input class="hidden" name="term" value="" type="hidden"><input class="hidden" name="area" value="" type="hidden"><input id="search-livedocs" name="search_text" value="" title="" type="text"> <input type="button" name="action" value="Search" onclick="submitValue()"></form></td><td class="titleTableTopNav" align="right"><a href="../../../../Flash/10.0_Welcome/index.html">Home</a>&nbsp;|&nbsp;<a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../language-elements.html">Language Elements</a>&nbsp;| <a href="../../all-index-Symbols.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a href="../../appendixes.html">Appendixes</a>&nbsp;|&nbsp;<a href="../../conventions.html">Conventions</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?fl/containers/ScrollPane.html&amp;fl/containers/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt=" Adobe Logo " title=" Adobe Logo "></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">ScrollPane</td><td class="titleTableSubNav" id="subNav" align="right" colspan="2"><a href="#propertySummary">Properties</a>&nbsp;| <a href="#methodSummary">Methods</a>&nbsp;| <a href="#eventSummary">Events</a>&nbsp;| <a href="#styleSummary">Styles</a>&nbsp;| <a href="#effectSummary">Effects</a>&nbsp;| <a href="#constantSummary">Constants</a>&nbsp;| <a href="#includeExamplesSummary">Examples</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
                
                    
                

				<!--

				
				    
				

					if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("ScrollPane"); titleBar_setSubNav(false,true,true	,false,true,false,true,true,false	,false,false,false,false,false);}

				    
				        
				    
				-->
                
                    
                
			</script><div class="MainContent"><table class="classHeaderTable" cellpadding="0" cellspacing="0"><tr><td class="classHeaderTableLabel">Package</td><td><a href="package-detail.html" onclick="javascript:loadClassListFrame('class-list.html')">fl.containers</a></td></tr><tr><td class="classHeaderTableLabel">Class</td><td class="classSignature">public  class  ScrollPane</td></tr><tr><td class="classHeaderTableLabel">Inheritance</td><td class="inheritanceList">ScrollPane  <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a> <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../fl/core/UIComponent.html">UIComponent</a> <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../flash/display/Sprite.html">Sprite</a> <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a> <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../flash/display/InteractiveObject.html">InteractiveObject</a> <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../flash/display/DisplayObject.html">DisplayObject</a> <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../flash/events/EventDispatcher.html">EventDispatcher</a> <img src="../../images/inherit-arrow.gif" title="Inheritance" alt="Inheritance" class="inheritArrow"> <a href="../../Object.html">Object</a></td></tr><tr><td class="classHeaderTableLabel">Implements</td><td> <a href="../../fl/managers/IFocusManagerComponent.html">IFocusManagerComponent</a></td></tr></table><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p></p>
        The ScrollPane component displays display objects and JPEG, GIF, and PNG files,
     as well as SWF files, in a scrollable area. You can use a scroll pane to 
     limit the screen area that is occupied by these media types.
     The scroll pane can display content that is loaded from a local
     disk or from the Internet. You can set this content while
     authoring and, at run time, by using ActionScript. After the scroll
     pane has focus, if its content has valid tab stops, those
     markers receive focus. After the last tab stop in the content,
     focus moves to the next component. The vertical and horizontal
     scroll bars in the scroll pane do not receive focus.
        <p>
                  <b>Note:</b>
          When content is being loaded from a different 
  domain or
          <i>sandbox</i>
          , the properties of the content may be inaccessible 
  for security reasons. For more information about how domain security 
  affects the load process, see the Loader class.
        </p>
        
               <p>
                  <b>Note:</b>
          When loading very large image files into a ScrollPane object,
  it may be necessary to listen for the
          <code>complete</code>
          event and then resize the
  ScrollPane using the
          <code>setSize()</code>
          method. See the
          <code>complete</code>
          event example.
        </p>
        
            <p></p><p><a href="#includeExamplesSummary">View the examples</a></p><p><span class="classHeaderTableLabel">See also</span></p><div class="seeAlso"><a href="../../flash/display/Loader.html" target="">Loader</a></div><br/><hr></div><a name="propertySummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Properties</div><div class="showHideLinks"><div id="hideInheritedProperty" class="hideInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(false,'Property');"><img class="showHideLinkImage" src="../../images/expanded.gif"> Hide Inherited Public Properties</a></div><div id="showInheritedProperty" class="showInheritedProperty"><a class="showHideLink" href="#propertySummary" onclick="javascript:setInheritedVisible(true,'Property');"><img class="showHideLinkImage" src="../../images/collapsed.gif"> Show Inherited Public Properties</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableProperty"><tr><th>&nbsp;</th><th colspan="2">Property</th><th>Defined By</th></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#accessibilityProperties" class="signatureLink">accessibilityProperties</a> : <a href="../../flash/accessibility/AccessibilityProperties.html">AccessibilityProperties</a><div class="summaryTableDescription">The current accessibility options for this display object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#alpha" class="signatureLink">alpha</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Indicates the alpha transparency value of the object specified.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#blendMode" class="signatureLink">blendMode</a> : <a href="../../String.html">String</a><div class="summaryTableDescription">A value from the BlendMode class that specifies which blend mode to use.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#blendShader" class="signatureLink">blendShader</a> : <a href="../../flash/display/Shader.html">Shader</a><div class="summaryTableDescription">[write-only] Sets a shader that is used for blending the foreground and background.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/Sprite.html#buttonMode" class="signatureLink">buttonMode</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Specifies the button mode of this sprite.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/Sprite.html">Sprite</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bytesLoaded" class="signatureLink">bytesLoaded</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">[read-only] Gets the count of bytes of content that have been loaded.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#bytesTotal" class="signatureLink">bytesTotal</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">[read-only] Gets the count of bytes of content to be loaded.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#cacheAsBitmap" class="signatureLink">cacheAsBitmap</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">If set to true, Flash Player or Adobe AIR caches an internal bitmap representation of the
     display object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../Object.html#constructor" class="signatureLink">constructor</a> : <a href="../../Object.html">Object</a><div class="summaryTableDescription">A reference to the class object or constructor function for a given object instance.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#content" class="signatureLink">content</a> : <a href="../../flash/display/DisplayObject.html">DisplayObject</a><div class="summaryTableDescription">[read-only] Gets a reference to the content loaded into the scroll pane.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/InteractiveObject.html#contextMenu" class="signatureLink">contextMenu</a> : <a href="../../flash/display/NativeMenu.html">NativeMenu</a><div class="summaryTableDescription">Specifies the context menu associated with this object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/InteractiveObject.html#doubleClickEnabled" class="signatureLink">doubleClickEnabled</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Specifies whether the object receives doubleClick events.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/Sprite.html#dropTarget" class="signatureLink">dropTarget</a> : <a href="../../flash/display/DisplayObject.html">DisplayObject</a><div class="summaryTableDescription">[read-only] Specifies the display object over which the sprite is being dragged, or on
  which the sprite was dropped.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/Sprite.html">Sprite</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#enabled" class="signatureLink">enabled</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Gets or sets a value that indicates whether the component can accept user interaction.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#filters" class="signatureLink">filters</a> : <a href="../../Array.html">Array</a><div class="summaryTableDescription">An indexed array that contains each filter object currently associated with the display object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#focusEnabled" class="signatureLink">focusEnabled</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Gets or sets a Boolean value that indicates whether the component can receive focus 
         after the user clicks it.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#focusManager" class="signatureLink">focusManager</a> : <a href="../../fl/managers/IFocusManager.html">IFocusManager</a><div class="summaryTableDescription">Gets or sets the FocusManager that controls focus for this component and its
         peers.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/InteractiveObject.html#focusRect" class="signatureLink">focusRect</a> : <a href="../../Object.html">Object</a><div class="summaryTableDescription">Specifies whether this object displays a focus rectangle.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/Sprite.html#graphics" class="signatureLink">graphics</a> : <a href="../../flash/display/Graphics.html">Graphics</a><div class="summaryTableDescription">[read-only] Specifies the Graphics object that belongs to this sprite where vector
     drawing commands can occur.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/Sprite.html">Sprite</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#height" class="signatureLink">height</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets the height of the component, in pixels.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/Sprite.html#hitArea" class="signatureLink">hitArea</a> : <a href="../../flash/display/Sprite.html">Sprite</a><div class="summaryTableDescription">Designates another sprite to serve as the hit area for a sprite.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/Sprite.html">Sprite</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#horizontalLineScrollSize" class="signatureLink">horizontalLineScrollSize</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets a value that describes the amount of content to be scrolled,
   horizontally, when a scroll arrow is clicked.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#horizontalPageScrollSize" class="signatureLink">horizontalPageScrollSize</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets the count of pixels by which to move the scroll thumb 
   on the horizontal scroll bar when the scroll bar track is pressed.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#horizontalScrollBar" class="signatureLink">horizontalScrollBar</a> : <a href="../../fl/controls/ScrollBar.html">ScrollBar</a><div class="summaryTableDescription">[read-only] Gets a reference to the horizontal scroll bar.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#horizontalScrollPolicy" class="signatureLink">horizontalScrollPolicy</a> : <a href="../../String.html">String</a><div class="summaryTableDescription">Gets or sets a value that indicates the state of the horizontal scroll
   bar.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#horizontalScrollPosition" class="signatureLink">horizontalScrollPosition</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets a value that describes the horizontal position of the 
   horizontal scroll bar in the scroll pane, in pixels.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#loaderInfo" class="signatureLink">loaderInfo</a> : <a href="../../flash/display/LoaderInfo.html">LoaderInfo</a><div class="summaryTableDescription">[read-only] Returns a LoaderInfo object containing information about loading the file
     to which this display object belongs.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#mask" class="signatureLink">mask</a> : <a href="../../flash/display/DisplayObject.html">DisplayObject</a><div class="summaryTableDescription">The calling display object is masked by the specified mask object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#maxHorizontalScrollPosition" class="signatureLink">maxHorizontalScrollPosition</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">[read-only] Gets the maximum horizontal scroll position for the current content, in pixels.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#maxVerticalScrollPosition" class="signatureLink">maxVerticalScrollPosition</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">[read-only] Gets the maximum vertical scroll position for the current content, in pixels.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObjectContainer.html#mouseChildren" class="signatureLink">mouseChildren</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Determines whether or not the children of the object are mouse enabled.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/InteractiveObject.html#mouseEnabled" class="signatureLink">mouseEnabled</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Specifies whether this object receives mouse messages.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#mouseFocusEnabled" class="signatureLink">mouseFocusEnabled</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Gets or sets a value that indicates whether the component can receive focus after 
         the user clicks it.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#mouseX" class="signatureLink">mouseX</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">[read-only] Indicates the x coordinate of the mouse position, in pixels.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#mouseY" class="signatureLink">mouseY</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">[read-only] Indicates the y coordinate of the mouse position, in pixels.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#name" class="signatureLink">name</a> : <a href="../../String.html">String</a><div class="summaryTableDescription">Indicates the instance name of the DisplayObject.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObjectContainer.html#numChildren" class="signatureLink">numChildren</a> : <a href="../../int.html">int</a><div class="summaryTableDescription">[read-only] Returns the number of children of this object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#opaqueBackground" class="signatureLink">opaqueBackground</a> : <a href="../../Object.html">Object</a><div class="summaryTableDescription">Specifies whether the display object is opaque with a certain background color.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#parent" class="signatureLink">parent</a> : <a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a><div class="summaryTableDescription">[read-only] Indicates the DisplayObjectContainer object that contains this display object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#percentLoaded" class="signatureLink">percentLoaded</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">[read-only] Gets a number between 0 and 100 indicating what percentage of the content is loaded.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../Object.html#prototype" class="signatureLink">prototype</a> : <a href="../../Object.html">Object</a><div class="summaryTableDescription">[static] A reference to the prototype object of a class or function object.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#root" class="signatureLink">root</a> : <a href="../../flash/display/DisplayObject.html">DisplayObject</a><div class="summaryTableDescription">[read-only] For a display object in a loaded SWF file, the root property is the 
     top-most display object in the portion of the display list's tree structure represented by that SWF file.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#rotation" class="signatureLink">rotation</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#rotationX" class="signatureLink">rotationX</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Indicates the x-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#rotationY" class="signatureLink">rotationY</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Indicates the y-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#rotationZ" class="signatureLink">rotationZ</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Indicates the z-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#scale9Grid" class="signatureLink">scale9Grid</a> : <a href="../../flash/geom/Rectangle.html">Rectangle</a><div class="summaryTableDescription">The current scaling grid that is in effect.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#scaleX" class="signatureLink">scaleX</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Multiplies the current width of the component by a scale factor.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#scaleY" class="signatureLink">scaleY</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Multiplies the current height of the component by a scale factor.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#scaleZ" class="signatureLink">scaleZ</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Indicates the depth scale (percentage) of an object as applied from the registration point of the object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#scrollDrag" class="signatureLink">scrollDrag</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Gets or sets a value that indicates whether scrolling occurs when a
         user drags on content within the scroll pane.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#scrollRect" class="signatureLink">scrollRect</a> : <a href="../../flash/geom/Rectangle.html">Rectangle</a><div class="summaryTableDescription">The scroll rectangle bounds of the display object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/Sprite.html#soundTransform" class="signatureLink">soundTransform</a> : <a href="../../flash/media/SoundTransform.html">SoundTransform</a><div class="summaryTableDescription">Controls sound within this sprite.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/Sprite.html">Sprite</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><a href="#source" class="signatureLink">source</a> : <a href="../../Object.html">Object</a><div class="summaryTableDescription">Gets or sets an absolute or relative URL that identifies the 
   location of the SWF or image file to load, the class name 
   of a movie clip in the library, a reference to a display object,
   or a instance name of a movie clip on the same level as the component.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#stage" class="signatureLink">stage</a> : <a href="../../flash/display/Stage.html">Stage</a><div class="summaryTableDescription">[read-only] The Stage of the display object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObjectContainer.html#tabChildren" class="signatureLink">tabChildren</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Determines whether the children of the object are tab enabled.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/InteractiveObject.html#tabEnabled" class="signatureLink">tabEnabled</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Specifies whether this object is in the tab order.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/InteractiveObject.html#tabIndex" class="signatureLink">tabIndex</a> : <a href="../../int.html">int</a><div class="summaryTableDescription">Specifies the tab ordering of objects in a SWF file.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObjectContainer.html#textSnapshot" class="signatureLink">textSnapshot</a> : <a href="../../flash/text/TextSnapshot.html">TextSnapshot</a><div class="summaryTableDescription">[read-only] Returns a TextSnapshot object for this DisplayObjectContainer instance.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#transform" class="signatureLink">transform</a> : <a href="../../flash/geom/Transform.html">Transform</a><div class="summaryTableDescription">An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#useBitmapScrolling" class="signatureLink">useBitmapScrolling</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">When set to true, the cacheAsBitmap property for the scrolling content is set 
   to true; when set to false this value is turned off.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/Sprite.html#useHandCursor" class="signatureLink">useHandCursor</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">A Boolean value that indicates whether the pointing hand (hand cursor) appears when the mouse rolls 
  over a sprite in which the buttonMode property is set to true.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/Sprite.html">Sprite</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#version" class="signatureLink">version</a> : <a href="../../String.html">String</a> = "3.0.0.16"<div class="summaryTableDescription">The version number of the components.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#verticalLineScrollSize" class="signatureLink">verticalLineScrollSize</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets a value that describes how many pixels to scroll vertically when a scroll arrow is clicked.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#verticalPageScrollSize" class="signatureLink">verticalPageScrollSize</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets the count of pixels by which to move the scroll thumb 
   on the vertical scroll bar when the scroll bar track is pressed.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#verticalScrollBar" class="signatureLink">verticalScrollBar</a> : <a href="../../fl/controls/ScrollBar.html">ScrollBar</a><div class="summaryTableDescription">[read-only] Gets a reference to the vertical scroll bar.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#verticalScrollPolicy" class="signatureLink">verticalScrollPolicy</a> : <a href="../../String.html">String</a><div class="summaryTableDescription">Gets or sets a value that indicates the state of the vertical scroll
   bar.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/containers/BaseScrollPane.html#verticalScrollPosition" class="signatureLink">verticalScrollPosition</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets a value that describes the vertical position of the 
   vertical scroll bar in the scroll pane, in pixels.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#visible" class="signatureLink">visible</a> : <a href="../../Boolean.html">Boolean</a><div class="summaryTableDescription">Gets or sets a value that indicates whether the current component instance is visible.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#width" class="signatureLink">width</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets the width of the component, in pixels.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#x" class="signatureLink">x</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets the x coordinate that represents the position of the component along
         the x axis within its parent container.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../fl/core/UIComponent.html#y" class="signatureLink">y</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Gets or sets the y coordinate that represents the position of the component along 
         the y axis within its parent container.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedProperty"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><a href="../../flash/display/DisplayObject.html#z" class="signatureLink">z</a> : <a href="../../Number.html">Number</a><div class="summaryTableDescription">Indicates the z coordinate position along the z-axis of the DisplayObject
     instance relative to the 3D parent container.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr></table></div><a name="methodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Public Methods </div><div class="showHideLinks"><div id="hideInheritedMethod" class="hideInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(false,'Method');"><img class="showHideLinkImage" src="../../images/expanded.gif"> Hide Inherited Public Methods</a></div><div id="showInheritedMethod" class="showInheritedMethod"><a class="showHideLink" href="#methodSummary" onclick="javascript:setInheritedVisible(true,'Method');"><img class="showHideLinkImage" src="../../images/collapsed.gif"> Show Inherited Public Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th>Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#ScrollPane()" class="signatureLink">ScrollPane</a>()</div><div class="summaryTableDescription">Creates a new ScrollPane component instance.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#addChild()" class="signatureLink">addChild</a>(child:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>):<a href="../../flash/display/DisplayObject.html">DisplayObject</a></div><div class="summaryTableDescription">Adds a child DisplayObject instance to this DisplayObjectContainer instance.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#addChildAt()" class="signatureLink">addChildAt</a>(child:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>, index:<a href="../../int.html">int</a>):<a href="../../flash/display/DisplayObject.html">DisplayObject</a></div><div class="summaryTableDescription">Adds a child DisplayObject instance to this DisplayObjectContainer 
  instance.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/events/EventDispatcher.html#addEventListener()" class="signatureLink">addEventListener</a>(type:<a href="../../String.html">String</a>, listener:<a href="../../Function.html">Function</a>, useCapture:<a href="../../Boolean.html">Boolean</a> = false, priority:<a href="../../int.html">int</a> = 0, useWeakReference:<a href="../../Boolean.html">Boolean</a> = false):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Registers an event listener object with an EventDispatcher object so that the listener 
 receives notification of an event.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/events/EventDispatcher.html">EventDispatcher</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#areInaccessibleObjectsUnderPoint()" class="signatureLink">areInaccessibleObjectsUnderPoint</a>(point:<a href="../../flash/geom/Point.html">Point</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Indicates whether the security restrictions 
  would cause any display objects to be omitted from the list returned by calling
  the DisplayObjectContainer.getObjectsUnderPoint() method
  with the specified point point.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#clearStyle()" class="signatureLink">clearStyle</a>(style:<a href="../../String.html">String</a>):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Deletes a style property from this component instance.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#contains()" class="signatureLink">contains</a>(child:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Determines whether the specified display object is a child of the DisplayObjectContainer instance or
  the instance itself.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/events/EventDispatcher.html#dispatchEvent()" class="signatureLink">dispatchEvent</a>(event:<a href="../../flash/events/Event.html">Event</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Dispatches an event into the event flow.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/events/EventDispatcher.html">EventDispatcher</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#drawFocus()" class="signatureLink">drawFocus</a>(focused:<a href="../../Boolean.html">Boolean</a>):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Shows or hides the focus indicator on this component.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#drawNow()" class="signatureLink">drawNow</a>():<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Initiates an immediate draw operation, without invalidating everything as invalidateNow does.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#getBounds()" class="signatureLink">getBounds</a>(targetCoordinateSpace:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>):<a href="../../flash/geom/Rectangle.html">Rectangle</a></div><div class="summaryTableDescription">Returns a rectangle that defines the area of the display object relative to the coordinate system
     of the targetCoordinateSpace object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#getChildAt()" class="signatureLink">getChildAt</a>(index:<a href="../../int.html">int</a>):<a href="../../flash/display/DisplayObject.html">DisplayObject</a></div><div class="summaryTableDescription">Returns the child display object instance that exists at the specified index.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#getChildByName()" class="signatureLink">getChildByName</a>(name:<a href="../../String.html">String</a>):<a href="../../flash/display/DisplayObject.html">DisplayObject</a></div><div class="summaryTableDescription">Returns the child display object that exists with the specified name.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#getChildIndex()" class="signatureLink">getChildIndex</a>(child:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>):<a href="../../int.html">int</a></div><div class="summaryTableDescription">Returns the index position of a child DisplayObject instance.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#getFocus()" class="signatureLink">getFocus</a>():<a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></div><div class="summaryTableDescription">Retrieves the object that currently has focus.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#getObjectsUnderPoint()" class="signatureLink">getObjectsUnderPoint</a>(point:<a href="../../flash/geom/Point.html">Point</a>):<a href="../../Array.html">Array</a></div><div class="summaryTableDescription">Returns an array of objects that lie under the specified point and are children 
     (or grandchildren, and so on) of this DisplayObjectContainer instance.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#getRect()" class="signatureLink">getRect</a>(targetCoordinateSpace:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>):<a href="../../flash/geom/Rectangle.html">Rectangle</a></div><div class="summaryTableDescription">Returns a rectangle that defines the boundary of the display object, 
    based on the coordinate system defined by the targetCoordinateSpace 
    parameter, excluding any strokes on shapes.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#getStyle()" class="signatureLink">getStyle</a>(style:<a href="../../String.html">String</a>):<a href="../../Object.html">Object</a></div><div class="summaryTableDescription">Retrieves a style property that is set in the style lookup 
         chain of the component.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#getStyleDefinition()" class="signatureLink">getStyleDefinition</a>():<a href="../../Object.html">Object</a></div><div class="summaryTableDescription">[static] Retrieves the default style map for the current component.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#globalToLocal()" class="signatureLink">globalToLocal</a>(point:<a href="../../flash/geom/Point.html">Point</a>):<a href="../../flash/geom/Point.html">Point</a></div><div class="summaryTableDescription">Converts the point object from the Stage (global) coordinates
     to the display object's (local) coordinates.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#globalToLocal3D()" class="signatureLink">globalToLocal3D</a>(point:<a href="../../flash/geom/Point.html">Point</a>):<a href="../../flash/geom/Vector3D.html">Vector3D</a></div><div class="summaryTableDescription">Converts a two-dimensional point from the Stage (global) coordinates to a
     three-dimensional display object's (local) coordinates.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/events/EventDispatcher.html#hasEventListener()" class="signatureLink">hasEventListener</a>(type:<a href="../../String.html">String</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Checks whether the EventDispatcher object has any listeners registered for a specific type 
 of event.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/events/EventDispatcher.html">EventDispatcher</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#hasOwnProperty()" class="signatureLink">hasOwnProperty</a>(name:<a href="../../String.html">String</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Indicates whether an object has a specified property defined.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#hitTestObject()" class="signatureLink">hitTestObject</a>(obj:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Evaluates the display object to see if it overlaps or intersects with the
     obj display object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#hitTestPoint()" class="signatureLink">hitTestPoint</a>(x:<a href="../../Number.html">Number</a>, y:<a href="../../Number.html">Number</a>, shapeFlag:<a href="../../Boolean.html">Boolean</a> = false):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Evaluates the display object to see if it overlaps or intersects with the
     point specified by the x and y parameters.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#invalidate()" class="signatureLink">invalidate</a>(property:<a href="../../String.html">String</a>, callLater:<a href="../../Boolean.html">Boolean</a> = true):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Marks a property as invalid and redraws the component on the
         next frame unless otherwise specified.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#isPrototypeOf()" class="signatureLink">isPrototypeOf</a>(theClass:<a href="../../Object.html">Object</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Indicates whether an instance of the Object class is in the prototype chain of the object specified 
  as the parameter.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#load()" class="signatureLink">load</a>(request:<a href="../../flash/net/URLRequest.html">URLRequest</a>, context:<a href="../../flash/system/LoaderContext.html">LoaderContext</a> = null):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">The request parameter of this method accepts only a URLRequest object 
   whose source property contains a string, a class, or a 
   URLRequest object.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#local3DToGlobal()" class="signatureLink">local3DToGlobal</a>(point3d:<a href="../../flash/geom/Vector3D.html">Vector3D</a>):<a href="../../flash/geom/Point.html">Point</a></div><div class="summaryTableDescription">Converts a three-dimensional point of the three-dimensional display 
     object's (local) coordinates to a two-dimensional point in the Stage (global) coordinates.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#localToGlobal()" class="signatureLink">localToGlobal</a>(point:<a href="../../flash/geom/Point.html">Point</a>):<a href="../../flash/geom/Point.html">Point</a></div><div class="summaryTableDescription">Converts the point object from the display object's (local) coordinates to the
     Stage (global) coordinates.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#mergeStyles()" class="signatureLink">mergeStyles</a>(<a href="../../statements.html#..._(rest)_parameter">...</a> list):<a href="../../Object.html">Object</a></div><div class="summaryTableDescription">[static] Merges the styles from multiple classes into one object.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#move()" class="signatureLink">move</a>(x:<a href="../../Number.html">Number</a>, y:<a href="../../Number.html">Number</a>):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Moves the component to the specified position within its parent.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#propertyIsEnumerable()" class="signatureLink">propertyIsEnumerable</a>(name:<a href="../../String.html">String</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Indicates whether the specified property exists and is enumerable.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#refreshPane()" class="signatureLink">refreshPane</a>():<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Reloads the contents of the scroll pane.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#removeChild()" class="signatureLink">removeChild</a>(child:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>):<a href="../../flash/display/DisplayObject.html">DisplayObject</a></div><div class="summaryTableDescription">Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#removeChildAt()" class="signatureLink">removeChildAt</a>(index:<a href="../../int.html">int</a>):<a href="../../flash/display/DisplayObject.html">DisplayObject</a></div><div class="summaryTableDescription">Removes a child DisplayObject from the specified index position in the child list of 
  the DisplayObjectContainer.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/events/EventDispatcher.html#removeEventListener()" class="signatureLink">removeEventListener</a>(type:<a href="../../String.html">String</a>, listener:<a href="../../Function.html">Function</a>, useCapture:<a href="../../Boolean.html">Boolean</a> = false):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Removes a listener from the EventDispatcher object.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/events/EventDispatcher.html">EventDispatcher</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#setChildIndex()" class="signatureLink">setChildIndex</a>(child:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>, index:<a href="../../int.html">int</a>):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Changes the  position of an existing child in the display object container.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#setFocus()" class="signatureLink">setFocus</a>():<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Sets the focus to this component.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#setPropertyIsEnumerable()" class="signatureLink">setPropertyIsEnumerable</a>(name:<a href="../../String.html">String</a>, isEnum:<a href="../../Boolean.html">Boolean</a> = true):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Sets the availability of a dynamic property for loop operations.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#setSize()" class="signatureLink">setSize</a>(width:<a href="../../Number.html">Number</a>, height:<a href="../../Number.html">Number</a>):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Sets the component to the specified width and height.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#setStyle()" class="signatureLink">setStyle</a>(style:<a href="../../String.html">String</a>, value:<a href="../../Object.html">Object</a>):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Sets a style property on this component instance.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/Sprite.html#startDrag()" class="signatureLink">startDrag</a>(lockCenter:<a href="../../Boolean.html">Boolean</a> = false, bounds:<a href="../../flash/geom/Rectangle.html">Rectangle</a> = null):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Lets the user drag the specified sprite.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/Sprite.html">Sprite</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/Sprite.html#stopDrag()" class="signatureLink">stopDrag</a>():<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Ends the startDrag() method.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/Sprite.html">Sprite</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#swapChildren()" class="signatureLink">swapChildren</a>(child1:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>, child2:<a href="../../flash/display/DisplayObject.html">DisplayObject</a>):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Swaps the z-order (front-to-back order) of the two specified child objects.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObjectContainer.html#swapChildrenAt()" class="signatureLink">swapChildrenAt</a>(index1:<a href="../../int.html">int</a>, index2:<a href="../../int.html">int</a>):<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the 
  child list.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObjectContainer.html">DisplayObjectContainer</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#toString()" class="signatureLink">toString</a>():<a href="../../String.html">String</a></div><div class="summaryTableDescription">Returns the string representation of the specified object.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#update()" class="signatureLink">update</a>():<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Refreshes the scroll bar properties based on the width
         and height of the content.</div></td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#validateNow()" class="signatureLink">validateNow</a>():<a href="../../specialTypes.html#void">void</a></div><div class="summaryTableDescription">Validates and updates the properties and layout of this object, redrawing it
         if necessary.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../Object.html#valueOf()" class="signatureLink">valueOf</a>():<a href="../../Object.html">Object</a></div><div class="summaryTableDescription">Returns the primitive value of the specified object.</div></td><td class="summaryTableOwnerCol"><a href="../../Object.html">Object</a></td></tr><tr class="hideInheritedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/events/EventDispatcher.html#willTrigger()" class="signatureLink">willTrigger</a>(type:<a href="../../String.html">String</a>):<a href="../../Boolean.html">Boolean</a></div><div class="summaryTableDescription">Checks whether an event listener is registered with this EventDispatcher object or any of 
 its ancestors for the specified event type.</div></td><td class="summaryTableOwnerCol"><a href="../../flash/events/EventDispatcher.html">EventDispatcher</a></td></tr></table></div><a name="protectedMethodSummary"></a><div class="summarySection"><div class="summaryTableTitle">Protected Methods </div><div class="showHideLinks"><div id="hideInheritedProtectedMethod" class="hideInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(false,'ProtectedMethod');"><img class="showHideLinkImage" src="../../images/expanded.gif"> Show Inherited Protected Methods</a></div><div id="showInheritedProtectedMethod" class="showInheritedProtectedMethod"><a class="showHideLink" href="#protectedMethodSummary" onclick="javascript:setInheritedVisible(true,'ProtectedMethod');"><img class="showHideLinkImage" src="../../images/collapsed.gif"> Show Inherited Protected Methods</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable hideInheritedProtectedMethod" id="summaryTableProtectedMethod"><tr><th>&nbsp;</th><th colspan="2">Method</th><th>Defined By</th></tr><tr class="hideInheritedProtectedMethod"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#getStyleValue()" class="signatureLink">getStyleValue</a>(name:<a href="../../String.html">String</a>):<a href="../../Object.html">Object</a></div><div class="summaryTableDescription">Returns the specified style for a component, considering all styles set on the global level, component level and instance level.</div></td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr></table></div><a name="eventSummary"></a><div class="summarySection"><div class="summaryTableTitle">Events</div><div class="showHideLinks"><div id="hideInheritedEvent" class="hideInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(false,'Event');"><img class="showHideLinkImage" src="../../images/expanded.gif"> Hide Inherited Events</a></div><div id="showInheritedEvent" class="showInheritedEvent"><a class="showHideLink" href="#eventSummary" onclick="javascript:setInheritedVisible(true,'Event');"><img class="showHideLinkImage" src="../../images/collapsed.gif"> Show Inherited Events</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableEvent"><tr><th>&nbsp;</th><th colspan="2">Event</th><th> Summary </th><th>Defined By</th></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/events/EventDispatcher.html#event:activate" class="signatureLink">activate</a></div></td><td class="summaryTableDescription summaryTableCol">[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active.</td><td class="summaryTableOwnerCol"><a href="../../flash/events/EventDispatcher.html">EventDispatcher</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#event:added" class="signatureLink">added</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a display object is added to the display list.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#event:addedToStage" class="signatureLink">addedToStage</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a display object is added to the on stage display list, either directly or through the addition of a sub tree in which the display object is contained.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:clear" class="signatureLink">clear</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user selects 'Clear' (or 'Delete') from the text context menu.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:click" class="signatureLink">click</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user presses and releases the main button of the user's pointing device over the same InteractiveObject.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:complete" class="signatureLink">complete</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when content has finished loading.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:contextMenu" class="signatureLink">contextMenu</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user selects the context menu associated with this interactive object in an AIR application.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:copy" class="signatureLink">copy</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user activates the platform specific accelerator key combination for a copy operation or selects 'Copy' from the text context menu.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:cut" class="signatureLink">cut</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user activates the platform specific accelerator key combination for a cut operation or selects 'Cut' from the text context menu.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/events/EventDispatcher.html#event:deactivate" class="signatureLink">deactivate</a></div></td><td class="summaryTableDescription summaryTableCol">[broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive.</td><td class="summaryTableOwnerCol"><a href="../../flash/events/EventDispatcher.html">EventDispatcher</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:doubleClick" class="signatureLink">doubleClick</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user presses and releases the main button of a pointing device twice in rapid succession over the same InteractiveObject when that object's doubleClickEnabled flag is set to true.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#event:enterFrame" class="signatureLink">enterFrame</a></div></td><td class="summaryTableDescription summaryTableCol">[broadcast event] Dispatched when the playhead is entering a new frame.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#event:exitFrame" class="signatureLink">exitFrame</a></div></td><td class="summaryTableDescription summaryTableCol">[broadcast event] Dispatched when the playhead is exiting the current frame.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:focusIn" class="signatureLink">focusIn</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after a display object gains focus.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:focusOut" class="signatureLink">focusOut</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after a display object loses focus.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#event:frameConstructed" class="signatureLink">frameConstructed</a></div></td><td class="summaryTableDescription summaryTableCol">[broadcast event] Dispatched after the constructors of frame display objects have run but before frame scripts have run.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#event:hide" class="signatureLink">hide</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after the component visibility changes from visible to invisible.</td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:init" class="signatureLink">init</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the properties and methods of a loaded SWF file are accessible.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:ioError" class="signatureLink">ioError</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after an input or output error occurs.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:keyDown" class="signatureLink">keyDown</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user presses a key.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:keyFocusChange" class="signatureLink">keyFocusChange</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user attempts to change focus by using keyboard navigation.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:keyUp" class="signatureLink">keyUp</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user releases a key.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:middleClick" class="signatureLink">middleClick</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user presses and releases the middle button of the user's pointing device over the same InteractiveObject.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:middleMouseDown" class="signatureLink">middleMouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user presses the middle pointing device button over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:middleMouseUp" class="signatureLink">middleMouseUp</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user releases the pointing device button over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:mouseDown" class="signatureLink">mouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user presses the pointing device button over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:mouseFocusChange" class="signatureLink">mouseFocusChange</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user attempts to change focus by using a pointer device.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:mouseMove" class="signatureLink">mouseMove</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user moves the pointing device while it is over an InteractiveObject.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:mouseOut" class="signatureLink">mouseOut</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user moves a pointing device away from an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:mouseOver" class="signatureLink">mouseOver</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user moves a pointing device over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:mouseUp" class="signatureLink">mouseUp</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user releases the pointing device button over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:mouseWheel" class="signatureLink">mouseWheel</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a mouse wheel is spun over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#event:move" class="signatureLink">move</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after the component is moved.</td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:nativeDragComplete" class="signatureLink">nativeDragComplete</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched by the drag initiator InteractiveObject when the user releases the drag gesture.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:nativeDragDrop" class="signatureLink">nativeDragDrop</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched by the target InteractiveObject when a dragged object is dropped on it and the drop has been accepted with a call to DragManager.acceptDragDrop().</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:nativeDragEnter" class="signatureLink">nativeDragEnter</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched by an InteractiveObject when a drag gesture enters its boundary.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:nativeDragExit" class="signatureLink">nativeDragExit</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched by an InteractiveObject when a drag gesture leaves its boundary.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:nativeDragOver" class="signatureLink">nativeDragOver</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched by an InteractiveObject continually while a drag gesture remains within its boundary.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:nativeDragStart" class="signatureLink">nativeDragStart</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched at the beginning of a drag operation by the InteractiveObject that is specified as the drag initiator in the DragManager.doDrag() call.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:nativeDragUpdate" class="signatureLink">nativeDragUpdate</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched during a drag operation by the InteractiveObject that is specified as the drag initiator in the DragManager.doDrag() call.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:open" class="signatureLink">open</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after a network operation starts.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:paste" class="signatureLink">paste</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user activates the platform specific accelerator key combination for a paste operation or selects 'Paste' from the text context menu.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:progress" class="signatureLink">progress</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when content is loading.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:progress" class="signatureLink">progress</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched while content is loading.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#event:removed" class="signatureLink">removed</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a display object is about to be removed from the display list.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#event:removedFromStage" class="signatureLink">removedFromStage</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a display object is about to be removed from the display list, either directly or through the removal of a sub tree in which the display object is contained.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/DisplayObject.html#event:render" class="signatureLink">render</a></div></td><td class="summaryTableDescription summaryTableCol">[broadcast event] Dispatched when the display list is about to be updated and rendered.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/DisplayObject.html">DisplayObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#event:resize" class="signatureLink">resize</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after the component is resized.</td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:rightClick" class="signatureLink">rightClick</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user presses and releases the right button of the user's pointing device over the same InteractiveObject.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:rightMouseDown" class="signatureLink">rightMouseDown</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user presses the pointing device button over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><img src="../../images/AirIcon12x12.gif" width="12" height="12" hspace="0" vspace="0" alt="AIR-only" title="Only available in the AIR runtime">&nbsp;<a href="../../flash/display/InteractiveObject.html#event:rightMouseUp" class="signatureLink">rightMouseUp</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when a user releases the pointing device button over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:rollOut" class="signatureLink">rollOut</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user moves a pointing device away from an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:rollOver" class="signatureLink">rollOver</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user moves a pointing device over an InteractiveObject instance.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:scroll" class="signatureLink">scroll</a></div></td><td class="summaryTableDescription summaryTableCol">Defines the value of the type property of a scroll
   event object.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class=""><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="#event:securityError" class="signatureLink">securityError</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after a security error occurs while content is loading.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:selectAll" class="signatureLink">selectAll</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the user activates the platform specific accelerator key combination for a select all operation or selects 'Select All' from the text context menu.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#event:show" class="signatureLink">show</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched after the component visibility changes from invisible to visible.</td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:tabChildrenChange" class="signatureLink">tabChildrenChange</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the value of the object's tabChildren flag changes.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:tabEnabledChange" class="signatureLink">tabEnabledChange</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the object's tabEnabled flag changes.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr><tr class="hideInheritedEvent"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../flash/display/InteractiveObject.html#event:tabIndexChange" class="signatureLink">tabIndexChange</a></div></td><td class="summaryTableDescription summaryTableCol">Dispatched when the value of the object's tabIndex property changes.</td><td class="summaryTableOwnerCol"><a href="../../flash/display/InteractiveObject.html">InteractiveObject</a></td></tr></table></div><a name="styleSummary"></a><div class="summarySection"><div class="summaryTableTitle">Styles</div><div class="showHideLinks"><div id="hideInheritedStyle" class="hideInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(false,'Style');"><img class="showHideLinkImage" src="../../images/expanded.gif"> Hide Inherited Styles</a></div><div id="showInheritedStyle" class="showInheritedStyle"><a class="showHideLink" href="#styleSummary" onclick="javascript:setInheritedVisible(true,'Style');"><img class="showHideLinkImage" src="../../images/collapsed.gif"> Show Inherited Styles</a></div></div><table cellspacing="0" cellpadding="3" class="summaryTable " id="summaryTableStyle"><tr><th>&nbsp;</th><th colspan="2">Style</th><th> Description </th><th>Defined By</th></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:contentPadding"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">contentPadding</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Number.html">Number</a>&nbsp;<span class="label">Format: </span>Length<br/>The amount of padding to put around the content in the scroll pane, in pixels. The default value is<code> 0</code>.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:disabledAlpha" class="signatureLink">disabledAlpha</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Number.html">Number</a>&nbsp;<span class="label">Format: </span>Length<br/>When the <code>enabled</code> property is set to <code>false</code> , interaction with the component is prevented and a white overlay is displayed over the component, dimming the component contents.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:disabledSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">disabledSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The skin that shows when the scroll pane is disabled. The default value is<code> ScrollPane_disabledSkin</code>.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#style:disabledTextFormat" class="signatureLink">disabledTextFormat</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../flash/text/TextFormat.html">flash.text.TextFormat</a><br/>The TextFormat object to use to render the component label when the button is disabled.</td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:downArrowDisabledSkin" class="signatureLink">downArrowDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the down arrow button of the scroll bar when it is disabled.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:downArrowDownSkin" class="signatureLink">downArrowDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the down arrow button of the scroll bar when you click the arrow button.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:downArrowOverSkin" class="signatureLink">downArrowOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the down arrow button of the scroll bar when the mouse pointer is over the arrow button.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:downArrowUpSkin" class="signatureLink">downArrowUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the down arrow button of the scroll bar.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#style:focusRectPadding" class="signatureLink">focusRectPadding</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Number.html">Number</a>&nbsp;<span class="label">Format: </span>Length<br/>The padding that separates the outside boundaries of the component from the outside edges of the focus indicator, in pixels.</td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#style:focusRectSkin" class="signatureLink">focusRectSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The skin to be used to display focus indicators.</td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:repeatDelay" class="signatureLink">repeatDelay</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Number.html">Number</a>&nbsp;<span class="label">Format: </span>Time<br/>The number of milliseconds to wait after the <code>buttonDown</code> event is first dispatched before sending a second <code>buttonDown</code> event.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:repeatInterval" class="signatureLink">repeatInterval</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Number.html">Number</a>&nbsp;<span class="label">Format: </span>Time<br/>The interval, in milliseconds, between <code>buttonDown</code> events that are dispatched after the delay that is specified by the <code>repeatDelay</code> style.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:skin" class="signatureLink">skin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The skin to be used as the background of the scroll pane.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/core/UIComponent.html#style:textFormat" class="signatureLink">textFormat</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../flash/text/TextFormat.html">flash.text.TextFormat</a><br/>The TextFormat object to use to render the component label.</td><td class="summaryTableOwnerCol"><a href="../../fl/core/UIComponent.html">UIComponent</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:thumbDisabledSkin" class="signatureLink">thumbDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The skin that is used to indicate the disabled state of the thumb.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:thumbDownSkin" class="signatureLink">thumbDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the thumb of the scroll bar when you click the thumb.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:thumbIcon" class="signatureLink">thumbIcon</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the icon for the thumb of the scroll bar.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:thumbOverSkin" class="signatureLink">thumbOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the thumb of the scroll bar when the mouse pointer is over the thumb.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:thumbUpSkin" class="signatureLink">thumbUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin used for the thumb of the scroll bar.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:trackDisabledSkin" class="signatureLink">trackDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The skin that is used to indicate a disabled track.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:trackDownSkin" class="signatureLink">trackDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The skin that is used to indicate the down state of a disabled skin.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:trackOverSkin" class="signatureLink">trackOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The skin that is used to indicate the mouseover state for the scroll track.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:trackUpSkin" class="signatureLink">trackUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The skin used to indicate the mouse up state for the scroll track.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:upArrowDisabledSkin" class="signatureLink">upArrowDisabledSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the up arrow button of the scroll bar when it is disabled.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:upArrowDownSkin" class="signatureLink">upArrowDownSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the up arrow button of the scroll bar when you click the arrow button.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:upArrowOverSkin" class="signatureLink">upArrowOverSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the up arrow button of the scroll bar when the mouse pointer is over the arrow button.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class="hideInheritedStyle"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableInheritanceCol"><img src="../../images/inheritedSummary.gif" alt="Inherited" title="Inherited" class="inheritedSummaryImage"></td><td class="summaryTableSignatureCol"><div class="summarySignature"><a href="../../fl/containers/BaseScrollPane.html#style:upArrowUpSkin" class="signatureLink">upArrowUpSkin</a></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>Name of the class to use as the skin for the up arrow button of the scroll bar.</td><td class="summaryTableOwnerCol"><a href="../../fl/containers/BaseScrollPane.html">BaseScrollPane</a></td></tr><tr class=""><td class="summaryTablePaddingCol"><a name="style:upSkin"></a>&nbsp;</td><td class="summaryTableInheritanceCol">&nbsp;</td><td class="summaryTableSignatureCol"><div class="summarySignature"><span class="signatureLink">upSkin</span></div></td><td class="summaryTableDescription"><span class="label">Type: </span><a href="../../Class.html">Class</a><br/>The default skin shown on the scroll pane. The default value is<code> ScrollPane_upSkin</code>.</td><td class="summaryTableOwnerCol">ScrollPane</td></tr></table></div><script language="javascript" type="text/javascript"><!--
                      showHideInherited();
                      --></script><div class="MainContent"><div class="detailSectionHeader">Property Detail</div><a name="propertyDetail"></a><a name="bytesLoaded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bytesLoaded</td><td class="detailHeaderType">property</td></tr></table><div class="detailBody"><code>bytesLoaded:<a href="../../Number.html">Number</a></code>&nbsp;&nbsp;[read-only] <p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          Gets the count of bytes of content that have been loaded.
         When this property equals the value of
          <code>bytesTotal</code>
          ,
         all the bytes are loaded.
        </p><p> The default value is <code>0.</code></p><br/><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get bytesLoaded():<a href="../../Number.html">Number</a></code><br/><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#bytesTotal" target="">bytesTotal</a><br/><a href="ScrollPane.html#percentLoaded" target="">percentLoaded</a></div><br/><span class="label"> Example </span><br/><div class="detailBody">
          The following example creates a scroll pane and loads "test.jpg" into it. As the load
   progresses, the Output panel displays the bytes loaded and bytes total and a progress bar provides a
   visual representation. Replace "test.jpg" with an image and place both ScrollPane and ProgressBar
   in the library of the FLA file:
          <div class="listing"><pre>import fl.containers.ScrollPane;
import fl.controls.ProgressBar;

var path:String = "test.jpg";

var sp:ScrollPane = new ScrollPane();
sp.move(10,10);
sp.setSize(530,300);
sp.addEventListener(ProgressEvent.PROGRESS,reportProgress);
sp.load(new URLRequest(path));
addChild(sp);

var progressBar:ProgressBar = new ProgressBar();
progressBar.move(10,320);
progressBar.setSize(530,50);
progressBar.source = sp;
addChild(progressBar);

function reportProgress(e:ProgressEvent):void {
    trace(e.bytesLoaded + " loaded out of " + e.bytesTotal);
}</pre></div>
        </div></div><a name="propertyDetail"></a><a name="bytesTotal"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">bytesTotal</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>bytesTotal:<a href="../../Number.html">Number</a></code>&nbsp;&nbsp;[read-only] <p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>Gets the count of bytes of content to be loaded.</p><p> The default value is <code>0.</code></p><br/><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get bytesTotal():<a href="../../Number.html">Number</a></code><br/><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#bytesLoaded" target="">bytesLoaded</a><br/><a href="ScrollPane.html#percentLoaded" target="">percentLoaded</a></div><br/><span class="label"> Example </span><br/><div class="detailBody">
          The following example loads an external image into a ScrollPane instance and displays the
          <code>bytesLoaded</code>
          ,
          <code>bytesTotal</code>
          and
          <code>percentLoaded</code>
          properties by listening for the
          <code>progress</code>
          and
          <code>complete</code>
          events:
          <div class="listing"><pre>import fl.containers.ScrollPane;

var url:String = "http://www.helpexamples.com/flash/images/image1.jpg";

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.setSize(320, 240);
myScrollPane.move(10, 10);
myScrollPane.addEventListener(ProgressEvent.PROGRESS, progressHandler);
myScrollPane.addEventListener(Event.COMPLETE, completeHandler);
myScrollPane.load(new URLRequest(url));
addChild(myScrollPane);

function progressHandler(event:ProgressEvent):void {
    var bLoaded:int = event.bytesLoaded;
    var bTotal:int = event.bytesTotal;
    var pctLoaded:int = int(event.currentTarget.percentLoaded);
    trace("progress: " + bLoaded + " of " + bTotal + " bytes loaded (" + pctLoaded + "%)");
}

function completeHandler(event:Event):void {
    trace("complete:");
}</pre></div>
        </div></div><a name="propertyDetail"></a><a name="content"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">content</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>content:<a href="../../flash/display/DisplayObject.html">DisplayObject</a></code>&nbsp;&nbsp;[read-only] <p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>Gets a reference to the content loaded into the scroll pane.</p><p> The default value is <code>null.</code></p><br/><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get content():<a href="../../flash/display/DisplayObject.html">DisplayObject</a></code><br/><br/><span class="label"> Example </span><br/><div class="detailBody">
          The following example demonstrates how to modify the transparency of the content of a scroll pane:
          <div class="listing"><pre>import fl.containers.ScrollPane;
import fl.controls.NumericStepper;

var ns:NumericStepper = new NumericStepper();
ns.minimum = 10;
ns.maximum = 100;
ns.stepSize = 10;
ns.value = ns.maximum;
ns.addEventListener(Event.CHANGE, updateScrollPaneContentAlpha);
addChild(ns);

var sp:ScrollPane = new ScrollPane();
sp.move(0,30);
sp.setSize(180, 160);
sp.source = "http://www.helpexamples.com/flash/images/image2.jpg";
addChild(sp);

function updateScrollPaneContentAlpha(e:Event):void {
    sp.content.alpha = e.target.value / 100;
}</pre></div>
        </div><div class="detailBody">
          The following example uses two Button component instances to control how much an image appears zoomed in a ScrollPane component:
          <div class="listing"><pre>import fl.containers.ScrollPane;
import fl.controls.Button;
import fl.events.ComponentEvent;

var MAX_SCROLLPANE_WIDTH:uint = 400;
var MAX_SCROLLPANE_HEIGHT:uint = 267;

var url:String = "http://www.helpexamples.com/flash/images/image1.jpg";

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.scrollDrag = true;
myScrollPane.cacheAsBitmap = true;
myScrollPane.setSize(MAX_SCROLLPANE_WIDTH, MAX_SCROLLPANE_HEIGHT);
myScrollPane.move(10, 10);
myScrollPane.addEventListener(Event.COMPLETE, completeHandler);
myScrollPane.load(new URLRequest(url));
addChild(myScrollPane);

var zoomInButton:Button = new Button();
zoomInButton.autoRepeat = true;
zoomInButton.enabled = false;
zoomInButton.label = "Zoom in (+)";
zoomInButton.move(420, 10);
zoomInButton.addEventListener(ComponentEvent.BUTTON_DOWN, zoomInHandler);
addChild(zoomInButton);

var zoomOutButton:Button = new Button();
zoomOutButton.autoRepeat = true;
zoomOutButton.enabled = false;
zoomOutButton.label = "Zoom out (-)";
zoomOutButton.move(420, 40);
zoomOutButton.addEventListener(ComponentEvent.BUTTON_DOWN, zoomOutHandler);
addChild(zoomOutButton);

var cacheButton:Button = new Button();
cacheButton.enabled = false;
cacheButton.emphasized = myScrollPane.cacheAsBitmap;
cacheButton.label = "cacheAsBitmap";
cacheButton.toggle = true;
cacheButton.selected = myScrollPane.cacheAsBitmap;
cacheButton.move(420, 70);
cacheButton.addEventListener(Event.CHANGE, changeHandler);
addChild(cacheButton);

function completeHandler(event:Event):void {
    zoomInButton.enabled = true;
    zoomOutButton.enabled = true;
    cacheButton.enabled = true;
    myScrollPane.removeEventListener(Event.COMPLETE, completeHandler);
}

function changeHandler(event:Event):void {
    myScrollPane.cacheAsBitmap = !myScrollPane.cacheAsBitmap;
    cacheButton.emphasized = myScrollPane.cacheAsBitmap;
}

function zoomInHandler(event:ComponentEvent):void {
    var zoomLvl:Number = myScrollPane.content.scaleX * 1.1;
    updateSP(zoomLvl);
}

function zoomOutHandler(event:ComponentEvent):void {
    var zoomLvl:Number = myScrollPane.content.scaleX / 1.1;
    updateSP(zoomLvl);
}

function updateSP(newScale:Number):void {
    var img:DisplayObject = myScrollPane.content as DisplayObject;
    img.scaleY = newScale;
    img.scaleX = newScale;
    myScrollPane.width = Math.min(img.width, MAX_SCROLLPANE_WIDTH);
    myScrollPane.height = Math.min(img.height, MAX_SCROLLPANE_HEIGHT);
    myScrollPane.update();
}</pre></div>
        </div></div><a name="propertyDetail"></a><a name="percentLoaded"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">percentLoaded</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>percentLoaded:<a href="../../Number.html">Number</a></code>&nbsp;&nbsp;[read-only] <p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          Gets a number between 0 and 100 indicating what percentage of the content is loaded.
         If you are loading assets from your library, and not externally loaded content, 
         the
          <code>percentLoaded</code>
          property is set to 0.
        </p><p> The default value is <code>0.</code></p><br/><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get percentLoaded():<a href="../../Number.html">Number</a></code><br/><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#bytesLoaded" target="">bytesLoaded</a><br/><a href="ScrollPane.html#bytesTotal" target="">bytesTotal</a></div><br/><span class="label"> Example </span><br/><div class="detailBody">
          The following example loads an external image into a ScrollPane instance and displays the
          <code>bytesLoaded</code>
          ,
          <code>bytesTotal</code>
          and
          <code>percentLoaded</code>
          properties by listening for the
          <code>progress</code>
          and
          <code>complete</code>
          events:
          <div class="listing"><pre>import fl.containers.ScrollPane;

var url:String = "http://www.helpexamples.com/flash/images/image1.jpg";

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.setSize(320, 240);
myScrollPane.move(10, 10);
myScrollPane.addEventListener(ProgressEvent.PROGRESS, progressHandler);
myScrollPane.addEventListener(Event.COMPLETE, completeHandler);
myScrollPane.load(new URLRequest(url));
addChild(myScrollPane);

function progressHandler(event:ProgressEvent):void {
    var bLoaded:int = event.bytesLoaded;
    var bTotal:int = event.bytesTotal;
    var pctLoaded:int = int(event.currentTarget.percentLoaded);
    trace("progress: " + bLoaded + " of " + bTotal + " bytes loaded (" + pctLoaded + "%)");
}

function completeHandler(event:Event):void {
    trace("complete:");
}</pre></div>
        </div></div><a name="propertyDetail"></a><a name="scrollDrag"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scrollDrag</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>scrollDrag:<a href="../../Boolean.html">Boolean</a></code>&nbsp;&nbsp;[read-write] <p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          Gets or sets a value that indicates whether scrolling occurs when a
         user drags on content within the scroll pane. A value of
          <code>true</code>
          indicates that scrolling occurs when a user drags on the content; a value
         of
          <code>false</code>
          indicates that it does not.
        </p><p> The default value is <code>false.</code></p><br/><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get scrollDrag():<a href="../../Boolean.html">Boolean</a></code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set scrollDrag(value:<a href="../../Boolean.html">Boolean</a>):<a href="../../specialTypes.html#void">void</a></code><br/><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#event:scroll" target="">scroll</a></div><br/><span class="label"> Example </span><br/><div class="detailBody">
          The following example creates a ScrollPane instance and traces the component's horizontal and vertical scroll position when the content is scrolled:
          <div class="listing"><pre>import fl.containers.ScrollPane;
import fl.events.ScrollEvent;

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.scrollDrag = true;
myScrollPane.source = "http://www.helpexamples.com/flash/images/image2.jpg";
myScrollPane.addEventListener(ScrollEvent.SCROLL, scrollHandler);
myScrollPane.move(10, 10);
addChild(myScrollPane);

function scrollHandler(event:ScrollEvent):void {
    var mySP:ScrollPane = event.currentTarget as ScrollPane;
    trace("scrolling");
    trace("\t" + "direction:", event.direction);
    trace("\t" + "position:", event.position);
    trace("\t" + "horizontalScrollPosition:", mySP.horizontalScrollPosition, "of", mySP.maxHorizontalScrollPosition);
    trace("\t" + "verticalScrollPosition:", mySP.verticalScrollPosition, "of", mySP.maxVerticalScrollPosition);
}</pre></div>
        </div></div><a name="propertyDetail"></a><a name="source"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">source</td><td class="detailHeaderType">property</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code>source:<a href="../../Object.html">Object</a></code>&nbsp;&nbsp;[read-write] <p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          Gets or sets an absolute or relative URL that identifies the 
   location of the SWF or image file to load, the class name 
   of a movie clip in the library, a reference to a display object,
   or a instance name of a movie clip on the same level as the component.
          <p>
            Valid image file formats include GIF, PNG, and JPEG. To load an 
   asset by using a URLRequest object, use the
            <code>load()</code>
            method.
          </p>
          
        </p><p> The default value is <code>null.</code></p><br/><br/><span class="label"> Implementation </span><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function get source():<a href="../../Object.html">Object</a></code><br/><code>&nbsp;&nbsp;&nbsp;&nbsp;public function set source(value:<a href="../../Object.html">Object</a>):<a href="../../specialTypes.html#void">void</a></code><br/><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#load()" target="">load()</a></div><br/><span class="label"> Example </span><br/><div class="detailBody">
          The following example loads an external image into a ScrollPane component using the
          <code>source</code>
          property:
          <div class="listing"><pre>import fl.containers.ScrollPane;

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.source = "http://www.helpexamples.com/flash/images/image1.jpg";
myScrollPane.setSize(320, 240);
myScrollPane.move(10, 10);
addChild(myScrollPane);</pre></div>
        </div><div class="detailBody">
          The following example loads a movie clip symbol from the library into a ScrollPane component using the
          <code>source</code>
          property:
          <div class="listing"><pre>import fl.containers.ScrollPane;

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.source = Box;
myScrollPane.setSize(320, 240);
myScrollPane.move(10, 10);
addChild(myScrollPane);</pre></div>
        </div></div><a name="constructorDetail"></a><div class="detailSectionHeader">Constructor Detail</div><a name="ScrollPane()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ScrollPane</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">Constructor</td></tr></table><div class="detailBody"><code>public function ScrollPane()</code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p>Creates a new ScrollPane component instance.</p></div><a name="methodDetail"></a><div class="detailSectionHeader">Method Detail</div><a name="getStyleDefinition()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">getStyleDefinition</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td></tr></table><div class="detailBody"><code> public static function getStyleDefinition():<a href="../../Object.html">Object</a></code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          Retrieves the default style map for the current component. The style map contains
         the type that is appropriate for the component, depending on the style that
         the component uses. For example, the
          <code>disabledTextFormat</code>
          style 
         contains a value of
          <code>null</code>
          or a TextFormat object. 
         You can use these styles and call
          <code>setStyle()</code>
          on the current 
         component. The following code overrides the default
          <code>disabledTextFormat</code>
          style on the specified component:
          <div class="listing"><pre>componentInstance.setStyle("disabledTextFormat", new TextFormat());</pre></div>
          
        </p><p></p><span class="label">Returns</span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20"></td><td><code><a href="../../Object.html">Object</a></code> &mdash; Default styles object.</td></tr></table><p><span class="label">See also</span></p><div class="seeAlso"><a href="../../fl/core/UIComponent.html#getStyle()" target="">UIComponent.getStyle()</a><br/><a href="../../fl/core/UIComponent.html#setStyle()" target="">UIComponent.setStyle()</a><br/><a href="../../fl/managers/StyleManager.html" target="">StyleManager</a></div><br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example creates a style browser for several component classes:
          <div class="listing"><pre>import fl.controls.*;
import fl.containers.*;
import fl.controls.listClasses.*;
import fl.controls.dataGridClasses.*;
import fl.controls.progressBarClasses.*;
import fl.core.UIComponent;
import fl.data.DataProvider;

var dp:DataProvider = new DataProvider();
dp.addItem( { label: "BaseScrollPane",    data:BaseScrollPane } );
dp.addItem( { label: "Button",             data:Button } );
dp.addItem( { label: "CellRenderer",    data:CellRenderer } );
dp.addItem( { label: "CheckBox",         data:CheckBox } );
dp.addItem( { label: "ColorPicker",     data:ColorPicker } );
dp.addItem( { label: "ComboBox",         data:ComboBox } );
dp.addItem( { label: "DataGrid",         data:DataGrid } );
dp.addItem( { label: "HeaderRenderer",    data:HeaderRenderer } );
dp.addItem( { label: "ImageCell",        data:ImageCell } );
dp.addItem( { label: "IndeterminateBar",data:IndeterminateBar } );
dp.addItem( { label: "Label",             data:Label } );
dp.addItem( { label: "List",             data:List } );
dp.addItem( { label: "NumericStepper",     data:NumericStepper } );
dp.addItem( { label: "ProgressBar",     data:ProgressBar } );
dp.addItem( { label: "RadioButton",     data:RadioButton } );
dp.addItem( { label: "ScrollPane",         data:ScrollPane } );
dp.addItem( { label: "Slider",             data:Slider } );
dp.addItem( { label: "TextArea",         data:TextArea } );
dp.addItem( { label: "TextInput",         data:TextInput } );
dp.addItem( { label: "TileList",         data:TileList } );
dp.addItem( { label: "UILoader",         data:UILoader } );
dp.addItem( { label: "UIComponent",     data:UIComponent } );

var cb:ComboBox = new ComboBox();
cb.move(10,10);
cb.setSize(300,25);
cb.prompt = "Select a component to view its styles";
cb.rowCount = 12;
cb.dataProvider = dp;
cb.addEventListener(Event.CHANGE, showStyleDefinition);
addChild(cb);

var dg:DataGrid = new DataGrid();
dg.setSize(425,300);
dg.move(10,50);
dg.columns = [ new DataGridColumn("StyleName"), new DataGridColumn("DefaultValue") ];
addChild(dg);

function showStyleDefinition(e:Event):void {
    var componentClass:Class = e.target.selectedItem.data as Class;
    var styles:Object = componentClass["getStyleDefinition"].call(this);
    trace(styles.toString());
    var styleData:DataProvider = new DataProvider();
    for(var i:* in styles) {
        trace(i + " : " + styles[i]);
        styleData.addItem( { StyleName:i, DefaultValue:styles[i] } );
    }
    styleData.sortOn("StyleName");
    dg.dataProvider = styleData;
}</pre></div>
        </div></div><a name="load()"></a><a name="load(flash.net.URLRequest,flash.system.LoaderContext)"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">load</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function load(request:<a href="../../flash/net/URLRequest.html">URLRequest</a>, context:<a href="../../flash/system/LoaderContext.html">LoaderContext</a> = null):<a href="../../specialTypes.html#void">void</a></code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          The request parameter of this method accepts only a URLRequest object 
   whose
          <code>source</code>
          property contains a string, a class, or a 
   URLRequest object.
   
   By default, the LoaderContext object uses the current domain as the 
   application domain. To specify a different application domain value, 
   to check a policy file, or to change the security domain, initialize 
   a new LoaderContext object and pass it to this method.
        </p><p><span class="label"> Parameters </span><table cellpadding="0" cellspacing="0" border="0"><tr><td width="20px"></td><td><code><span class="label">request</span>:<a href="../../flash/net/URLRequest.html">URLRequest</a></code> &mdash; The URLRequest object to use to load an image into the scroll pane.</td></tr><tr><td class="paramSpacer">&nbsp;</td></tr><tr><td width="20px"></td><td><code><span class="label">context</span>:<a href="../../flash/system/LoaderContext.html">LoaderContext</a></code> (default = <code>null</code>)<code></code> &mdash; The LoaderContext object that sets the context of the load operation.</td></tr></table></p><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#source" target="">source</a><br/><a href="UILoader.html#load()" target="">UILoader.load()</a><br/><a href="../../flash/net/URLRequest.html" target="">flash.net.URLRequest</a><br/><a href="../../flash/system/ApplicationDomain.html" target="">flash.system.ApplicationDomain</a><br/><a href="../../flash/system/LoaderContext.html" target="">flash.system.LoaderContext</a></div><br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example loads an image into a scroll pane:
          <div class="listing"><pre>import fl.containers.ScrollPane;

var request:URLRequest = new URLRequest("http://www.helpexamples.com/flash/images/image1.jpg");
var sp:ScrollPane = new ScrollPane();
sp.setSize(180, 160);
sp.load(request);
addChild(sp);</pre></div>
        </div></div><a name="refreshPane()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">refreshPane</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function refreshPane():<a href="../../specialTypes.html#void">void</a></code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          Reloads the contents of the scroll pane.
          <p>
            This method does not redraw the scroll bar. To reset the 
         scroll bar, use the
            <code>update()</code>
            method.
          </p>
          
        </p><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#update()" target="">update()</a></div><br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example loads an image into a ScrollPane component instance and refreshes the pane using the
          <code>refreshPane()</code>
          method:
          <div class="listing"><pre>import fl.containers.ScrollPane;
import fl.controls.Button;
import fl.controls.TextArea;

var url:String = "http://www.helpexamples.com/flash/images/image2.jpg";

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.setSize(320, 240);
myScrollPane.move(10, 10);
myScrollPane.load(new URLRequest(url));
myScrollPane.addEventListener(ProgressEvent.PROGRESS, progressHandler);
myScrollPane.addEventListener(Event.COMPLETE, completeHandler);
addChild(myScrollPane);

var refreshButton:Button = new Button();
refreshButton.emphasized = true;
refreshButton.label = "refreshPane()";
refreshButton.move(myScrollPane.x + myScrollPane.width + 10, myScrollPane.y);
refreshButton.addEventListener(MouseEvent.CLICK, clickHandler);
addChild(refreshButton);

var myTextArea:TextArea = new TextArea();
myTextArea.editable = false;
myTextArea.setSize(320, 120);
myTextArea.move(myScrollPane.x, myScrollPane.y + myScrollPane.height + 10);
addChild(myTextArea);

function progressHandler(event:ProgressEvent):void {
    var bLoaded:int = event.bytesLoaded;
    var bTotal:int = event.bytesTotal;
    var pctLoaded:int = int(event.currentTarget.percentLoaded);
    addText("progress (" + bLoaded + " of " + bTotal + " bytes loaded -- " + pctLoaded + "%)");
}

function completeHandler(event:Event):void {
    addText("complete");
    addText("----------");
}

function clickHandler(event:MouseEvent):void {
    myScrollPane.refreshPane();
}

function addText(str:String):void {
    myTextArea.appendText(str + "\n");
    myTextArea.verticalScrollPosition = myTextArea.maxVerticalScrollPosition;
}</pre></div>
        </div></div><a name="update()"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">update</td><td class="detailHeaderParens">()</td><td class="detailHeaderType">method</td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><code> public function update():<a href="../../specialTypes.html#void">void</a></code><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>Refreshes the scroll bar properties based on the width
         and height of the content.  This is useful if the content
         of the ScrollPane changes during run time.</p><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#refreshPane()" target="">refreshPane()</a></div><br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example creates a ScrollPane component instance and loads different images based on which buttons a user clicks:
          <div class="listing"><pre>import fl.containers.ScrollPane;
import fl.controls.Button;

var baseURL:String = "http://www.helpexamples.com/flash/images/";

var img1Button:Button = new Button();
img1Button.label = "Image 1";
img1Button.move(10, 10);
img1Button.addEventListener(MouseEvent.CLICK, clickHandler);
addChild(img1Button);

var img2Button:Button = new Button();
img2Button.label = "Image 2";
img2Button.move(10, 40);
img2Button.addEventListener(MouseEvent.CLICK, clickHandler);
addChild(img2Button);

var img3Button:Button = new Button();
img3Button.label = "Image 3";
img3Button.move(10, 70);
img3Button.addEventListener(MouseEvent.CLICK, clickHandler);
addChild(img3Button);

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.setSize(320, 240);
myScrollPane.move(120, 10);
myScrollPane.addEventListener(Event.COMPLETE, completeHandler);
addChild(myScrollPane);

function clickHandler(event:MouseEvent):void {
    switch (event.currentTarget) {
        case img1Button:
            myScrollPane.source = baseURL + "image1.jpg";
            break;
        case img2Button:
            myScrollPane.source = baseURL + "image2.jpg";
            break;
        case img3Button:
            myScrollPane.source = baseURL + "image3.jpg";
            break;
    }
}

function completeHandler(event:Event):void {
    myScrollPane.update();
}</pre></div>
        </div></div><div class="detailSectionHeader"> Event Detail </div><a name="event:complete"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">complete</td><td class="detailHeaderType"> Event </td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../flash/events/Event.html"><code>flash.events.Event</code></a><br/><span class="label">property Event.type  =  </span><a href="../../flash/events/Event.html#COMPLETE"><code>flash.events.Event.COMPLETE</code></a><br/><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>Dispatched when content has finished loading.</p>
          The
          <code>Event.COMPLETE</code>
          constant defines the value of the
          <code>type</code>
          property of a
          <code>complete</code>
          event object.
          <p>This event has the following properties:</p>
          
          <table class="innertable" ><tr><th>Property</th><th>Value</th></tr><tr><td>
                    <code>bubbles</code>
                  </td><td>
                    <code>false</code>
                  </td></tr><tr><td>
                    <code>cancelable</code>
                  </td><td>
                    <code>false</code>
                    ; there is no default behavior to cancel.
                  </td></tr><tr><td>
                    <code>currentTarget</code>
                  </td><td>The object that is actively processing the Event 
 object with an event listener.</td></tr><tr><td>
                    <code>target</code>
                  </td><td>The network object that has completed loading.</td></tr></table>
          
        <br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example creates a ScrollPane component instance, loads an 
 external image, and listens for the
          <code>progress</code>
          and
          <code>complete</code>
          events.
 Once the image load is complete, the ScrollPane is resized (using the
          <code>setSize()</code>
          method), centered on the stage, and added to the display list.
          <div class="listing"><pre>import fl.containers.ScrollPane;
import fl.controls.Label;

var url:String = "http://www.helpexamples.com/flash/images/image1.jpg";

var conversion:Number = 1024;

var myLabel:Label = new Label();
myLabel.autoSize = TextFieldAutoSize.LEFT;
myLabel.text = "";
myLabel.move(10, 10);
addChild(myLabel);

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.addEventListener(ProgressEvent.PROGRESS, progressHandler);
myScrollPane.addEventListener(Event.COMPLETE, completeHandler);
myScrollPane.load(new URLRequest(url));

function progressHandler(event:ProgressEvent):void {
    var bLoaded:int = int(event.bytesLoaded / conversion);
    var bTotal:int = int(event.bytesTotal / conversion);
    var pctLoaded:int = event.target.percentLoaded as int;
    myLabel.text = bLoaded + " of " + bTotal + " (" + pctLoaded + "%)";
}

function completeHandler(event:Event):void {
    var img:DisplayObject = myScrollPane.content;
    
    myScrollPane.removeEventListener(ProgressEvent.PROGRESS, progressHandler);
    myScrollPane.removeEventListener(Event.COMPLETE, completeHandler);
    removeChild(myLabel);

    myScrollPane.setSize(img.width, img.height);
    var newX:uint = (stage.stageWidth - myScrollPane.width) / 2;
    var newY:uint = (stage.stageHeight - myScrollPane.height) / 2;
    myScrollPane.move(newX, newY);
    addChild(myScrollPane);
}</pre></div>
        </div><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#event:progress" target="">progress</a></div></div><a name="event:init"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">init</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../flash/events/Event.html"><code>flash.events.Event</code></a><br/><span class="label">property Event.type  =  </span><a href="../../flash/events/Event.html#INIT"><code>flash.events.Event.INIT</code></a><br/><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          Dispatched when the properties and methods of a loaded SWF file are accessible. 
     The following conditions must exist for this event to be dispatched:
          <ul><li>All the properties and methods that are associated with the loaded object,
          as well as those that are associated with the component, must be accessible.</li><li>The constructors for all child objects must have completed.</li></ul>
          
        </p>
          The
          <code>Event.INIT</code>
          constant defines the value of the
          <code>type</code>
          property of an
          <code>init</code>
          event object.
          <p>This event has the following properties:</p>
          
          <table class="innertable" ><tr><th>Property</th><th>Value</th></tr><tr><td>
                    <code>bubbles</code>
                  </td><td>
                    <code>false</code>
                  </td></tr><tr><td>
                    <code>cancelable</code>
                  </td><td>
                    <code>false</code>
                    ; there is no default behavior to cancel.
                  </td></tr><tr><td>
                    <code>currentTarget</code>
                  </td><td>The object that is actively processing the Event 
 object with an event listener.</td></tr><tr><td>
                    <code>target</code>
                  </td><td>The LoaderInfo object associated with the SWF file being loaded.</td></tr></table>
          
        </div><a name="event:ioError"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">ioError</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../flash/events/IOErrorEvent.html"><code>flash.events.IOErrorEvent</code></a><br/><span class="label">property IOErrorEvent.type  =  </span><a href="../../flash/events/IOErrorEvent.html#IO_ERROR"><code>flash.events.IOErrorEvent.IO_ERROR</code></a><br/><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>Dispatched after an input or output error occurs.</p>
          Defines the value of the
          <code>type</code>
          property of an
          <code>ioError</code>
          event object.
          <p>This event has the following properties:</p>
          
          <table class="innertable" ><tr><th>Property</th><th>Value</th></tr><tr><td>
                    <code>bubbles</code>
                  </td><td>
                    <code>false</code>
                  </td></tr><tr><td>
                    <code>cancelable</code>
                  </td><td>
                    <code>false</code>
                    ; there is no default behavior to cancel.
                  </td></tr><tr><td>
                    <code>currentTarget</code>
                  </td><td>The object that is actively processing the Event 
 object with an event listener.</td></tr><tr><td>
                    <code>errorID</code>
                  </td><td>A reference number associated with the specific error (AIR only).</td></tr><tr><td>
                    <code>target</code>
                  </td><td>The network object experiencing the input/output error.</td></tr><tr><td>
                    <code>text</code>
                  </td><td>Text to be displayed as an error message.</td></tr></table>
          
        <br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example creates a UILoader component instance and attempts to load a nonexistent file, which causes the
          <code>ioError</code>
          event to be dispatched:
          <div class="listing"><pre>import fl.containers.UILoader;

var url:String = "http://www.helpexamples.com/flash/images/image404.jpg"

var myUILoader:UILoader = new UILoader();
myUILoader.load(new URLRequest(url));
myUILoader.move(10, 10);
myUILoader.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
addChild(myUILoader);

function ioErrorHandler(event:IOErrorEvent):void {
    trace("&lt;&lt;", event.text, "&gt;&gt;");
    myUILoader.removeEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
    removeChild(myUILoader);
}</pre></div>
        </div></div><a name="event:open"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">open</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../flash/events/Event.html"><code>flash.events.Event</code></a><br/><span class="label">property Event.type  =  </span><a href="../../flash/events/Event.html#OPEN"><code>flash.events.Event.OPEN</code></a><br/><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>Dispatched after a network operation starts.</p>
          The
          <code>Event.OPEN</code>
          constant defines the value of the
          <code>type</code>
          property of an
          <code>open</code>
          event object.
          <p>This event has the following properties:</p>
          
          <table class="innertable" ><tr><th>Property</th><th>Value</th></tr><tr><td>
                    <code>bubbles</code>
                  </td><td>
                    <code>false</code>
                  </td></tr><tr><td>
                    <code>cancelable</code>
                  </td><td>
                    <code>false</code>
                    ; there is no default behavior to cancel.
                  </td></tr><tr><td>
                    <code>currentTarget</code>
                  </td><td>The object that is actively processing the Event 
 object with an event listener.</td></tr><tr><td>
                    <code>target</code>
                  </td><td>The network object that has opened a connection.</td></tr></table>
          
        </div><a name="event:progress"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">progress</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../flash/events/ProgressEvent.html"><code>flash.events.ProgressEvent</code></a><br/><span class="label">property ProgressEvent.type  =  </span><a href="../../flash/events/ProgressEvent.html#PROGRESS"><code>flash.events.ProgressEvent.PROGRESS</code></a><br/><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>
          Dispatched when content is loading. This event is dispatched regardless of
     whether the load operation was triggered by an auto-load process or an explicit call to the
          <code>load()</code>
          method.
        </p>
          Defines the value of the
          <code>type</code>
          property of a
          <code>progress</code>
          event object.
          <p>This event has the following properties:</p>
          
          <table class="innertable" ><tr><th>Property</th><th>Value</th></tr><tr><td>
                    <code>bubbles</code>
                  </td><td>
                    <code>false</code>
                  </td></tr><tr><td>
                    <code>bytesLoaded</code>
                  </td><td>The number of items or bytes loaded at the time the listener processes the event.</td></tr><tr><td>
                    <code>bytesTotal</code>
                  </td><td>The total number of items or bytes that ultimately will  be loaded if the loading process succeeds.</td></tr><tr><td>
                    <code>cancelable</code>
                  </td><td>
                    <code>false</code>
                    ; there is no default behavior to cancel.
                  </td></tr><tr><td>
                    <code>currentTarget</code>
                  </td><td>The object that is actively processing the Event 
 object with an event listener.</td></tr><tr><td>
                    <code>target</code>
                  </td><td>The object reporting progress.</td></tr></table>
          
        <br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example creates a UILoader component instance that displays a loaded image, and a ProgressBar and Label component instance which display the current download status of the image:
          <div class="listing"><pre>import fl.containers.UILoader;
import fl.controls.Label;
import fl.controls.ProgressBar;
import fl.controls.ProgressBarMode;

var url:String = "http://www.helpexamples.com/flash/images/image3.jpg";

var myLabel:Label = new Label();
myLabel.autoSize = TextFieldAutoSize.LEFT;
myLabel.text = "";
myLabel.move(10, 10);
addChild(myLabel);

var myProgressBar:ProgressBar = new ProgressBar();
myProgressBar.mode = ProgressBarMode.MANUAL;
myProgressBar.move(10, 30);
addChild(myProgressBar);

var myUILoader:UILoader = new UILoader();
myUILoader.load(new URLRequest(url));
myUILoader.addEventListener(ProgressEvent.PROGRESS, progressHandler);
myUILoader.addEventListener(Event.COMPLETE, completeHandler);
myUILoader.move(10, 35);
addChild(myUILoader);

function progressHandler(event:ProgressEvent):void {
    var uiLdr:UILoader = event.currentTarget as UILoader;
    var kbLoaded:String = Number(uiLdr.bytesLoaded / 1024).toFixed(1);
    var kbTotal:String = Number(uiLdr.bytesTotal / 1024).toFixed(1);
    myLabel.text = kbLoaded + " of " + kbTotal + " KB" + " (" + Math.round(uiLdr.percentLoaded) + "%)";
    myProgressBar.setProgress(event.bytesLoaded, event.bytesTotal);
}

function completeHandler(event:Event):void {
    myLabel.visible = false;
    myProgressBar.visible = false;
    myUILoader.removeEventListener(ProgressEvent.PROGRESS, progressHandler);
    myUILoader.removeEventListener(Event.COMPLETE, completeHandler);
}</pre></div>
        </div><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#event:complete" target="">complete</a></div></div><a name="event:progress"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">progress</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../flash/events/ProgressEvent.html"><code>flash.events.ProgressEvent</code></a><br/><span class="label">property ProgressEvent.type  =  </span><a href="../../flash/events/ProgressEvent.html#PROGRESS"><code>flash.events.ProgressEvent.PROGRESS</code></a><br/><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>Dispatched while content is loading.</p>
          Defines the value of the
          <code>type</code>
          property of a
          <code>progress</code>
          event object.
          <p>This event has the following properties:</p>
          
          <table class="innertable" ><tr><th>Property</th><th>Value</th></tr><tr><td>
                    <code>bubbles</code>
                  </td><td>
                    <code>false</code>
                  </td></tr><tr><td>
                    <code>bytesLoaded</code>
                  </td><td>The number of items or bytes loaded at the time the listener processes the event.</td></tr><tr><td>
                    <code>bytesTotal</code>
                  </td><td>The total number of items or bytes that ultimately will  be loaded if the loading process succeeds.</td></tr><tr><td>
                    <code>cancelable</code>
                  </td><td>
                    <code>false</code>
                    ; there is no default behavior to cancel.
                  </td></tr><tr><td>
                    <code>currentTarget</code>
                  </td><td>The object that is actively processing the Event 
 object with an event listener.</td></tr><tr><td>
                    <code>target</code>
                  </td><td>The object reporting progress.</td></tr></table>
          
        <br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example loads an external image into a ScrollPane instance and displays the
          <code>bytesLoaded</code>
          ,
          <code>bytesTotal</code>
          and
          <code>percentLoaded</code>
          properties by listening for the
          <code>progress</code>
          and
          <code>complete</code>
          events:
          <div class="listing"><pre>import fl.containers.ScrollPane;

var url:String = "http://www.helpexamples.com/flash/images/image1.jpg";

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.setSize(320, 240);
myScrollPane.move(10, 10);
myScrollPane.addEventListener(ProgressEvent.PROGRESS, progressHandler);
myScrollPane.addEventListener(Event.COMPLETE, completeHandler);
myScrollPane.load(new URLRequest(url));
addChild(myScrollPane);

function progressHandler(event:ProgressEvent):void {
    var bLoaded:int = event.bytesLoaded;
    var bTotal:int = event.bytesTotal;
    var pctLoaded:int = int(event.currentTarget.percentLoaded);
    trace("progress: " + bLoaded + " of " + bTotal + " bytes loaded (" + pctLoaded + "%)");
}

function completeHandler(event:Event):void {
    trace("complete:");
}</pre></div>
        </div><p><span class="label">See also</span></p><div class="seeAlso"><a href="ScrollPane.html#event:complete" target="">complete</a><br/><a href="ScrollPane.html#bytesLoaded" target="">bytesLoaded</a><br/><a href="ScrollPane.html#bytesTotal" target="">bytesTotal</a><br/><a href="ScrollPane.html#percentLoaded" target="">percentLoaded</a></div></div><a name="event:scroll"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">scroll</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../fl/events/ScrollEvent.html"><code>fl.events.ScrollEvent</code></a><br/><span class="label">property ScrollEvent.type  =  </span><a href="../../fl/events/ScrollEvent.html#SCROLL"><code>fl.events.ScrollEvent.SCROLL</code></a><br/><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p>Dispatched when the user scrolls content by using the scroll bars on the
  component or the wheel on a mouse device.</p>
          Defines the value of the
          <code>type</code>
          property of a
          <code>scroll</code>
          event object.
          <p>This event has the following properties:</p>
          
          <table class="innertable" ><tr><th>Property</th><th>Value</th></tr><tr><td>
                    <code>bubbles</code>
                  </td><td>
                    <code>false</code>
                  </td></tr><tr><td>
                    <code>cancelable</code>
                  </td><td>
                    <code>false</code>
                    ; there is no default
      behavior to cancel.
                  </td></tr><tr><td>
                    <code>currentTarget</code>
                  </td><td>The object that is actively processing 
      the event object with an event listener.</td></tr><tr><td>
                    <code>delta</code>
                  </td><td>
                    <code>1</code>
                    ; a value that indicates
            how much scrolling was done.
                  </td></tr><tr><td>
                    <code>direction</code>
                  </td><td>
                    <code>vertical</code>
                    ; the direction of the
     ScrollBar.
                  </td></tr><tr><td>
                    <code>position</code>
                  </td><td>
                    <code>0</code>
                    ; the position of the
      Scrollbar thumb after it was moved.
                  </td></tr><tr><td>
                    <code>target</code>
                  </td><td>
                    The object that dispatched the event. The target is 
                   not always the object listening for the event. Use the
                    <code>currentTarget</code>
                    property to access the object that is listening for the event.
                  </td></tr></table>
          
        <br/><span class="label"> Example </span><br/><br/><div class="detailBody">
          The following example listens for the
          <code>scroll</code>
          event 
 and uses the
          <code>direction</code>
          property of the ScrollEvent class to 
 determine if the content was scrolled horizontally or vertically:
          <div class="listing"><pre>import fl.containers.ScrollPane;
import fl.events.ScrollEvent;
import fl.controls.ScrollBarDirection;

var myScrollPane:ScrollPane = new ScrollPane();
myScrollPane.scrollDrag = true;
myScrollPane.source = "http://www.helpexamples.com/flash/images/image1.jpg";
myScrollPane.addEventListener(ScrollEvent.SCROLL, scrollHandler);
addChild(myScrollPane);

function scrollHandler(event:ScrollEvent):void {
    switch (event.direction) {
        case ScrollBarDirection.HORIZONTAL:
            trace("horizontal scroll", event.position, "of", event.currentTarget.maxHorizontalScrollPosition);
            break;
        case ScrollBarDirection.VERTICAL:
            trace("vertical scroll", event.position, "of", event.currentTarget.maxVerticalScrollPosition);
            break;
    }
}</pre></div>
        </div></div><a name="event:securityError"></a><table class="detailHeader" cellpadding="0" cellspacing="0"><tr><td class="detailHeaderName">securityError</td><td class="detailHeaderType"> Event </td><td class="detailHeaderRule">&nbsp;</td></tr></table><div class="detailBody"><span class="label">Event Object Type: </span><a href="../../flash/events/SecurityErrorEvent.html"><code>flash.events.SecurityErrorEvent</code></a><br/><span class="label">property SecurityErrorEvent.type  =  </span><a href="../../flash/events/SecurityErrorEvent.html#SECURITY_ERROR"><code>flash.events.SecurityErrorEvent.SECURITY_ERROR</code></a><br/><p></p><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Language Version:&nbsp;</b></td><td>ActionScript 3.0</td></tr></table><table cellpadding="0" cellspacing="0" border="0"><tr><td style="white-space:nowrap" valign="top"><b>Runtime Versions:&nbsp;</b></td><td>AIR 1.0, Flash Player 9.0.28.0</td></tr></table><p></p><p></p><p>Dispatched after a security error occurs while content is loading.</p>
          The
          <code>SecurityErrorEvent.SECURITY_ERROR</code>
          constant defines the value of the
          <code>type</code>
          property of a
          <code>securityError</code>
          event object.
          <p>This event has the following properties:</p>
          
          <table class="innertable" ><tr><th>Property</th><th>Value</th></tr><tr><td>
                    <code>bubbles</code>
                  </td><td>
                    <code>false</code>
                  </td></tr><tr><td>
                    <code>cancelable</code>
                  </td><td>
                    <code>false</code>
                    ; there is no default behavior to cancel.
                  </td></tr><tr><td>
                    <code>currentTarget</code>
                  </td><td>The object that is actively processing the Event 
 object with an event listener.</td></tr><tr><td>
                    <code>target</code>
                  </td><td>The network object reporting the security error.</td></tr><tr><td>
                    <code>text</code>
                  </td><td>Text to be displayed as an error message.</td></tr></table>
          
        </div><a name="includeExamplesSummary"></a><div class="detailSectionHeader">Examples<span class="usage"><a href="../../ExampleInstruct.html"> How to use examples </a></span></div><div class="exampleHeader">ScrollPaneExample.as</div><br/><div class="detailBody">
        This example demonstrates how to initiate an instance of ScrollPane to load new content, activate 
 	dragging, and update the viewer's view relative to the entire image as they drag.
        <ol><li>
            Place an image
            <code>test.jpg</code>
            in the same directory as your FLA (the larger the better)
          </li><li>Add the ScrollPane component to your library</li><li>Save this code as ScrollPaneExample.as in the same directory as your FLA.</li><li>Set the DocumentClass in the FLA to ScrollPaneExample.</li></ol>
        
        <p>
          <b>Note:</b>
          The image must be larger than the ScrollPane (425x380) to interact with the image.
   The image must also be smaller than 2880 width and height in order for a image to appear in the preview window
   due to tha maximum dimensions of bitmap data.
        </p>
        <div class="listing"><pre>package
{
    import flash.display.Sprite;
    import flash.display.Shape;
    import flash.display.MovieClip;
    import flash.events.*;    
    import flash.geom.Rectangle;
    import flash.display.Bitmap;
    import flash.display.BitmapData;
    import fl.containers.ScrollPane;
    import fl.events.ScrollEvent;

    public class ScrollPaneExample extends Sprite
    {
        private var sampleImagePath:String = "test.jpg";
        private var sp:ScrollPane;
        private var previewPositioner:Sprite;
        private var windowSize:Number = 100;
        private var box:Sprite;
        
        public function ScrollPaneExample() {
            stage.frameRate = 31;
            createScrollPane();
        }
        private function createScrollPane():void {
            sp = new ScrollPane();
            sp.move(10,10);
            sp.setSize(425,380);
            sp.source = sampleImagePath;
            sp.addEventListener(Event.COMPLETE,createPreviewWindow);
            sp.addEventListener(ScrollEvent.SCROLL,repositionPreview);
            sp.scrollDrag = true;
            addChild(sp);            
        }
        private function createPreviewWindow(e:Event):void {
            var previewWindow:Sprite = new Sprite();
            previewWindow.x = 445;
            previewWindow.y = 10;
            previewWindow.graphics.lineStyle(1,0,1);
            previewWindow.graphics.drawRect(0,0,windowSize,windowSize);
            addChild(previewWindow);

            var bitmapData:BitmapData
            try {
                bitmapData = new BitmapData(sp.content.width,sp.content.height);
                bitmapData.draw(sp.content);
                var bitmap:Bitmap = new Bitmap(bitmapData);
                bitmap.width = windowSize;
                bitmap.height = windowSize;
                bitmap.alpha = 0.25
                previewWindow.addChild(bitmap);            
            }
            catch (e:Error) {
                trace(e.toString());
            }
            
            previewPositioner = new Sprite();
            previewPositioner.graphics.beginFill(0xFFFFFF,0.5);
            previewPositioner.graphics.lineStyle(1,0,0.5);
            previewPositioner.graphics.drawRect(0,0,getHorizontalAspect() * windowSize, getVerticalAspect() * windowSize);
            previewPositioner.addEventListener(MouseEvent.MOUSE_DOWN, dragPreviewPositioner);
            previewPositioner.addEventListener(MouseEvent.MOUSE_UP, dropPreviewPositioner);
            previewWindow.addChild(previewPositioner);
        }
        private function dragPreviewPositioner(e:MouseEvent):void {
            var bounds:Rectangle = new Rectangle(0,0,windowSize - Math.floor(previewPositioner.width) + 1,windowSize - Math.floor(previewPositioner.height) + 1);
            previewPositioner.startDrag(false,bounds);
            previewPositioner.addEventListener(MouseEvent.MOUSE_MOVE, repositionScrollPane);
        }
        private function dropPreviewPositioner(e:MouseEvent):void {
            previewPositioner.stopDrag();
            previewPositioner.removeEventListener(MouseEvent.MOUSE_MOVE, repositionScrollPane);
        }
        private function repositionScrollPane(e:MouseEvent):void {
            sp.horizontalScrollPosition = (previewPositioner.x / windowSize) * sp.content.width;
            sp.verticalScrollPosition = (previewPositioner.y / windowSize) * sp.content.height;
        }
        private function repositionPreview(e:ScrollEvent):void {
            previewPositioner.x = (sp.horizontalScrollPosition * windowSize) / sp.content.width;
            previewPositioner.y = (sp.verticalScrollPosition * windowSize) / sp.content.height;
        }
        private function getHorizontalAspect():Number {
            return sp.width / sp.content.width;
        }
        private function getVerticalAspect():Number {
            return sp.height / sp.content.height;
        }
    }
}</pre></div>
      </div><br/><br/><hr><br/><p></p><center class="copyright"> &copy; 2004-2008 Adobe Systems Incorporated. All rights reserved. <br/>Thu Oct 30 2008, 07:08 PM -07:00  </center><div style="display:none">ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane ScrollPane </div><div style="display:none">fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane fl.containers.ScrollPane </div></div></body></html><!-- &copy; 2004-2008 Adobe Systems Incorporated. All rights reserved. <br/>Thu Oct 30 2008, 07:08 PM -07:00  -->
