<?xml version="1.0" encoding="UTF-8"?>
<book title="Using ActionScript 3.0 Components" directory="UsingComponentsV3" categories="components3" language="en" version="2.0" sort="mm_4">
	<level1 href="00000363.html" name="Introduction" />
		<level2 href="00000364.html" name="Intended audience" />
		<level2 href="00000365.html" name="System requirements" />
		<level2 href="00000366.html" name="About the documentation" />
		<level2 href="00000367.html" name="Typographical conventions" />
		<level2 href="00000368.html" name="Terms used in this manual" />
		<level2 href="00000369.html" name="Additional resources" />
	<level1 href="00000370.html" name="About ActionScript 3.0 Components" />
		<level2 href="00000371.html" name="Benefits of using components" />
		<level2 href="00000372.html" name="Component types" />
		<level2 href="00000373.html" name="Adding to and deleting from a document" />
				<level4 href="00000374.html" name="Deleting a component" />
		<level2 href="00000375.html" name="Finding the version" />
		<level2 href="00000376.html" name="ActionScript 3.0 event handling model" />
		<level2 href="00000377.html" name="A simple application" />
			<level3 href="00000378.html" name="Design of the application" />
			<level3 href="00000379.html" name="Creating the Greetings application" />
			<level3 href="00000380.html" name="Running subsequent examples" />
	<level1 href="00000381.html" name="Working with Components" />
		<level2 href="00000382.html" name="Component architecture" />
			<level3 href="00000383.html" name="ActionScript 3.0 FLA-based components" />
			<level3 href="00000384.html" name="SWC-based Components" />
			<level3 href="00000385.html" name="The ActionScript 3.0 Components API" />
		<level2 href="00000386.html" name="Working with component files" />
			<level3 href="00000387.html" name="Where component files are stored" />
			<level3 href="00000388.html" name="Where component source files are stored" />
			<level3 href="00000389.html" name="Component source files and Classpath" />
			<level3 href="00000390.html" name="Modifying the component files" />
		<level2 href="00000391.html" name="Debugging component applications" />
		<level2 href="00000392.html" name="Setting parameters and properties" />
			<level3 href="00000393.html" name="Setting component properties in ActionScript" />
		<level2 href="00000394.html" name="The library" />
		<level2 href="00000395.html" name="Sizing components" />
		<level2 href="00000396.html" name="Live Preview" />
		<level2 href="00000397.html" name="Handling events" />
			<level3 href="00000398.html" name="About event listeners" />
			<level3 href="00000399.html" name="About the event object" />
		<level2 href="00000400.html" name="Working with the display list" />
			<level3 href="00000401.html" name="Adding a component to the display list" />
			<level3 href="00000402.html" name="Moving a component in the display list" />
			<level3 href="00000403.html" name="Removing a component from the display list" />
		<level2 href="00000404.html" name="Working with FocusManager" />
		<level2 href="00000405.html" name="Working with List-based components" />
		<level2 href="00000406.html" name="Working with a DataProvider" />
			<level3 href="00000407.html" name="Creating a DataProvider" />
				<level4 href="00000408.html" name="Using the dataProvider parameter" />
				<level4 href="00000409.html" name="Using ActionScript" />
			<level3 href="00000410.html" name="Manipulating a DataProvider" />
		<level2 href="00000411.html" name="Working with a CellRenderer" />
			<level3 href="00000412.html" name="Formatting cells" />
			<level3 href="00000413.html" name="Defining a custom CellRenderer class" />
			<level3 href="00000414.html" name="CellRenderer properties" />
			<level3 href="00000415.html" name="Applying a CellRenderer for a column of a DataGrid object" />
			<level3 href="00000416.html" name="Defining a CellRenderer for an editable cell" />
			<level3 href="00000417.html" name="Using an image, SWF file, or movie clip as a CellRenderer" />
		<level2 href="00000418.html" name="Making components accessible" />
	<level1 href="00000419.html" name="Using the UI Components" />
		<level2 href="00000420.html" name="Using the Button" />
			<level3 href="00000421.html" name="User interaction with the Button" />
			<level3 href="00000422.html" name="Button parameters" />
			<level3 href="00000423.html" name="Creating an application with the Button" />
		<level2 href="00000424.html" name="Using the CheckBox" />
			<level3 href="00000425.html" name="User interaction with the CheckBox" />
			<level3 href="00000426.html" name="CheckBox parameters" />
			<level3 href="00000427.html" name="Creating an application with the CheckBox" />
		<level2 href="00000428.html" name="Using the ColorPicker" />
			<level3 href="00000429.html" name="User interaction with the ColorPicker" />
			<level3 href="00000430.html" name="ColorPicker parameters" />
			<level3 href="00000431.html" name="Creating an application with the ColorPicker" />
		<level2 href="00000432.html" name="Using the ComboBox" />
			<level3 href="00000433.html" name="User interaction with the ComboBox" />
			<level3 href="00000434.html" name="ComboBox parameters" />
			<level3 href="00000435.html" name="Creating an application with the ComboBox" />
		<level2 href="00000436.html" name="Using the DataGrid" />
			<level3 href="00000437.html" name="User interaction with the DataGrid" />
			<level3 href="00000438.html" name="DataGrid parameters" />
			<level3 href="00000439.html" name="Creating an application with the DataGrid" />
		<level2 href="00000440.html" name="Using the Label" />
			<level3 href="00000441.html" name="User interaction with the Label" />
			<level3 href="00000442.html" name="Label parameters" />
			<level3 href="00000443.html" name="Creating an application with the Label" />
		<level2 href="00000444.html" name="Using the List" />
			<level3 href="00000445.html" name="User interaction with the List" />
			<level3 href="00000446.html" name="List parameters" />
			<level3 href="00000447.html" name="Creating an application with the List" />
		<level2 href="00000448.html" name="Using the NumericStepper" />
			<level3 href="00000449.html" name="User interaction with the NumericStepper" />
			<level3 href="00000450.html" name="NumericStepper parameters" />
			<level3 href="00000451.html" name="Creating an application with the NumericStepper" />
		<level2 href="00000452.html" name="Using the ProgressBar" />
			<level3 href="00000453.html" name="User interaction with the ProgressBar" />
			<level3 href="00000454.html" name="ProgressBar parameters" />
			<level3 href="00000455.html" name="Creating an application with the ProgressBar" />
		<level2 href="00000456.html" name="Using the RadioButton" />
			<level3 href="00000457.html" name="User interaction with the RadioButton" />
			<level3 href="00000458.html" name="RadioButton parameters" />
			<level3 href="00000459.html" name="Creating an application with the RadioButton" />
		<level2 href="00000460.html" name="Using the ScrollPane" />
			<level3 href="00000461.html" name="User interaction with the ScrollPane" />
			<level3 href="00000462.html" name="ScrollPane parameters" />
			<level3 href="00000463.html" name="Creating an application with the ScrollPane" />
		<level2 href="00000464.html" name="Using the Slider" />
			<level3 href="00000465.html" name="User interaction with the Slider component" />
			<level3 href="00000466.html" name="Slider parameters" />
			<level3 href="00000467.html" name="Creating an application with the Slider" />
		<level2 href="00000468.html" name="Using the TextArea" />
			<level3 href="00000469.html" name="User interaction with the TextArea" />
			<level3 href="00000470.html" name="TextArea parameters" />
			<level3 href="00000471.html" name="Creating an application with the TextArea" />
		<level2 href="00000472.html" name="Using TextInput" />
			<level3 href="00000473.html" name="User interaction with TextInput" />
			<level3 href="00000474.html" name="TextInput parameters" />
			<level3 href="00000475.html" name="Creating an application with TextInput" />
		<level2 href="00000476.html" name="Using the TileList" />
			<level3 href="00000477.html" name="User interaction with the TileList" />
			<level3 href="00000478.html" name="TileList parameters" />
			<level3 href="00000479.html" name="Creating an application with the TileList" />
		<level2 href="00000480.html" name="Using the UILoader" />
			<level3 href="00000481.html" name="User interaction with the UILoader" />
			<level3 href="00000482.html" name="UILoader parameters" />
			<level3 href="00000483.html" name="Creating an application with the UILoader" />
		<level2 href="00000484.html" name="Using the UIScrollBar" />
			<level3 href="00000485.html" name="User interaction with the UIScrollBar" />
			<level3 href="00000486.html" name="UIScrollBar parameters" />
			<level3 href="00000487.html" name="Creating an application with the UIScrollBar" />
	<level1 href="00000488.html" name="Customizing the UI Components" />
		<level2 href="00000489.html" name="About UI component customization" />
		<level2 href="00000490.html" name="Setting styles" />
			<level3 href="00000491.html" name="Understanding style settings" />
			<level3 href="00000492.html" name="Accessing a component's default styles" />
			<level3 href="00000493.html" name="Setting and getting styles on a component instance" />
				<level4 href="00000494.html" name="Using TextFormat to set text properties" />
			<level3 href="00000495.html" name="Setting a style for all instances of a component" />
			<level3 href="00000496.html" name="Setting a style for all components" />
		<level2 href="00000497.html" name="About Skins" />
			<level3 href="00000498.html" name="Creating a new skin" />
				<level4 href="00000499.html" name="Creating a skin for all instances" />
				<level4 href="00000500.html" name="Creating skins for some instances" />
		<level2 href="00000501.html" name="Customizing the Button" />
			<level3 href="00000502.html" name="Using styles with the Button" />
			<level3 href="00000503.html" name="Using skins with the Button" />
		<level2 href="00000504.html" name="Customizing the CheckBox" />
			<level3 href="00000505.html" name="Using styles with the CheckBox" />
			<level3 href="00000506.html" name="Using skins with the CheckBox" />
		<level2 href="00000507.html" name="Customizing the ColorPicker" />
			<level3 href="00000508.html" name="Using Styles with the ColorPicker" />
			<level3 href="00000509.html" name="Using Skins with the ColorPicker" />
		<level2 href="00000510.html" name="Customizing the ComboBox" />
			<level3 href="00000511.html" name="Using Styles with the ComboBox" />
			<level3 href="00000512.html" name="Using Skins with the ComboBox" />
		<level2 href="00000513.html" name="Customizing the DataGrid" />
			<level3 href="00000514.html" name="Using styles with the DataGrid" />
				<level4 href="00000515.html" name="Setting styles for an individual column" />
				<level4 href="00000516.html" name="Setting header styles" />
			<level3 href="00000517.html" name="Using skins with the DataGrid" />
		<level2 href="00000518.html" name="Customizing the Label" />
			<level3 href="00000519.html" name="Using styles with the Label" />
			<level3 href="00000520.html" name="Using skins with the Label" />
		<level2 href="00000521.html" name="Customizing the List" />
			<level3 href="00000522.html" name="Using styles with the List" />
			<level3 href="00000523.html" name="Using skins with the List" />
		<level2 href="00000524.html" name="Customizing the NumericStepper" />
			<level3 href="00000525.html" name="Using styles with the NumericStepper" />
			<level3 href="00000526.html" name="Using skins with the NumericStepper" />
		<level2 href="00000527.html" name="Customizing the ProgressBar" />
			<level3 href="00000528.html" name="Using styles with the ProgressBar" />
			<level3 href="00000529.html" name="Using skins with the ProgressBar" />
		<level2 href="00000530.html" name="Customizing the RadioButton" />
			<level3 href="00000531.html" name="Using styles with the RadioButton" />
			<level3 href="00000532.html" name="Using skins with the RadioButton" />
		<level2 href="00000533.html" name="Customizing the ScrollPane" />
			<level3 href="00000534.html" name="Using styles with the ScrollPane" />
			<level3 href="00000535.html" name="Using skins with the ScrollPane" />
		<level2 href="00000536.html" name="Customizing the Slider" />
			<level3 href="00000537.html" name="Using styles with the Slider" />
			<level3 href="00000538.html" name="Using skins with the Slider" />
		<level2 href="00000539.html" name="Customizing the TextArea" />
			<level3 href="00000540.html" name="Using styles with the TextArea" />
			<level3 href="00000541.html" name="Using skins with the TextArea" />
		<level2 href="00000542.html" name="Customizing the TextInput" />
			<level3 href="00000543.html" name="Using styles with the TextInput" />
			<level3 href="00000544.html" name="Using skins with the TextInput" />
		<level2 href="00000545.html" name="Customizing the TileList" />
			<level3 href="00000546.html" name="Using styles with the TileList" />
			<level3 href="00000547.html" name="Using skins with the TileList" />
		<level2 href="00000548.html" name="Customizing the UILoader" />
		<level2 href="00000549.html" name="Customizing the UIScrollBar" />
			<level3 href="00000550.html" name="Using styles with the UIScrollBar" />
			<level3 href="00000551.html" name="Using skins with the UIScrollBar" />
	<level1 href="00000552.html" name="Using the FLVPlayback Component" />
		<level2 href="00000553.html" name="Using the FLVPlayback component" />
			<level3 href="00000554.html" name="Creating an application with the FLVPlayback component" />
			<level3 href="00000555.html" name="FLVPlayback component parameters" />
				<level4 href="00000556.html" name="Specifying the source parameter" />
			<level3 href="00000557.html" name="Using Live Preview" />
			<level3 href="00000558.html" name="Full screen support" />
			<level3 href="00000559.html" name="Layout alignment for playing multiple FLV files" />
			<level3 href="00000560.html" name="Automatic playing of progressively downloaded FLV files" />
			<level3 href="00000561.html" name="Using cue points" />
				<level4 href="00000562.html" name="Using the Flash Video Cue Points dialog box" />
				<level4 href="00000563.html" name="Using ActionScript with cue points" />
				<level4 href="00000564.html" name="Adding ActionScript cue points" />
				<level4 href="00000565.html" name="Listening for cuePoint events" />
				<level4 href="00000566.html" name="Finding cue points" />
				<level4 href="00000567.html" name="Seeking navigation cue points" />
				<level4 href="00000568.html" name="Enabling and disabling embedded FLV file cue points" />
				<level4 href="00000569.html" name="Removing an ActionScript cue point" />
			<level3 href="00000570.html" name="Playing multiple FLV files" />
				<level4 href="00000571.html" name="Using multiple video players" />
			<level3 href="00000572.html" name="Streaming FLV files from Flash Media Server" />
				<level4 href="00000573.html" name="For native bandwidth detection or no bandwidth detection" />
				<level4 href="00000574.html" name="For non-native bandwidth detection" />
		<level2 href="00000575.html" name="Customizing the FLVPlayback component" />
			<level3 href="00000576.html" name="Selecting a predesigned skin" />
			<level3 href="00000577.html" name="Skinning FLV Playback Custom UI components individually" />
				<level4 href="00000578.html" name="Button components" />
				<level4 href="00000579.html" name="BufferingBar component" />
				<level4 href="00000580.html" name="SeekBar and VolumeBar components" />
				<level4 href="00000581.html" name="Connecting your FLV Playback Custom UI components" />
			<level3 href="00000582.html" name="Creating a new skin" />
				<level4 href="00000583.html" name="Using the skin layout" />
				<level4 href="00000584.html" name="Buffering bar" />
				<level4 href="00000585.html" name="Seek bar and volume bar" />
				<level4 href="00000586.html" name="Background and foreground clips" />
			<level3 href="00000587.html" name="Modifying skin behavior" />
		<level2 href="00000588.html" name="Using a SMIL file" />
			<level3 href="00000589.html" name="&lt;smil&gt;" />
			<level3 href="00000590.html" name="&lt;head&gt;" />
			<level3 href="00000591.html" name="&lt;meta&gt;" />
			<level3 href="00000592.html" name="&lt;layout&gt;" />
			<level3 href="00000593.html" name="&lt;root-layout&gt;" />
			<level3 href="00000594.html" name="&lt;body&gt;" />
			<level3 href="00000595.html" name="&lt;video&gt;" />
			<level3 href="00000596.html" name="&lt;ref&gt;" />
			<level3 href="00000597.html" name="&lt;switch&gt;" />
	<level1 href="00000598.html" name="Using the FLVPlayback Captioning Component" />
		<level2 href="00000599.html" name="Using the FLVPlaybackCaptioning component" />
			<level3 href="00000600.html" name="Adding captioning to the FLVPlayback component" />
			<level3 href="00000601.html" name="Setting the FLVPlaybackCaptioning component parameters" />
				<level4 href="00000602.html" name="Specifying the source parameter" />
				<level4 href="00000603.html" name="Displaying captions" />
		<level2 href="00000604.html" name="Using Timed Text captions" />
		<level2 href="00000605.html" name="Using cue points with captioning" />
				<level4 href="00000606.html" name="Understanding FLVPlaybackCaptioning cue point standards" />
				<level4 href="00000607.html" name="Understanding how to create captioning for event embedded cue points" />
				<level4 href="00000608.html" name="Supporting multiple language tracks with embedded cue points" />
		<level2 href="00000609.html" name="Playing multiple FLV files with captioning" />
		<level2 href="00000610.html" name="Customizing the FLVPlaybackCaptioning component" />
	<level1 href="00000611.html" name="Timed Text Tags" />
	<level1 href="help_index.html" name="Index" />
</book>