<?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>[mck] &#187; multimedia installations</title>
	<atom:link href="http://www.matthijskamstra.nl/blog/index.php/tag/multimedia-installations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthijskamstra.nl/blog</link>
	<description>a polymath zapper</description>
	<lastBuildDate>Fri, 27 Jan 2012 22:32:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Six screens Flash animation</title>
		<link>http://www.matthijskamstra.nl/blog/index.php/2009/07/29/six-screens-flash-animation/</link>
		<comments>http://www.matthijskamstra.nl/blog/index.php/2009/07/29/six-screens-flash-animation/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 08:00:21 +0000</pubDate>
		<dc:creator>Matthijs Kamstra</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash experiments]]></category>
		<category><![CDATA[adobe flash]]></category>
		<category><![CDATA[flash animation]]></category>
		<category><![CDATA[flash application]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[kiosk]]></category>
		<category><![CDATA[monitors]]></category>
		<category><![CDATA[multimedia installations]]></category>
		<category><![CDATA[screens]]></category>

		<guid isPermaLink="false">http://www.matthijskamstra.nl/blog/?p=1058</guid>
		<description><![CDATA[I currently working on a project where a Flash Application is played on six (6!) screens. The screens are 1366&#215;768 which must be (a least mine) the biggest Flash animation (8196px wide and 768pixels high) The problem with Flash is that it will not go full-screen on more then on screen. With some hacking you [...]]]></description>
			<content:encoded><![CDATA[<p>I currently working on a project where a Flash Application is played on six (6!) screens.<br />
The screens are 1366&#215;768 which must be (a least mine) the biggest Flash animation (8196px wide and 768pixels high)<br />
The problem with Flash is that it will not go full-screen on more then on screen. With some <a href="http://www.gavinr.com/2009/04/18/dual-monitors-full-screen-flash/">hacking</a> you can get it to open full-screen on your secondary monitor but not 2 monitors.</p>
<p>I hoped to find the solution in AIR, but that has a 2880px limit (<a href="http://bugs.adobe.com/jira/browse/SDK-14431">read here</a>)</p>
<p>After some googling I found <a href="http://gizmoware.net/flashdancer/">Flash Dancer by Gizmoware</a>.</p>
<p><img src="http://gizmoware.net/flashdancer/screencap1.jpg" alt="Flash Dancer by Gizmoware" /></p>
<p>And who can explain it better then the <strong>Flash Dancer</strong> creator himself:</p>
<blockquote><p>Flash Dancer gives Adobe Flash multi-monitor support. Want to play your Flash file fullscreen on monitor 2? Now you can. Want it to span fullscreen over 4 monitors? No problem with Flash Dancer. This is extremely useful in kiosk type applications, large scale multimedia installations, restaurants displaying menus on remote monitors, etc. Its been confirmed to work on a 6 monitor setup without a burp.</p></blockquote>
<p><em>(I&#8217;m the one that has confirmed that it works on Vista and on 6 monitors <img src='http://www.matthijskamstra.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</em></p>
<p>So what can I tell more:</p>
<p>[as highlight="4" light="false" wraplines="true"]<br />
// Specifies that the size of the application be fixed, so that it remains unchanged even as the size of the player window changes.<br />
stage.scaleMode 	= StageScaleMode.NO_SCALE;<br />
stage.align 		= StageAlign.TOP_LEFT;<br />
stage.quality 	= StageQuality.LOW; // important: the image will be cut off when you use HIGH<br />
[/as]</p>
<p>And of course you need to tile a pattern, but I&#8217;ll leave that up to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthijskamstra.nl/blog/index.php/2009/07/29/six-screens-flash-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

