<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for New Movieclip()</title>
	<atom:link href="http://newmovieclip.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://newmovieclip.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 30 Jun 2009 12:06:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Preloader in Flash CS3 &#8211; Actionscript 3.0 way by Rich B</title>
		<link>http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21894</link>
		<dc:creator>Rich B</dc:creator>
		<pubDate>Tue, 30 Jun 2009 12:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21894</guid>
		<description>Nice simple article, exactly what a tutorial should be all about. Brilliant!</description>
		<content:encoded><![CDATA[<p>Nice simple article, exactly what a tutorial should be all about. Brilliant!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preloader in Flash CS3 &#8211; Actionscript 3.0 way by Andy</title>
		<link>http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21893</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 27 Jun 2009 14:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21893</guid>
		<description>@Bryon: Did you already create a text field named &quot;loadProgress_txt&quot; in the frame prior to entering the code? If so that might be the source of the conflict.</description>
		<content:encoded><![CDATA[<p>@Bryon: Did you already create a text field named &#8220;loadProgress_txt&#8221; in the frame prior to entering the code? If so that might be the source of the conflict.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preloader in Flash CS3 &#8211; Actionscript 3.0 way by Bryon Leigh Reece</title>
		<link>http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21892</link>
		<dc:creator>Bryon Leigh Reece</dc:creator>
		<pubDate>Sat, 27 Jun 2009 00:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21892</guid>
		<description>Grateful for sites like this and all the efforts to teach us newbies! :-) Though the code didn&#039;t work for me...it doesn&#039;t mean it doesn&#039;t work. I&#039;m sure it does. I did go to another site and found this code. It had a video and .fla files and code seemed simple.
I wanted to share the link because I&#039;ve at this for days and I finally got the code that works for me. :-)

I found this code on http://theflashblog.com/?p=438
This works perfect! Maybe I just needed to see a video…

var l:Loader = new Loader();
l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loop);
l.contentLoaderInfo.addEventListener(Event.COMPLETE, done);
l.load(new URLRequest(“content.swf));

function loop(e:ProgressEvent):void
{
var perc:Number = e.bytesLoaded / e.bytesTotal;
percent.text = Math.ceil(perc*100).toString();
}

function done(e:Event):void
{
removeChildAt(0);
percent = null;
addChild(l);
}</description>
		<content:encoded><![CDATA[<p>Grateful for sites like this and all the efforts to teach us newbies! <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile.png' alt=':-)' class='wp-smiley' />  Though the code didn&#8217;t work for me&#8230;it doesn&#8217;t mean it doesn&#8217;t work. I&#8217;m sure it does. I did go to another site and found this code. It had a video and .fla files and code seemed simple.<br />
I wanted to share the link because I&#8217;ve at this for days and I finally got the code that works for me. <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>I found this code on <a href="http://theflashblog.com/?p=438" rel="nofollow">http://theflashblog.com/?p=438</a><br />
This works perfect! Maybe I just needed to see a video…</p>
<p>var l:Loader = new Loader();<br />
l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loop);<br />
l.contentLoaderInfo.addEventListener(Event.COMPLETE, done);<br />
l.load(new URLRequest(“content.swf));</p>
<p>function loop(e:ProgressEvent):void<br />
{<br />
var perc:Number = e.bytesLoaded / e.bytesTotal;<br />
percent.text = Math.ceil(perc*100).toString();<br />
}</p>
<p>function done(e:Event):void<br />
{<br />
removeChildAt(0);<br />
percent = null;<br />
addChild(l);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More about preloading in Flash CS3 by Bryon</title>
		<link>http://newmovieclip.wordpress.com/2007/04/30/more-about-preloading-in-flash-cs3/#comment-21891</link>
		<dc:creator>Bryon</dc:creator>
		<pubDate>Fri, 26 Jun 2009 23:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://newmovieclip.wordpress.com/2007/04/30/more-about-preloading-in-flash-cs3/#comment-21891</guid>
		<description>I found this code on http://theflashblog.com/?p=438
This works perfect! Maybe I just needed to see a video...

var l:Loader = new Loader();
l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loop);
l.contentLoaderInfo.addEventListener(Event.COMPLETE, done);
l.load(new URLRequest(“content.swf));

function loop(e:ProgressEvent):void
{
    var perc:Number = e.bytesLoaded / e.bytesTotal;
    percent.text = Math.ceil(perc*100).toString();
}

function done(e:Event):void
{
    removeChildAt(0);
    percent = null;
    addChild(l);
}</description>
		<content:encoded><![CDATA[<p>I found this code on <a href="http://theflashblog.com/?p=438" rel="nofollow">http://theflashblog.com/?p=438</a><br />
This works perfect! Maybe I just needed to see a video&#8230;</p>
<p>var l:Loader = new Loader();<br />
l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loop);<br />
l.contentLoaderInfo.addEventListener(Event.COMPLETE, done);<br />
l.load(new URLRequest(“content.swf));</p>
<p>function loop(e:ProgressEvent):void<br />
{<br />
    var perc:Number = e.bytesLoaded / e.bytesTotal;<br />
    percent.text = Math.ceil(perc*100).toString();<br />
}</p>
<p>function done(e:Event):void<br />
{<br />
    removeChildAt(0);<br />
    percent = null;<br />
    addChild(l);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preloader in Flash CS3 &#8211; Actionscript 3.0 way by Bryon</title>
		<link>http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21890</link>
		<dc:creator>Bryon</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21890</guid>
		<description>I&#039;ve been at this for days!!!
Multiple websites and none of the code works. Just blows me away!
On the dynamic text field, what instance name do I give it? loadProgress_txt ??????????????????????????????????

Here is my code and yes I changed the quotation marks in the code.
I would be EXTREMELY GRATEFUL for any help on this!!! :-)

1151: A conflict exists with definition loadProgress_txt in namespace internal.

stop();
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.net.URLRequest;
import flash.text.TextField;
import flash.events.Event;
import flash.events.ProgressEvent;
var myLoader:Loader = new Loader();
var myRequest:URLRequest = new URLRequest(&quot;about_index.swf&quot;);
var loadProgress_txt:TextField = new TextField();
myLoader.load(myRequest);
myLoader.contentLoaderInfo.addEventListener(Event.OPEN,showPreloader);
myLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,showProgress);
myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE,showLoadResult);
function showPreloader(evt:Event):void {
addChild(loadProgress_txt);
}
function showProgress(evt:ProgressEvent):void {
loadProgress_txt.text = &quot;loaded:&quot;+evt.bytesLoaded+ &quot; from &quot; +evt.bytesTotal;
}
function showLoadResult(evt:Event):void {
removeChild(loadProgress_txt);
addChild(myLoader);
}</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been at this for days!!!<br />
Multiple websites and none of the code works. Just blows me away!<br />
On the dynamic text field, what instance name do I give it? loadProgress_txt ??????????????????????????????????</p>
<p>Here is my code and yes I changed the quotation marks in the code.<br />
I would be EXTREMELY GRATEFUL for any help on this!!! <img src='http://s.wordpress.com/wp-includes/images/smilies/face-smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>1151: A conflict exists with definition loadProgress_txt in namespace internal.</p>
<p>stop();<br />
import flash.display.Loader;<br />
import flash.display.LoaderInfo;<br />
import flash.net.URLRequest;<br />
import flash.text.TextField;<br />
import flash.events.Event;<br />
import flash.events.ProgressEvent;<br />
var myLoader:Loader = new Loader();<br />
var myRequest:URLRequest = new URLRequest(&#8221;about_index.swf&#8221;);<br />
var loadProgress_txt:TextField = new TextField();<br />
myLoader.load(myRequest);<br />
myLoader.contentLoaderInfo.addEventListener(Event.OPEN,showPreloader);<br />
myLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,showProgress);<br />
myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE,showLoadResult);<br />
function showPreloader(evt:Event):void {<br />
addChild(loadProgress_txt);<br />
}<br />
function showProgress(evt:ProgressEvent):void {<br />
loadProgress_txt.text = &#8220;loaded:&#8221;+evt.bytesLoaded+ &#8221; from &#8221; +evt.bytesTotal;<br />
}<br />
function showLoadResult(evt:Event):void {<br />
removeChild(loadProgress_txt);<br />
addChild(myLoader);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Preloader in Flash CS3 &#8211; Actionscript 3.0 way by ken</title>
		<link>http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21886</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Wed, 10 Jun 2009 09:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://newmovieclip.wordpress.com/2007/03/14/preloader-in-flash-cs3-actionscript-30-way/#comment-21886</guid>
		<description>dankuwel Koen!

Thanks Koen!</description>
		<content:encoded><![CDATA[<p>dankuwel Koen!</p>
<p>Thanks Koen!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take a webcam snapshot in Flex 2.0 by catalellHiz</title>
		<link>http://newmovieclip.wordpress.com/2006/05/26/take-a-webcam-snapshot-in-flex-20-beta-3/#comment-21861</link>
		<dc:creator>catalellHiz</dc:creator>
		<pubDate>Mon, 25 May 2009 22:39:35 +0000</pubDate>
		<guid isPermaLink="false">https://newmovieclip.wordpress.com/2006/05/26/take-a-webcam-snapshot-in-flex-20-beta-3/#comment-21861</guid>
		<description>Позновательно!!!!</description>
		<content:encoded><![CDATA[<p>Позновательно!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Image compression possibilities in Flash 8 by Rajashekhar</title>
		<link>http://newmovieclip.wordpress.com/2006/05/15/image-compression-possibilities-in-flash-8/#comment-21852</link>
		<dc:creator>Rajashekhar</dc:creator>
		<pubDate>Fri, 22 May 2009 12:09:26 +0000</pubDate>
		<guid isPermaLink="false">https://newmovieclip.wordpress.com/2006/05/15/image-compression-possibilities-in-flash-8/#comment-21852</guid>
		<description>Hi,

   This one i already tried. I prepared one like flash media server webcam reading and displaying.  For generating and displaying my system is getting struck. I tried alot with this but i am not able to do it. If any body done any technic to compress the Bas64 text Please let me know. Its a sensation.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>   This one i already tried. I prepared one like flash media server webcam reading and displaying.  For generating and displaying my system is getting struck. I tried alot with this but i am not able to do it. If any body done any technic to compress the Bas64 text Please let me know. Its a sensation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More about preloading in Flash CS3 by jack</title>
		<link>http://newmovieclip.wordpress.com/2007/04/30/more-about-preloading-in-flash-cs3/#comment-21833</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Sun, 26 Apr 2009 17:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://newmovieclip.wordpress.com/2007/04/30/more-about-preloading-in-flash-cs3/#comment-21833</guid>
		<description>Can you please upload a file for this code ?!</description>
		<content:encoded><![CDATA[<p>Can you please upload a file for this code ?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Take a webcam snapshot in Flex 2.0 by rusonlineinvest</title>
		<link>http://newmovieclip.wordpress.com/2006/05/26/take-a-webcam-snapshot-in-flex-20-beta-3/#comment-21829</link>
		<dc:creator>rusonlineinvest</dc:creator>
		<pubDate>Tue, 21 Apr 2009 00:33:09 +0000</pubDate>
		<guid isPermaLink="false">https://newmovieclip.wordpress.com/2006/05/26/take-a-webcam-snapshot-in-flex-20-beta-3/#comment-21829</guid>
		<description>Слышал продолжение телепузиков снимают</description>
		<content:encoded><![CDATA[<p>Слышал продолжение телепузиков снимают</p>
]]></content:encoded>
	</item>
</channel>
</rss>
