<?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: Loader class with content scaling</title>
	<atom:link href="http://www.negush.net/blog/loader-class-with-content-scaling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.negush.net/blog/loader-class-with-content-scaling/</link>
	<description>Flash, ActionScript and stuff...</description>
	<lastBuildDate>Sun, 25 Dec 2011 23:08:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.negush.net/blog/loader-class-with-content-scaling/comment-page-1/#comment-8838</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 18 Oct 2009 18:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=109#comment-8838</guid>
		<description>Deb,

indeed scaling is one of the solutions to your problem but it also has its disadvantages as you pointed out. However, at the first look I would say that the best solution would be for the .swf files to have some sort of resizing function that you would be able to call from your loader and then the elements of the .swf would each resize as needed. Unfortunately this can be done by having that code inside the .swf, which I&#039;m not sure if the convertion software allows.

I&#039;m sorry that I can&#039;t help you on this matter but at the moment nothing pops into my mind. But if you manage to solve the problem I&#039;d love to hear about it.</description>
		<content:encoded><![CDATA[<p>Deb,</p>
<p>indeed scaling is one of the solutions to your problem but it also has its disadvantages as you pointed out. However, at the first look I would say that the best solution would be for the .swf files to have some sort of resizing function that you would be able to call from your loader and then the elements of the .swf would each resize as needed. Unfortunately this can be done by having that code inside the .swf, which I&#8217;m not sure if the convertion software allows.</p>
<p>I&#8217;m sorry that I can&#8217;t help you on this matter but at the moment nothing pops into my mind. But if you manage to solve the problem I&#8217;d love to hear about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deb</title>
		<link>http://www.negush.net/blog/loader-class-with-content-scaling/comment-page-1/#comment-8732</link>
		<dc:creator>Deb</dc:creator>
		<pubDate>Thu, 15 Oct 2009 18:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=109#comment-8732</guid>
		<description>Great code.  Have you developed a way of doing the same with loaded swf files?  I am loading an external swf through as3 and xml and am searching the web for a way of resizing loaded swfs by pixel designation (I know scaling works).  Looks like it&#039;s a common unanswered question or the answer is, it is not possible.  I would just like to limit the size of a swf until I either resize to screenResolutionX and Y params or use FullScreen.  The FLVPlayback has a nice built in skin/player that works with Flash well.  Since I am trying to display powerpoint presentations that have been converted (with powerCONVERT by PresentationPro) to swf and are played within a player, I need to do some additional coding.  I&#039;m creating a projector application that has the ability to toggle fullscreen.  I also have animations and swf presentations to play and would like to add full screen capabilities to these as well.  More issues than I&#039;m asking you for help about, but basically, I&#039;d like to be able to give a width and height to any swf loaded and then be able to change that parameter.  Scaling works fine, but doesn&#039;t allow me to use the detected screenResolutionX and Y, width and height, to my advantage.

Thanks :)</description>
		<content:encoded><![CDATA[<p>Great code.  Have you developed a way of doing the same with loaded swf files?  I am loading an external swf through as3 and xml and am searching the web for a way of resizing loaded swfs by pixel designation (I know scaling works).  Looks like it&#8217;s a common unanswered question or the answer is, it is not possible.  I would just like to limit the size of a swf until I either resize to screenResolutionX and Y params or use FullScreen.  The FLVPlayback has a nice built in skin/player that works with Flash well.  Since I am trying to display powerpoint presentations that have been converted (with powerCONVERT by PresentationPro) to swf and are played within a player, I need to do some additional coding.  I&#8217;m creating a projector application that has the ability to toggle fullscreen.  I also have animations and swf presentations to play and would like to add full screen capabilities to these as well.  More issues than I&#8217;m asking you for help about, but basically, I&#8217;d like to be able to give a width and height to any swf loaded and then be able to change that parameter.  Scaling works fine, but doesn&#8217;t allow me to use the detected screenResolutionX and Y, width and height, to my advantage.</p>
<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.negush.net/blog/loader-class-with-content-scaling/comment-page-1/#comment-3155</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Thu, 07 May 2009 14:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=109#comment-3155</guid>
		<description>thx</description>
		<content:encoded><![CDATA[<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.negush.net/blog/loader-class-with-content-scaling/comment-page-1/#comment-1718</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 12 Mar 2009 20:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=109#comment-1718</guid>
		<description>@mwa,

Sorry for leaving out an example. I&#039;ve updated the post so now there&#039;s an example on how to use it. Also, I&#039;ve updated the class (a missing line of code) and now it&#039;s the latest version.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>@mwa,</p>
<p>Sorry for leaving out an example. I&#8217;ve updated the post so now there&#8217;s an example on how to use it. Also, I&#8217;ve updated the class (a missing line of code) and now it&#8217;s the latest version.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mwa</title>
		<link>http://www.negush.net/blog/loader-class-with-content-scaling/comment-page-1/#comment-1716</link>
		<dc:creator>mwa</dc:creator>
		<pubDate>Thu, 12 Mar 2009 17:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.negush.net/blog/?p=109#comment-1716</guid>
		<description>Hi, This look interesting I would like to have a try to use it. But I&#039;m not sure exactly how ? Let&#039;s say that I will click on a button or on the laoder itself and I would like that will scale. 

I&#039;m beginner in as3 so , I don&#039;t know if you could give me some clue of what I need to do. (let&#039;s say that i&#039;m working with the flash IDE and write the code on the timeline)

Thanks !!</description>
		<content:encoded><![CDATA[<p>Hi, This look interesting I would like to have a try to use it. But I&#8217;m not sure exactly how ? Let&#8217;s say that I will click on a button or on the laoder itself and I would like that will scale. </p>
<p>I&#8217;m beginner in as3 so , I don&#8217;t know if you could give me some clue of what I need to do. (let&#8217;s say that i&#8217;m working with the flash IDE and write the code on the timeline)</p>
<p>Thanks !!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

