<?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: AS3 PV3D Preloader</title>
	<atom:link href="http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/</link>
	<description>A blog about Flash Actionscript and related technologies.</description>
	<lastBuildDate>Sun, 25 Apr 2010 21:17:28 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Kinga</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-101</link>
		<dc:creator>Kinga</dc:creator>
		<pubDate>Mon, 23 Nov 2009 00:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-101</guid>
		<description>Sorry, I have also problems with the progress bar and text. Any way of fixing this? Thanks :)</description>
		<content:encoded><![CDATA[<p>Sorry, I have also problems with the progress bar and text. Any way of fixing this? Thanks <img src='http://blog.designmarco.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-86</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 18 Sep 2009 21:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-86</guid>
		<description>It should work now.</description>
		<content:encoded><![CDATA[<p>It should work now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-85</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-85</guid>
		<description>Error: Error #2099: The loading object is not sufficiently loaded to provide this information.
	at flash.display::LoaderInfo/get content()
	at Preloader/ioErrorHandler()
Papervision3D Public Alpha 3.0 - PapervisionX (18.09.08)</description>
		<content:encoded><![CDATA[<p>Error: Error #2099: The loading object is not sufficiently loaded to provide this information.<br />
	at flash.display::LoaderInfo/get content()<br />
	at Preloader/ioErrorHandler()<br />
Papervision3D Public Alpha 3.0 &#8211; PapervisionX (18.09.08)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-84</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Fri, 18 Sep 2009 18:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-84</guid>
		<description>Hello your loading bar does not seem to show is there any possible way of fixing this?</description>
		<content:encoded><![CDATA[<p>Hello your loading bar does not seem to show is there any possible way of fixing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hellen CLARK</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-73</link>
		<dc:creator>Hellen CLARK</dc:creator>
		<pubDate>Thu, 26 Mar 2009 20:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-73</guid>
		<description>I like your blog and wanted to say keep up the good work.  Do you plan on posting more soon?</description>
		<content:encoded><![CDATA[<p>I like your blog and wanted to say keep up the good work.  Do you plan on posting more soon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-72</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Wed, 25 Mar 2009 04:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-72</guid>
		<description>@Anthony
You&#039;re probably trying to access the stage before it&#039;s been added to the display list. I recommend using an Event.ADDED_TO_STAGE event so you know it&#039;s available.</description>
		<content:encoded><![CDATA[<p>@Anthony<br />
You&#8217;re probably trying to access the stage before it&#8217;s been added to the display list. I recommend using an Event.ADDED_TO_STAGE event so you know it&#8217;s available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-71</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 25 Mar 2009 03:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-71</guid>
		<description>Hi! great preloader! 

i was trying to get it to preload a papervision swf file i created.

but i get the error

TypeError: Error #1009: Cannot access a property or method of a null object reference

i know its probably something really easy but ive been coding for somewhere near 15 hours now and my brain is dead. 

Thank you!!!</description>
		<content:encoded><![CDATA[<p>Hi! great preloader! </p>
<p>i was trying to get it to preload a papervision swf file i created.</p>
<p>but i get the error</p>
<p>TypeError: Error #1009: Cannot access a property or method of a null object reference</p>
<p>i know its probably something really easy but ive been coding for somewhere near 15 hours now and my brain is dead. </p>
<p>Thank you!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-64</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Wed, 04 Mar 2009 23:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-64</guid>
		<description>@David
Nice Catch David, I just updated the preloader with a fix that resolves the issue.</description>
		<content:encoded><![CDATA[<p>@David<br />
Nice Catch David, I just updated the preloader with a fix that resolves the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos Katsikanis</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-62</link>
		<dc:creator>Nikos Katsikanis</dc:creator>
		<pubDate>Wed, 04 Mar 2009 13:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-62</guid>
		<description>HI, good job and thanks for sharing. How would you integrate this into a flex pre loader?</description>
		<content:encoded><![CDATA[<p>HI, good job and thanks for sharing. How would you integrate this into a flex pre loader?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.designmarco.com/2008/05/26/as3-pv3d-preloader/comment-page-1/#comment-61</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 04 Mar 2009 13:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.designmarco.com/?p=16#comment-61</guid>
		<description>Hi,
this is wonderfull simple... I don&#039;t understand what i think is a little bug on IE.

If i reload the page the loader goes on TL position and there is no way to have it at the middle of the page...(on firefox and safari it&#039;s ok both on mac or pc)

some ideas?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
this is wonderfull simple&#8230; I don&#8217;t understand what i think is a little bug on IE.</p>
<p>If i reload the page the loader goes on TL position and there is no way to have it at the middle of the page&#8230;(on firefox and safari it&#8217;s ok both on mac or pc)</p>
<p>some ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
