<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Software that will let me create a Windows screensaver on a Mac platform.</title>
	<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform/</link>
	<description>Comments on Ask MetaFilter post Software that will let me create a Windows screensaver on a Mac platform.</description>
	<pubDate>Wed, 13 Dec 2006 22:18:31 -0800</pubDate>
	<lastBuildDate>Wed, 13 Dec 2006 22:18:31 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Software that will let me create a Windows screensaver on a Mac platform.</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform</link>	
		<description>A client wants us to create a promotional screensaver for them. The problem is we are on a Mac platform and they are on Windows. &lt;br /&gt;&lt;br /&gt; All of the software I&apos;ve looked at requires you to be on Windows if you&apos;re wanting a Windows screensaver. We are going to use Flash but if there&apos;s something else that will help me get around this problem please let me know.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.53117</guid>
		<pubDate>Wed, 13 Dec 2006 21:59:38 -0800</pubDate>
		<dc:creator>tellurian</dc:creator>
		
			<category>software</category>
		
			<category>mac</category>
		
			<category>windows</category>
		
			<category>flash</category>
		
			<category>screensaver</category>
		
	</item> <item>
		<title>By: jkaczor</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform#800863</link>	
		<description>Someone asked pretty much the exact same question no more than 10 days ago here, with good answers - but I can&apos;t find it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.53117-800863</guid>
		<pubDate>Wed, 13 Dec 2006 22:18:31 -0800</pubDate>
		<dc:creator>jkaczor</dc:creator>
	</item><item>
		<title>By: jkaczor</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform#800864</link>	
		<description>I can&apos;t find the exact post - but I did see someone mention that &apos;&lt;a href=&quot;http://www.screentime.com/&quot;&gt;ScreenTime&lt;/a&gt;&apos; will create a Windows screen saver, even if you are authoring on a Mac.&lt;br&gt;
&lt;br&gt;
I would definitely recommend using a professional tool - as I have seen a very lame Flash screen-saver that was done using an HTML page, hosting the Flash object - ugh (but my daughter loves it)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.53117-800864</guid>
		<pubDate>Wed, 13 Dec 2006 22:25:07 -0800</pubDate>
		<dc:creator>jkaczor</dc:creator>
	</item><item>
		<title>By: jkaczor</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform#800870</link>	
		<description>Hmmm, I guess I was &lt;a href=&quot;http://www.screentime.com/faqs/ScreenTime_F/technote83.html&quot;&gt;wrong&lt;/a&gt; and &lt;a href=&quot;http://forums.screentime.com/viewtopic.php?t=853&quot;&gt;doubly&lt;/a&gt; so.&lt;br&gt;
&lt;br&gt;
Can&apos;t you use Parallels or some other Mac virtualization software and install Windows to do this?  Even an older version would be fine (Windows 2000).&lt;br&gt;
&lt;br&gt;
Once installed, there are a dozen cheap or free toolsets and samples that I could point you too that would host Adobe&apos;s Flash OCX control and respond to the standard Windows screensaver &apos;interfaces&apos; - and you wouldn&apos;t have to buy ScreenTime.&lt;br&gt;
&lt;br&gt;
A Windows screensaver can be as simple as an &apos;.EXE&apos; renamed to &apos;.SCR&apos; - but then it won&apos;t respond as nicely to &apos;commands&apos; that Windows sends it when running.&lt;br&gt;
&lt;br&gt;
(Personally, the last screensaver I built for Windows was using Borland Delphi v.4 as it would build a single executable with no other dependencies - simple, small and easy to install)&lt;br&gt;
&lt;br&gt;
Wait - you could do this entirely on the Mac, but it would mean using C++ and setting up a GCC cross-compilation project.  I have never done so - but it&apos;s possible.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.53117-800870</guid>
		<pubDate>Wed, 13 Dec 2006 22:35:22 -0800</pubDate>
		<dc:creator>jkaczor</dc:creator>
	</item><item>
		<title>By: ardgedee</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform#800978</link>	
		<description>Two apps allow you to create screensavers to run on both Windows and Mac.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://iscreensaver.com/designer.shtml&quot;&gt;iScreensaver Designer&lt;/a&gt; takes Flash or Quicktime files and generates Quicktime-based screensavers for use on either platform.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.screentime.com/software/stf/index.html&quot;&gt;ScreenTime for Flash&lt;/a&gt; takes a Flash file and generates Flash-based screensavers for either platform.&lt;br&gt;
