<?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>Web Style Press, Best Practices from all the Web, Build Better Websites &#187; External Load</title>
	<atom:link href="http://www.webstylepress.com/category/adobe-flash/external-loaders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webstylepress.com</link>
	<description>Web VS Style</description>
	<lastBuildDate>Mon, 26 Dec 2011 10:35:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Load External SWFs With Smooth Transition</title>
		<link>http://www.webstylepress.com/load-external-swfs-with-smooth-transition/</link>
		<comments>http://www.webstylepress.com/load-external-swfs-with-smooth-transition/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 06:20:31 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Control]]></category>
		<category><![CDATA[External Load]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[smooth]]></category>
		<category><![CDATA[transition]]></category>
		<category><![CDATA[unload]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=174</guid>
		<description><![CDATA[In the following example I have taken two external swf movies which are called when buttons are clicked. The idea is to create a smooth transition effect between loading and unloading of flash external movies. I mean no jerks, no sudden appearance or disappearance of movie or any part of animation. When we click at [...]<p><a href="http://www.webstylepress.com/load-external-swfs-with-smooth-transition/">Load External SWFs With Smooth Transition</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/loadunloadmovie1.jpg" alt="" title="loadunloadmovie1" width="400" height="241" class="alignnone size-full wp-image-175" /></p>
<p>In the following example I have taken two external swf movies which are called when buttons are clicked. The idea is to create a smooth transition effect between loading and unloading of flash external movies. </p>
<p><span id="more-174"></span></p>
<p>I mean no jerks, no sudden appearance or disappearance of movie or any part of animation. When we click at button for other movie, previous movie will be closed after a transition effect and unload and then the new movie will appear after transition has been done.</p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/load1.rar'>Download Example</a></span></p>
<p><a href="http://www.webstylepress.com/load-external-swfs-with-smooth-transition/">Load External SWFs With Smooth Transition</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/transition-between-sections-of-a-flash-movie/" title="Transition Between Sections of a Flash Movie">Transition Between Sections of a Flash Movie</a></li><li><a href="http://www.webstylepress.com/load-external-files-into-flash/" title="Load External Files Into Flash">Load External Files Into Flash</a></li><li><a href="http://www.webstylepress.com/buttons-control-in-flash/" title="Buttons Control In Flash">Buttons Control In Flash</a></li><li><a href="http://www.webstylepress.com/how-to-control-font-size-in-percentage/" title="How to Control Font Size in Percentage">How to Control Font Size in Percentage</a></li><li><a href="http://www.webstylepress.com/random-bubble-animation-in-flash/" title="Create Random Bubble Animation In Flash">Create Random Bubble Animation In Flash</a></li><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-resources-and-tutorials/" title="Flash Resources and Tutorials">Flash Resources and Tutorials</a></li><li><a href="http://www.webstylepress.com/scrollbars-in-flash-flash-content-scroll/" title="Scrollbars In flash &#8211; Flash Content Scroll">Scrollbars In flash &#8211; Flash Content Scroll</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/google-search-from-flash/" title="Google Search From Flash Using ActionScript">Google Search From Flash Using ActionScript</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/load-external-swfs-with-smooth-transition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Load External Files Into Flash</title>
		<link>http://www.webstylepress.com/load-external-files-into-flash/</link>
		<comments>http://www.webstylepress.com/load-external-files-into-flash/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 11:59:30 +0000</pubDate>
		<dc:creator>Hiroshi</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[External Load]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[loading]]></category>

		<guid isPermaLink="false">http://www.webstylepress.com/?p=149</guid>
		<description><![CDATA[Lets cover some methods about loading movies, images, sounds or anything from outside flash into a parent SWF movie. There are main two methods Loading By Level Loading By Target Loading External Elements By Level Levels are good to load movies or jpg or anything and they are called by numbers like level 1, level [...]<p><a href="http://www.webstylepress.com/load-external-files-into-flash/">Load External Files Into Flash</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Lets cover some methods about loading movies, images, sounds or anything from outside flash into a parent SWF movie.</p>
<p>There are main two methods</p>
<ul>
<li>Loading By Level</li>
<li>Loading By Target</li>
</ul>
<p><span id="more-149"></span></p>
<h5>Loading External Elements By Level</h5>
<p>Levels are good to load movies or jpg or anything and they are called by numbers like level 1, level 2 etc. and in that level 1 will be always first level and 2 will be above from that and 3 will come above than 2. That means element residing at level 1 will be underneath element residing at level 2 in a movie.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/levelload.jpg" alt="" title="levelload" width="500" height="375" class="alignnone size-full wp-image-150" /></p>
<p>Syntax is given here:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">loadMovieNum</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;somecontent.swf&quot;</span>, <span style="color: #cc66cc;">3</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/levelload.rar'>Level Load Example Download</a></span></p>
<h5>Loading External Elements By Target</h5>
<p>In target a container movie clip is created in a movie. <strong>Container</strong> is a movie clip with its center <strong>left-top aligned</strong>. When u load a movie or jpg etc through target you point the target into that container.</p>
<p><img src="http://www.webstylepress.com/wp-content/uploads/2008/10/targetload.jpg" alt="" title="targetload" width="500" height="395" class="alignnone size-full wp-image-151" /></p>
<p>Syntax is given here</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #0066CC;">loadMovie</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;somecontent.swf&quot;</span>, <span style="color: #ff0000;">&quot;_root.mycontainer&quot;</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p><strong>mycontainer</strong> here is the name of targeted movieclip inwhich somecontent.swf will be placed from outside. </p>
<p>* In example you see, target container movieclip is of blue color. That does not matter. This movie clip will be transparent and will collect all the content of external movie and will display. It is just the targeting container, so its own real self will be hidden. It is necessary that you take target container of same width and height as the external container.<br />
* Background of target movie clip or external movie clip in target case will be hidden and the main movie background will be visible in which target container is placed.</p>
<p><span class="downloadfile"><a href='http://www.webstylepress.com/wp-content/uploads/2008/10/targetload.rar'>Target Load Example Download</a></span></p>
<p>Target and level can be used both and you can also load external sounds by any of above methods.</p>
<p><a href="http://www.webstylepress.com/load-external-files-into-flash/">Load External Files Into Flash</a> is a post from: <a href="http://www.webstylepress.com">Web Style Press, Best Practices from all the Web, Build Better Websites</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.webstylepress.com/load-external-swfs-with-smooth-transition/" title="Load External SWFs With Smooth Transition">Load External SWFs With Smooth Transition</a></li><li><a href="http://www.webstylepress.com/random-bubble-animation-in-flash/" title="Create Random Bubble Animation In Flash">Create Random Bubble Animation In Flash</a></li><li><a href="http://www.webstylepress.com/flash-random-text-animation/" title="Create Flash Random 3D Text Animation">Create Flash Random 3D Text Animation</a></li><li><a href="http://www.webstylepress.com/flash-resources-and-tutorials/" title="Flash Resources and Tutorials">Flash Resources and Tutorials</a></li><li><a href="http://www.webstylepress.com/scrollbars-in-flash-flash-content-scroll/" title="Scrollbars In flash &#8211; Flash Content Scroll">Scrollbars In flash &#8211; Flash Content Scroll</a></li><li><a href="http://www.webstylepress.com/flash-mouse-effects/" title="Flash Mouse Effects">Flash Mouse Effects</a></li><li><a href="http://www.webstylepress.com/google-search-from-flash/" title="Google Search From Flash Using ActionScript">Google Search From Flash Using ActionScript</a></li><li><a href="http://www.webstylepress.com/flash-hit-counter/" title="Flash Hit Counter Using ActionScript and PHP">Flash Hit Counter Using ActionScript and PHP</a></li><li><a href="http://www.webstylepress.com/swap-depth-in-flash/" title="Swap Depth In Flash">Swap Depth In Flash</a></li><li><a href="http://www.webstylepress.com/flash-slide-shows/" title="Create Flash Slide Shows Using ActionScript &#8211; Example Downloads">Create Flash Slide Shows Using ActionScript &#8211; Example Downloads</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.webstylepress.com/load-external-files-into-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

