<?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>nhaskins.com &#187; neweyemedia</title>
	<atom:link href="http://nhaskins.com/tag/neweyemedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://nhaskins.com</link>
	<description>web development note book</description>
	<lastBuildDate>Thu, 17 May 2012 13:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>newEyeMedia panoramic wrapper</title>
		<link>http://nhaskins.com/post/neweyemedia-panoramic-wrapper/</link>
		<comments>http://nhaskins.com/post/neweyemedia-panoramic-wrapper/#comments</comments>
		<pubDate>Wed, 05 May 2010 14:09:24 +0000</pubDate>
		<dc:creator>Nathan Haskins</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[neweyemedia]]></category>

		<guid isPermaLink="false">http://nhaskins.com/post/neweyemedia-panoramic-wrapper/</guid>
		<description><![CDATA[Full screen event listener &#8211; http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/ the &#8216;full screen&#8217; size of this external .swf panoramic file is limited by the Movie Clip container size.. i need to make the Movie Clip scale i guess. swfContainer.width = stage.width swfContainer.height = stage.height Helpful article for dealing with Load object events, for stuff like preloaders: http://www.actionscript.org/resources/articles/869/3/Preloading-in-ActionScript-30-the&#8211;Easy-Way/Page3.html strange if [...]]]></description>
			<content:encoded><![CDATA[<p>Full screen event listener &#8211; <a href="http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/" rel="nofollow">http://blog.circlecube.com/2009/03/tutorial/as3-firefox-bug-enter-fullscreen-broadcasts-keyboard-events/</a></p>
<p>the &#8216;full screen&#8217; size of this external .swf panoramic file is limited by the Movie Clip container size.. i need to make the Movie Clip scale i guess.</p>
<p>swfContainer.width = stage.width<br />
swfContainer.height = stage.height</p>
<p>Helpful article for dealing with Load object events, for stuff like preloaders: <a href="http://www.actionscript.org/resources/articles/869/3/Preloading-in-ActionScript-30-the&#8211;Easy-Way/Page3.html" rel="nofollow">http://www.actionscript.org/resources/articles/869/3/Preloading-in-ActionScript-30-the&#8211;Easy-Way/Page3.html</a></p>
<p>strange if i added the .swf to the canvas inside the onComplete function, it wold lose it&#8217;s full screen scaling property.  Had to remove it from the function to fix it.</p>
]]></content:encoded>
			<wfw:commentRss>http://nhaskins.com/post/neweyemedia-panoramic-wrapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

