<?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: ResizeManager &#8211; simple scaling engine for MovieClips</title>
	<atom:link href="http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/</link>
	<description>A blog about User Interface, User Experience, Design, Flash, Product management and all that goes in between.</description>
	<lastBuildDate>Mon, 12 Dec 2011 09:58:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: david</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-49</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-49</guid>
		<description>hi Adi,
the resize manager is working great!  have a new idea that i havent seen done and was wondering if it can be done:  i want to have a site that contains MC&#039;s that load/appear as you resize the screen.  they would load in a specified position also.  what do you think?  if you dont already have code for this, but could write it, what would you charge?  thanks a bunch!</description>
		<content:encoded><![CDATA[<p>hi Adi,<br />
the resize manager is working great!  have a new idea that i havent seen done and was wondering if it can be done:  i want to have a site that contains MC&#8217;s that load/appear as you resize the screen.  they would load in a specified position also.  what do you think?  if you dont already have code for this, but could write it, what would you charge?  thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adi</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-48</link>
		<dc:creator>adi</dc:creator>
		<pubDate>Wed, 02 Dec 2009 22:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-48</guid>
		<description>@david, @mark, once you create an instance of the resize manager it adds a listener to stage and scaling of registered movie clips should be executed.
If you want to force a scaling (not by the listener) you can add this:
rm.resizeStage();
Hope it helps, and move on to AS3!</description>
		<content:encoded><![CDATA[<p>@david, @mark, once you create an instance of the resize manager it adds a listener to stage and scaling of registered movie clips should be executed.<br />
If you want to force a scaling (not by the listener) you can add this:<br />
rm.resizeStage();<br />
Hope it helps, and move on to AS3!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-47</link>
		<dc:creator>david</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-47</guid>
		<description>Hi Adi,

Great script.  I have been able to change it and add variables and stuff to suit my situation.  Thanks for making this available.  I have one question.  Is there anything I can do to make the code execute when the user enters the page?  Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Adi,</p>
<p>Great script.  I have been able to change it and add variables and stuff to suit my situation.  Thanks for making this available.  I have one question.  Is there anything I can do to make the code execute when the user enters the page?  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-46</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Mon, 09 Nov 2009 23:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-46</guid>
		<description>This is awesome - thanks so much for making it available! Question - I put together a simple example that uses your class but it won&#039;t scale properly until the browser window is resized. In other words: say my main background swf is 550px x 400px. I instantiate it and register it with the ResizeManager to scale to 100% of the browser window. When I publish and view in the browser it shows up as only 550px x 400px until I resize the browser and then it immediately snaps to 100% of the browser window.

I published your fla without modification and it does the same thing, so I know it&#039;s not my fla/code.

Please help! : )</description>
		<content:encoded><![CDATA[<p>This is awesome &#8211; thanks so much for making it available! Question &#8211; I put together a simple example that uses your class but it won&#8217;t scale properly until the browser window is resized. In other words: say my main background swf is 550px x 400px. I instantiate it and register it with the ResizeManager to scale to 100% of the browser window. When I publish and view in the browser it shows up as only 550px x 400px until I resize the browser and then it immediately snaps to 100% of the browser window.</p>
<p>I published your fla without modification and it does the same thing, so I know it&#8217;s not my fla/code.</p>
<p>Please help! : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vojko</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-45</link>
		<dc:creator>Vojko</dc:creator>
		<pubDate>Wed, 30 Sep 2009 07:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-45</guid>
		<description>so, how do you publish this? the swf works fine, but it doesn&#039;t work when you publish html?</description>
		<content:encoded><![CDATA[<p>so, how do you publish this? the swf works fine, but it doesn&#8217;t work when you publish html?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-44</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Wed, 22 Oct 2008 09:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-44</guid>
		<description>Hey James, make sure the embed tags are properly defined - scalemode should be noscale. take a look at the fla example.</description>
		<content:encoded><![CDATA[<p>Hey James, make sure the embed tags are properly defined &#8211; scalemode should be noscale. take a look at the fla example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-43</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 21 Oct 2008 15:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-43</guid>
		<description>I&#039;m trying to use this but it is actually scaling the whole stage not just the movie clip.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use this but it is actually scaling the whole stage not just the movie clip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-42</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Tue, 26 Aug 2008 18:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-42</guid>
		<description>Hey epa, giving the same percentage for width and height should keep aspect ratio.</description>
		<content:encoded><![CDATA[<p>Hey epa, giving the same percentage for width and height should keep aspect ratio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: epa</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-41</link>
		<dc:creator>epa</dc:creator>
		<pubDate>Tue, 26 Aug 2008 17:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-41</guid>
		<description>Hi, is there a way to keep the aspect ratio of the movieclip that is being scaled? Say if I had a photo or another swf loaded into it. Thanks,</description>
		<content:encoded><![CDATA[<p>Hi, is there a way to keep the aspect ratio of the movieclip that is being scaled? Say if I had a photo or another swf loaded into it. Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://todepoint.com/blog/2008/04/01/resizemanager-simple-scaling-engine/#comment-40</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Wed, 04 Jun 2008 14:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://todepoint.com/blog/?p=44#comment-40</guid>
		<description>Hey Matt,

I added a link to the example FLA.
Adi</description>
		<content:encoded><![CDATA[<p>Hey Matt,</p>
<p>I added a link to the example FLA.<br />
Adi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

