<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Loading an external .jpg, .png, or .gif bitmap image file in ActionScript 3.0</title>
	<atom:link href="http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/</link>
	<description>Knowledge is Power.</description>
	<lastBuildDate>Mon, 07 Dec 2009 20:08:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pligg.com</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/comment-page-1/#comment-8006</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Sat, 11 Jul 2009 03:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/#comment-8006</guid>
		<description>&lt;strong&gt;Loading an external .jpg, .png, or .gif bitmap image file in ActionScript 3.0...&lt;/strong&gt;

This tutorial will show you how to load external images using AS3 in Flash and Flex, as well as to handle events such as the completion of the image loading for true interactivity....</description>
		<content:encoded><![CDATA[<p><strong>Loading an external .jpg, .png, or .gif bitmap image file in ActionScript 3.0&#8230;</strong></p>
<p>This tutorial will show you how to load external images using AS3 in Flash and Flex, as well as to handle events such as the completion of the image loading for true interactivity&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Harley</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/comment-page-1/#comment-1310</link>
		<dc:creator>Jay Harley</dc:creator>
		<pubDate>Mon, 18 Aug 2008 08:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/#comment-1310</guid>
		<description>Well &#039;levels&#039; are not really applicable to AS3 per se.  It is really based around the Display List system.... You can control the layers of your images by ordering their place in the display list.

Display objects (such as your background) can be higher or lower in the display list.  You could put all of your objects &#039;on top of&#039;, or &#039;higher&#039; in the dislay list. 

I would read the Adobe tutorials to get some background on this.

Jay</description>
		<content:encoded><![CDATA[<p>Well &#8216;levels&#8217; are not really applicable to AS3 per se.  It is really based around the Display List system&#8230;. You can control the layers of your images by ordering their place in the display list.</p>
<p>Display objects (such as your background) can be higher or lower in the display list.  You could put all of your objects &#8216;on top of&#8217;, or &#8216;higher&#8217; in the dislay list. </p>
<p>I would read the Adobe tutorials to get some background on this.</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bushwa</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/comment-page-1/#comment-1293</link>
		<dc:creator>Bushwa</dc:creator>
		<pubDate>Mon, 11 Aug 2008 17:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/#comment-1293</guid>
		<description>I&#039;m trying to load the image and place it in the background, but I have yet to grasp not using levels in AS3.
Any suggestions?
Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to load the image and place it in the background, but I have yet to grasp not using levels in AS3.<br />
Any suggestions?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BiNHs</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/comment-page-1/#comment-1121</link>
		<dc:creator>BiNHs</dc:creator>
		<pubDate>Sun, 06 Jul 2008 07:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/#comment-1121</guid>
		<description>And what happen if I want to threat that image as a BitMapData?

As you said: &quot;If we want to manipulate it as a Bitmap however, we will have to cast it to the correct data type (not covered in this tutorial). &quot;

How can I do this?</description>
		<content:encoded><![CDATA[<p>And what happen if I want to threat that image as a BitMapData?</p>
<p>As you said: &#8220;If we want to manipulate it as a Bitmap however, we will have to cast it to the correct data type (not covered in this tutorial). &#8221;</p>
<p>How can I do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrian</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/comment-page-1/#comment-809</link>
		<dc:creator>Andrian</dc:creator>
		<pubDate>Mon, 02 Jun 2008 00:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/#comment-809</guid>
		<description>I have a similar set up it works with jpegs and pngs but it give me an &quot;Unknown file format loaded&quot; error for bitmaps?

Did anybody try this with bitmaps?</description>
		<content:encoded><![CDATA[<p>I have a similar set up it works with jpegs and pngs but it give me an &#8220;Unknown file format loaded&#8221; error for bitmaps?</p>
<p>Did anybody try this with bitmaps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/comment-page-1/#comment-645</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Thu, 08 May 2008 06:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/#comment-645</guid>
		<description>this is very nice u have done it without xml.
but i want to add more than one image,i want to add few images one after one and display them in fading effect.

plz tell me how......................</description>
		<content:encoded><![CDATA[<p>this is very nice u have done it without xml.<br />
but i want to add more than one image,i want to add few images one after one and display them in fading effect.</p>
<p>plz tell me how&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorial &#124; Loading an external .jpg, .png, or .gif bitmap image file in ActionScript 3.0 &#171; Flash Enabled Blog</title>
		<link>http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/comment-page-1/#comment-501</link>
		<dc:creator>Tutorial &#124; Loading an external .jpg, .png, or .gif bitmap image file in ActionScript 3.0 &#171; Flash Enabled Blog</dc:creator>
		<pubDate>Mon, 14 Apr 2008 19:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/03/28/loading-an-external-jpg-png-or-gif-file-in-actionscript-30/#comment-501</guid>
		<description>[...] Read the tutorial and download source files     No Comments   Leave a Commenttrackback addressThere was an error with your comment, please try again. name (required)email (will not be published) (required)url [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the tutorial and download source files     No Comments   Leave a Commenttrackback addressThere was an error with your comment, please try again. name (required)email (will not be published) (required)url [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.161 seconds -->