&lt;br&gt;
Prices for either product scale with feature set and number of executables you plan to publish. ScreenTime starts at $200 (single platform (either Mac or Windows), up to 10,000 files) and tops out at $500 (single user license, both platforms, unlimited distribution). iScreensaver Designer starts at $30 (single user license, personal use only, watermarked output, up to 10 files) and goes up to $600 (developer site license, unlimited distribution).&lt;br&gt;
&lt;br&gt;
I&apos;ve used ScreenTime briefly, and it worked reasonably well. You will need a Windows machine to run the app that generates the Windows files, but that&apos;s pretty much a drag-and-drop process; you do all your Flash work on your Mac. These days, any Windows or Mac computer with a web browser can be assumed to have Flash, but it might not be a recent or working version.&lt;br&gt;
&lt;br&gt;
I haven&apos;t used iScreenSaver. Requiring QuickTime is less of a constraint than it used to be, because of the popularity of iTunes. It could still be a gotcha if you&apos;re putting up a screensaver for public download, but not so bad for a project where you have control over the target system&apos;s environment. Either way you go, assume you&apos;ll have to provide some tech support to confounded users.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.53117-800978</guid>
		<pubDate>Thu, 14 Dec 2006 03:05:33 -0800</pubDate>
		<dc:creator>ardgedee</dc:creator>
	</item><item>
		<title>By: phearlez</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform#801552</link>	
		<description>I think the easiest way for you to accomplish this from the Mac platform is to farm it out. The last time I went looking for APIs and tutorials on making screen savers for Windows I came across several businesses who do them for corporations. Wouldn&apos;t your path of least risk be just to hire one and mark up the cost 25%?&lt;br&gt;
&lt;br&gt;
You could also just post this to Metafilter jobs. I know there&apos;s several of us around here competent to do it. I&apos;m not in the market for side work but I am sure someone else is.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.53117-801552</guid>
		<pubDate>Thu, 14 Dec 2006 13:55:36 -0800</pubDate>
		<dc:creator>phearlez</dc:creator>
	</item><item>
		<title>By: tellurian</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform#801636</link>	
		<description>ardgedee - iScreensaver looks like the ticket. I&apos;ve downloaded the demo and created a test. Now I just need to find someone with a PC who&apos;s a willing guinea pig. I&apos;ll post results after the weekend.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.53117-801636</guid>
		<pubDate>Thu, 14 Dec 2006 14:55:21 -0800</pubDate>
		<dc:creator>tellurian</dc:creator>
	</item><item>
		<title>By: tellurian</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform#805294</link>	
		<description>iScreensaver works a treat. A bit pricey but I&apos;m pretty sure we can make it back by offering screensavers to our other clients (repurposing material we have already generated for them). Win-win! Thank you argedee.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.53117-805294</guid>
		<pubDate>Mon, 18 Dec 2006 16:52:28 -0800</pubDate>
		<dc:creator>tellurian</dc:creator>
	</item><item>
		<title>By: tellurian</title>
		<link>http://ask.metafilter.com/53117/Software-that-will-let-me-create-a-Windows-screensaver-on-a-Mac-platform#805296</link>	
		<description>That would be &lt;b&gt;ardgedee&lt;/b&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.53117-805296</guid>
		<pubDate>Mon, 18 Dec 2006 16:54:16 -0800</pubDate>
		<dc:creator>tellurian</dc:creator>
	</item>
	</channel>
</rss>
