<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>elearninglive.com &#187; y</title>
	<atom:link href="http://elearninglive.com/wordpress/tag/y/feed/" rel="self" type="application/rss+xml" />
	<link>http://elearninglive.com/wordpress</link>
	<description>Quality web solutions.</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:38:03 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Don&#8217;t use width or height properties of Loader with AVM Captivate SWFs</title>
		<link>http://elearninglive.com/wordpress/2009/01/dont-use-width-or-heigh-properties-of-loader-with-avm-captivate-swfs/</link>
		<comments>http://elearninglive.com/wordpress/2009/01/dont-use-width-or-heigh-properties-of-loader-with-avm-captivate-swfs/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 18:10:28 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Captivate]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[displaylist]]></category>
		<category><![CDATA[Loader]]></category>
		<category><![CDATA[won't render]]></category>
		<category><![CDATA[x]]></category>
		<category><![CDATA[y]]></category>

		<guid isPermaLink="false">http://elearninglive.com/wordpress/?p=215</guid>
		<description><![CDATA[Found a bug? Or just a limitation? Either way, if you try loading Captivate-generated movies into a Loader instance, like this:
var myLoader:Loader = new Loader();
myLoader.load(new URLRequest(&#8221;myCaptivate.swf&#8221;);
myLoader.width = 400;
myLoader.height = 300;
addChild(myLoader);
The result will be that the Captivate gets loaded but you won&#8217;t see it. You can hear it so long as you have sound in it. [...]]]></description>
			<content:encoded><![CDATA[<p>Found a bug? Or just a limitation? Either way, if you try loading Captivate-generated movies into a Loader instance, like this:</p>
<p>var myLoader:Loader = new Loader();<br />
myLoader.load(new URLRequest(&#8221;myCaptivate.swf&#8221;);<br />
myLoader.width = 400;<br />
myLoader.height = 300;<br />
addChild(myLoader);</p>
<p>The result will be that the Captivate gets loaded but you won&#8217;t see it. You can hear it so long as you have sound in it. But you won&#8217;t see it. It doesn&#8217;t get rendered.</p>
<p>But if you have the same exact code as above, but without modifying the width/height properties of the Loader instance, then it renders fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://elearninglive.com/wordpress/2009/01/dont-use-width-or-heigh-properties-of-loader-with-avm-captivate-swfs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
