<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActionScript Examples &#187; Components</title>
	<atom:link href="http://actionscriptexamples.com/category/components/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Mon, 28 Jun 2010 18:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adding tick marks to a Slider control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2009/03/07/adding-tick-marks-to-a-slider-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2009/03/07/adding-tick-marks-to-a-slider-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 08:26:17 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Slider]]></category>
		<category><![CDATA[tickInterval]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=348</guid>
		<description><![CDATA[The following example shows how you can add tick marks to a Flash/ActionScript 3.0 Slider control by setting the tickInterval property. Full code after the jump. // ActionScript 3.0 /** * Requires: * - Slider control in the Flash library. */ import fl.controls.Slider; &#160; var slider:Slider = new Slider&#40;&#41;; slider.tickInterval = 1; slider.move&#40;20, 20&#41;; addChild&#40;slider&#41;;]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2009/03/07/adding-tick-marks-to-a-slider-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating a vertical Slider control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2009/03/05/creating-a-vertical-slider-control-in-flash-using-actionscript-30-2/</link>
		<comments>http://actionscriptexamples.com/2009/03/05/creating-a-vertical-slider-control-in-flash-using-actionscript-30-2/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 15:10:29 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Slider]]></category>
		<category><![CDATA[direction]]></category>
		<category><![CDATA[SliderDirection]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=345</guid>
		<description><![CDATA[The following example shows how you can create a horizontal or vertical Slider control in Flash using ActionScript 3.0 by setting the Slider control&#8217;s direction property to one of the static constants in the fl.controls.SliderDirection class (SliderDirection.HORIZONTAL or SliderDirection.VERTICAL). Full code after the jump. /** THIS EXAMPLE REQUIRES A COMBOBOX AND SLIDER COMPONENT IN YOUR [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2009/03/05/creating-a-vertical-slider-control-in-flash-using-actionscript-30-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Rotating a Sprite object around its x-axis in Flash using ActionScript 3.0 and Flash Player 10</title>
		<link>http://actionscriptexamples.com/2009/02/26/rotating-a-sprite-object-around-its-x-axis-in-flash-using-actionscript-30-and-flash-player-10/</link>
		<comments>http://actionscriptexamples.com/2009/02/26/rotating-a-sprite-object-around-its-x-axis-in-flash-using-actionscript-30-and-flash-player-10/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 03:45:27 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[drawRect()]]></category>
		<category><![CDATA[rotationX]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=338</guid>
		<description><![CDATA[The following example shows how you can 3D rotate a Sprite object around its x-axis with Flash, ActionScript 3.0, and Flash Player 10 by setting the object&#8217;s rotationX property. Full code after the jump. // http://actionscriptexamples.com/2009/02/26/rotating-a-sprite-object-around-its-x-axis-in-flash-using-actionscript-30-and-flash-player-10/ // ActionScript 3.0 /** Requires: * - Slider control in Flash library. * - Publish for Flash Player 10. [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2009/02/26/rotating-a-sprite-object-around-its-x-axis-in-flash-using-actionscript-30-and-flash-player-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Detecting when the user changes the color in a ColorPicker control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/28/detecting-when-the-user-changes-the-color-in-a-colorpicker-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/28/detecting-when-the-user-changes-the-color-in-a-colorpicker-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 16:03:20 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ColorPicker]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[ColorPickerEvent]]></category>
		<category><![CDATA[TextField]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=315</guid>
		<description><![CDATA[The following example shows how you can detect when the selected color in a Flash ActionScript 3.0 ColorPicker component by listening for the change event (using the static ColorPickerEvent.CHANGE constant). Full code after the jump. // ActionScript 3.0 /* Requires: * - ColorPicker control in the Flash library */ import fl.controls.ColorPicker; import fl.events.ColorPickerEvent; &#160; var [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/28/detecting-when-the-user-changes-the-color-in-a-colorpicker-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the currently selected color as a hexadecimal value on a ColorPicker control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/23/getting-the-currently-selected-color-as-a-hexadecimal-value-on-a-colorpicker-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/23/getting-the-currently-selected-color-as-a-hexadecimal-value-on-a-colorpicker-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 22:33:36 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ColorPicker]]></category>
		<category><![CDATA[hexValue]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=327</guid>
		<description><![CDATA[The following example shows how you can get the currently selected color as a hexadecimal value on a Flash ActionScript 3.0 ColorPicker component by using the read-only hexValue property. Full code after the jump. // ActionScript 3.0 /* Requires: * - ColorPicker control in Flash library * - Label control in Flash library */ import [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/23/getting-the-currently-selected-color-as-a-hexadecimal-value-on-a-colorpicker-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toggling the text field on the ColorPicker control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/23/toggling-the-text-field-on-the-colorpicker-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/23/toggling-the-text-field-on-the-colorpicker-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 18:46:23 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ColorPicker]]></category>
		<category><![CDATA[showTextField]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=324</guid>
		<description><![CDATA[The following example shows how you can toggle the text field on the Flash ActionScript 3.0 ColorPicker control by setting the Boolean showTextField property. Full code after the jump. // ActionScript 3.0 /* Requires: * - CheckBox control in Flash library * - ColorPicker control in Flash library */ import fl.controls.CheckBox; import fl.controls.ColorPicker; &#160; var [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/23/toggling-the-text-field-on-the-colorpicker-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the number of columns on a ColorPicker control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/23/setting-the-number-of-columns-on-a-colorpicker-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/23/setting-the-number-of-columns-on-a-colorpicker-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 18:21:35 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ColorPicker]]></category>
		<category><![CDATA[columnCount]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=319</guid>
		<description><![CDATA[The following example shows how you can set the number of columns on a Flash ActionScript 3.0 ColorPicker control&#8217;s pop up menu by setting the columnCount style. Full code after the jump. // ActionScript 3.0 /* Requires: * - ColorPicker control in Flash library * - Slider control in Flash library */ import fl.controls.ColorPicker; import [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/23/setting-the-number-of-columns-on-a-colorpicker-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the data provider on the ColorPicker control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/23/changing-the-data-provider-on-the-colorpicker-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/23/changing-the-data-provider-on-the-colorpicker-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 17:38:24 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[ColorPicker]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[columnCount]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=316</guid>
		<description><![CDATA[The following example shows how you can set the data provider for the Flash ActionScript 3.0 ColorPicker component by setting the colors property. Full code after the jump. // ActionScript 3.0 /* Requires: * - ColorPicker control in Flash library */ var arr:Array = &#91;0x000000, 0x110000, 0x220000, 0x330000, 0x440000, 0x550000, 0x660000, 0x770000, 0x880000, 0x990000, 0xAA0000, [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/23/changing-the-data-provider-on-the-colorpicker-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling a TextInput component in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/22/disabling-a-textinput-component-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/22/disabling-a-textinput-component-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 19:48:29 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[TextInput]]></category>
		<category><![CDATA[enabled]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=309</guid>
		<description><![CDATA[The following example shows how you can enable or disable a Flash ActionScript 3.0 TextInput control by setting the Boolean enabled property. Full code after the jump. // ActionScript 3.0 /* Requires: * - CheckBox component in Flash library * - TextInput component in Flash library */ import fl.controls.CheckBox; import fl.controls.TextInput; &#160; var checkBox:CheckBox = [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/22/disabling-a-textinput-component-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Creating an uneditable TextInput control in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/22/creating-an-uneditable-textinput-control-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/22/creating-an-uneditable-textinput-control-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 19:37:35 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[TextInput]]></category>
		<category><![CDATA[editable]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=307</guid>
		<description><![CDATA[The following example shows how you can create an uneditable Flash ActionScript 3.0 TextInput control by setting the Boolean editable property. Full code after the jump. // ActionScript 3.0 /* Requires: * - CheckBox component in Flash library * - TextInput component in Flash library */ import fl.controls.CheckBox; import fl.controls.TextInput; &#160; var checkBox:CheckBox = new [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/22/creating-an-uneditable-textinput-control-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
