<?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; Loader</title>
	<atom:link href="http://actionscriptexamples.com/category/loader/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>Copying a dynamically loaded image&#8217;s pixels to a new Bitmap instance</title>
		<link>http://actionscriptexamples.com/2008/11/24/copying-a-dynamically-loaded-images-pixels-to-a-new-bitmap-instance/</link>
		<comments>http://actionscriptexamples.com/2008/11/24/copying-a-dynamically-loaded-images-pixels-to-a-new-bitmap-instance/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 00:20:23 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Loader]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/?p=31</guid>
		<description><![CDATA[The following example shows how you can dynamically load an image at runtime using the ActionScript 3.0 Loader class and then copy the image&#8217;s pixels into four separate Bitmap object instances on the display list by using the Loader instance&#8217;s content property and bitmapData properties. Full code after the jump. // ActionScript 3.0 const IMAGE_URL:String [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/11/24/copying-a-dynamically-loaded-images-pixels-to-a-new-bitmap-instance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Positioning a dynamically loaded image in ActionScript 2.0 and ActionScript 3.0 using the MovieClipLoader class and Loader class</title>
		<link>http://actionscriptexamples.com/2008/03/03/positioning-a-dynamically-loaded-image-in-actionscript-20-and-actionscript-30-using-the-moviecliploader-class-and-loader-class/</link>
		<comments>http://actionscriptexamples.com/2008/03/03/positioning-a-dynamically-loaded-image-in-actionscript-20-and-actionscript-30-using-the-moviecliploader-class-and-loader-class/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 01:41:57 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Loader]]></category>
		<category><![CDATA[MovieClipLoader]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[contentLoaderInfo]]></category>
		<category><![CDATA[loadClip()]]></category>
		<category><![CDATA[onLoadInit]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/03/positioning-a-dynamically-loaded-image-in-actionscript-20-and-actionscript-30-using-the-moviecliploader-class-and-loader-class/</guid>
		<description><![CDATA[The following examples show how you can dynamically load an image, calculate its width and height, and center the image on the Stage in ActionScript 2.0 and ActionScript 3.0 using the MovieClipLoader class (ActionScript 2.0) and the Loader class (ActionScript 3.0). Full code after the jump. The following example shows how you can load and [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/03/positioning-a-dynamically-loaded-image-in-actionscript-20-and-actionscript-30-using-the-moviecliploader-class-and-loader-class/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dynamically loading an image in ActionScript 2.0 and ActionScript 3.0</title>
		<link>http://actionscriptexamples.com/2008/03/02/dynamically-loading-an-image-in-actionscript-20-and-actionscript-30/</link>
		<comments>http://actionscriptexamples.com/2008/03/02/dynamically-loading-an-image-in-actionscript-20-and-actionscript-30/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 08:37:35 +0000</pubDate>
		<dc:creator>Peter deHaan</dc:creator>
				<category><![CDATA[Loader]]></category>
		<category><![CDATA[MovieClip]]></category>
		<category><![CDATA[createEmptyMovieClip()]]></category>
		<category><![CDATA[loadMovie()]]></category>

		<guid isPermaLink="false">http://actionscriptexamples.com/2008/03/02/dynamically-loading-an-image-in-actionscript-20-and-actionscript-30/</guid>
		<description><![CDATA[The following examples show how you can dynamically load an image in ActionScript 2.0 and ActionScript 3.0 using the MovieClip class and Loader class. Full code after the jump. The following example shows how you can dynamically load an image using the createEmptyMovieClip() and loadMovie() methods in ActionScript 2.0: // ActionScript 2.0 var url:String = [...]]]></description>
		<wfw:commentRss>http://actionscriptexamples.com/2008/03/02/dynamically-loading-an-image-in-actionscript-20-and-actionscript-30/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
