<?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: View Movie Full Screen</title>
	<atom:link href="http://automatorworld.com/archives/view-movie-full-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://automatorworld.com/archives/view-movie-full-screen/</link>
	<description>Better Living Through Macintosh Scripting</description>
	<lastBuildDate>Thu, 05 Aug 2010 13:32:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: spunk</title>
		<link>http://automatorworld.com/archives/view-movie-full-screen/comment-page-1/#comment-42569</link>
		<dc:creator>spunk</dc:creator>
		<pubDate>Sat, 13 Jan 2007 23:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=92#comment-42569</guid>
		<description>&lt;p&gt;when you double click on the  file you just downloaded, itll come up in automator.  then go to file &gt; save as  and save it as a plug-in with Finder as the location. :]  then when u right click a .mov file, itll show up as a workflow in the automator context menu. hope that helps a bit.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>when you double click on the  file you just downloaded, itll come up in automator.  then go to file &gt; save as  and save it as a plug-in with Finder as the location. :]  then when u right click a .mov file, itll show up as a workflow in the automator context menu. hope that helps a bit.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://automatorworld.com/archives/view-movie-full-screen/comment-page-1/#comment-1898</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Fri, 10 Feb 2006 23:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=92#comment-1898</guid>
		<description>&lt;p&gt;Your ~/Library folder is in your username folder. That is click on your home folder and then click on Library. If the Workflows folder does not exist, create it. Do the same with the other folders. Then copy the workflow into ~/Library/Workflow/Automator/Finder&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your ~/Library folder is in your username folder. That is click on your home folder and then click on Library. If the Workflows folder does not exist, create it. Do the same with the other folders. Then copy the workflow into ~/Library/Workflow/Automator/Finder</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Abbi</title>
		<link>http://automatorworld.com/archives/view-movie-full-screen/comment-page-1/#comment-1587</link>
		<dc:creator>Abbi</dc:creator>
		<pubDate>Thu, 22 Dec 2005 15:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=92#comment-1587</guid>
		<description>&lt;p&gt;When I run this a full screen comes on and says switching, nothing else ever happens. Also the floating controller script doesn&#039;t work at all, I get an error message when I tri to run. Can someone please help?!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When I run this a full screen comes on and says switching, nothing else ever happens. Also the floating controller script doesn&#8217;t work at all, I get an error message when I tri to run. Can someone please help?!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://automatorworld.com/archives/view-movie-full-screen/comment-page-1/#comment-1332</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 27 Oct 2005 02:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=92#comment-1332</guid>
		<description>&lt;p&gt;To get the floating controller, I pasted these lines into the applescript right after &quot;end tell&quot;&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
    tell application &quot;Finder&quot; to activate
    tell application &quot;QuickTime Player&quot; to activate
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then to get the controller to come up, just move the mouse while the movie is playing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To get the floating controller, I pasted these lines into the applescript right after &#8220;end tell&#8221;</p>

<p><code>
    tell application "Finder" to activate
    tell application "QuickTime Player" to activate
</code></p>

<p>Then to get the controller to come up, just move the mouse while the movie is playing.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://automatorworld.com/archives/view-movie-full-screen/comment-page-1/#comment-1192</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 27 Aug 2005 16:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=92#comment-1192</guid>
		<description>&lt;p&gt;Hey, you can also use iTunes or Centerstage for fullscreen playback. But i like this action. Any way to get the floating controller?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, you can also use iTunes or Centerstage for fullscreen playback. But i like this action. Any way to get the floating controller?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://automatorworld.com/archives/view-movie-full-screen/comment-page-1/#comment-1175</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 22 Aug 2005 03:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=92#comment-1175</guid>
		<description>&lt;p&gt;where is the ~/Library/Workflow/Automator/Finder folders? If I have to create them, where do I put them?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>where is the ~/Library/Workflow/Automator/Finder folders? If I have to create them, where do I put them?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://automatorworld.com/archives/view-movie-full-screen/comment-page-1/#comment-1168</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 18 Aug 2005 11:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=92#comment-1168</guid>
		<description>&lt;p&gt;Does anyone know how to adapt this so it can play multiple files sequentially? Every way I&#039;ve tried results in the freeze presentation problem re-emerging.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Does anyone know how to adapt this so it can play multiple files sequentially? Every way I&#8217;ve tried results in the freeze presentation problem re-emerging.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jstphish</title>
		<link>http://automatorworld.com/archives/view-movie-full-screen/comment-page-1/#comment-1108</link>
		<dc:creator>Jstphish</dc:creator>
		<pubDate>Wed, 03 Aug 2005 14:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.automatorworld.com/?p=92#comment-1108</guid>
		<description>&lt;p&gt;Sorry for the misunderstanding (I could have written it better).  What I meant was for users who would only upgrade to Pro for the fullscreen functionality, this is perfect (I&#039;m still considering buying Pro).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry for the misunderstanding (I could have written it better).  What I meant was for users who would only upgrade to Pro for the fullscreen functionality, this is perfect (I&#8217;m still considering buying Pro).</p>]]></content:encoded>
	</item>
</channel>
</rss>

