<?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: SWF Files With Custom HTML Templates</title>
	<atom:link href="http://www.taterboy.com/blog/2008/06/exporting-swf-files-with-custom-html-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taterboy.com/blog/2008/06/exporting-swf-files-with-custom-html-templates/</link>
	<description>FLASH :: FLEX :: AIR :: ILLUSTRATION :: ANIMATION :: WEB DEVELOPMENT</description>
	<pubDate>Fri, 30 Jul 2010 06:43:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Francesco</title>
		<link>http://www.taterboy.com/blog/2008/06/exporting-swf-files-with-custom-html-templates/comment-page-1/#comment-213</link>
		<dc:creator>Francesco</dc:creator>
		<pubDate>Mon, 02 Feb 2009 08:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=8#comment-213</guid>
		<description>thanks

Francesco</description>
		<content:encoded><![CDATA[<p>thanks</p>
<p>Francesco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taterboy</title>
		<link>http://www.taterboy.com/blog/2008/06/exporting-swf-files-with-custom-html-templates/comment-page-1/#comment-211</link>
		<dc:creator>taterboy</dc:creator>
		<pubDate>Sun, 01 Feb 2009 18:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=8#comment-211</guid>
		<description>That is a good catch, sorry about that. "mon" would point to a loader bar; we do not need it in this sample because we are using the same loader for everything. I should have removed it. I must have thought to make that dynamic originally but neglected to hook it up and realized it was not needed.

In theory, you could add this line to the loadObject method to change the loader bar you are using to show the progress.
mainLdr = mon;</description>
		<content:encoded><![CDATA[<p>That is a good catch, sorry about that. &#8220;mon&#8221; would point to a loader bar; we do not need it in this sample because we are using the same loader for everything. I should have removed it. I must have thought to make that dynamic originally but neglected to hook it up and realized it was not needed.</p>
<p>In theory, you could add this line to the loadObject method to change the loader bar you are using to show the progress.<br />
mainLdr = mon;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francesco</title>
		<link>http://www.taterboy.com/blog/2008/06/exporting-swf-files-with-custom-html-templates/comment-page-1/#comment-210</link>
		<dc:creator>Francesco</dc:creator>
		<pubDate>Sun, 01 Feb 2009 07:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=8#comment-210</guid>
		<description>Hello TaterBoy,

thanks for this beautiful loader, im studying it but i have a doubt related to this piece of code

function loadObject(targ:Object,path:String,mon:Object,funFunction:Function):void{
			var ldr:Loader = new Loader();
			var ldrReq:URLRequest = new URLRequest(path);
			ldr.load(ldrReq);
			ldr.contentLoaderInfo.addEventListener(Event.COMPLETE, funFunction);
			ldr.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, ldrProgress);
			ldr.name = "ldr" + loaderCnt;
			targ.addChild(ldr);
			loaderCnt ++;
		}

what is the mean of "mon:Object" arguments?? It seems to has not been used anywhere.

Please let me know, im struggling about it!

Thanks

Francesco</description>
		<content:encoded><![CDATA[<p>Hello TaterBoy,</p>
<p>thanks for this beautiful loader, im studying it but i have a doubt related to this piece of code</p>
<p>function loadObject(targ:Object,path:String,mon:Object,funFunction:Function):void{<br />
			var ldr:Loader = new Loader();<br />
			var ldrReq:URLRequest = new URLRequest(path);<br />
			ldr.load(ldrReq);<br />
			ldr.contentLoaderInfo.addEventListener(Event.COMPLETE, funFunction);<br />
			ldr.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, ldrProgress);<br />
			ldr.name = &#8220;ldr&#8221; + loaderCnt;<br />
			targ.addChild(ldr);<br />
			loaderCnt ++;<br />
		}</p>
<p>what is the mean of &#8220;mon:Object&#8221; arguments?? It seems to has not been used anywhere.</p>
<p>Please let me know, im struggling about it!</p>
<p>Thanks</p>
<p>Francesco</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flash templates</title>
		<link>http://www.taterboy.com/blog/2008/06/exporting-swf-files-with-custom-html-templates/comment-page-1/#comment-172</link>
		<dc:creator>flash templates</dc:creator>
		<pubDate>Wed, 29 Oct 2008 20:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=8#comment-172</guid>
		<description>Its all depend on the thing that how much you know about this coding. I thing it is not  that much easy. but if you know, than it will be easy. And this tips are really helpful thanks.</description>
		<content:encoded><![CDATA[<p>Its all depend on the thing that how much you know about this coding. I thing it is not  that much easy. but if you know, than it will be easy. And this tips are really helpful thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anudeep</title>
		<link>http://www.taterboy.com/blog/2008/06/exporting-swf-files-with-custom-html-templates/comment-page-1/#comment-128</link>
		<dc:creator>anudeep</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=8#comment-128</guid>
		<description>thanks alot</description>
		<content:encoded><![CDATA[<p>thanks alot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
