<?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; CheckBox</title>
	<atom:link href="http://actionscriptexamples.com/tag/checkbox/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>Creating a multiline CheckBox component in Flash using ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/12/01/creating-a-multiline-checkbox-component-in-flash-using-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/12/01/creating-a-multiline-checkbox-component-in-flash-using-actionscript-30/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 15:08:05 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[TextField]]></category>
		<category><![CDATA[wordWrap]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=88</guid>
		<description><![CDATA[The following example shows how you can create a multiline CheckBox control in Flash by setting the wordWrap property on the CheckBox component&#8217;s internal textField property. Full code after the jump. // ActionScript 3.0 /* Requires: * - A CheckBox control in your Flash library. */ import fl.controls.CheckBox; &#160; var checkBox:CheckBox = new CheckBox&#40;&#41;; checkBox.label [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/12/01/creating-a-multiline-checkbox-component-in-flash-using-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Using embedded fonts with the CheckBox control in Flash with ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/11/27/using-embedded-fonts-with-the-checkbox-control-in-flash-with-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/11/27/using-embedded-fonts-with-the-checkbox-control-in-flash-with-actionscript-30/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 14:31:40 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[embedFonts]]></category>
		<category><![CDATA[fontName]]></category>
		<category><![CDATA[textFormat]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=72</guid>
		<description><![CDATA[The following example shows how you can use an embedded font with the Flash ActionScript 3.0 CheckBox control by setting the textFormat and embedFonts styles. Full code after the jump. Note: The following example requires a CheckBox control in your Flash document&#8217;s library, as well as an embedded font with the linkage class set to [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/11/27/using-embedded-fonts-with-the-checkbox-control-in-flash-with-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
