<?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: Opening html from an Enhanced CD in OS X...</title>
	<link>http://ask.metafilter.com/22503/Opening-html-from-an-Enhanced-CD-in-OS-X/</link>
	<description>Comments on Ask MetaFilter post Opening html from an Enhanced CD in OS X...</description>
	<pubDate>Thu, 11 Aug 2005 23:27:57 -0800</pubDate>
	<lastBuildDate>Thu, 11 Aug 2005 23:27:57 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Opening html from an Enhanced CD in OS X...</title>
		<link>http://ask.metafilter.com/22503/Opening-html-from-an-Enhanced-CD-in-OS-X</link>	
		<description>Intuitively directing the user to an html page on an Enhanced CD in OS X... &lt;br /&gt;&lt;br /&gt; I&apos;m putting together the master (for replication) of an audio CD, &apos;enhanced&apos; with content consisting of a quicktime video embedded in an html page.  I&apos;ve got autorun working nicely for Windows boxen, but since I can&apos;t use autorun in OSX, what&apos;s the best solution to direct the user to opening the appropriate html file in safari.  If they have html files associated with any sort of editor (As I do) simply double clicking the appropriate file won&apos;t do.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.22503</guid>
		<pubDate>Thu, 11 Aug 2005 23:16:29 -0800</pubDate>
		<dc:creator>adamkempa</dc:creator>
		
			<category>cds</category>
		
			<category>mastering</category>
		
			<category>autorun</category>
		
	</item> <item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/22503/Opening-html-from-an-Enhanced-CD-in-OS-X#360609</link>	
		<description>Present an AppleScript in the top level of the disc. &lt;br&gt;
&lt;br&gt;
Double-clicking the script will open the target document in Safari:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;tell application &quot;Safari&quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;activate&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;try&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;open &quot;Volumes:CD Title:file.html&quot;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;end try&lt;br&gt;
end tell&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
You&apos;ll find additional sample scripts &lt;a href=&quot;http://www.apple.com/applescript/safari/&quot;&gt;over here&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.22503-360609</guid>
		<pubDate>Thu, 11 Aug 2005 23:27:57 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/22503/Opening-html-from-an-Enhanced-CD-in-OS-X#360615</link>	
		<description>Oh, and to make it clear the user needs to double-click the script, use an image background for your Enhanced CD volume that has icons positioned to instruct the user as to what to do.&lt;br&gt;
&lt;br&gt;
Documentation on doing this is &lt;a href=&quot;http://decaffeinated.org/archives/2003/10/24/dmg&quot;&gt;over here&lt;/a&gt;. You should be able to burn data disc partitions from .dmg files with your favorite disc authoring package.&lt;br&gt;
&lt;br&gt;
If you want an example of how this works in the real world, download the &lt;a href=&quot;http://www.stuffit.com/mac/expander/download3.html&quot;&gt;StuffIt Expander&lt;/a&gt; installer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.22503-360615</guid>
		<pubDate>Thu, 11 Aug 2005 23:34:46 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: nathan_teske</title>
		<link>http://ask.metafilter.com/22503/Opening-html-from-an-Enhanced-CD-in-OS-X#360629</link>	
		<description>Under OS X, you don&apos;t even need to script it. Open your HTML page in Safari and drag the favicon to the desktop. That will create a Finder &quot;internet location&quot; file, pointing to the content. Basically it&apos;s a Finder alias to a URL, and the Finder will pass it off to the user&apos;s default browser.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.22503-360629</guid>
		<pubDate>Fri, 12 Aug 2005 00:15:04 -0800</pubDate>
		<dc:creator>nathan_teske</dc:creator>
	</item><item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/22503/Opening-html-from-an-Enhanced-CD-in-OS-X#360634</link>	
		<description>&lt;i&gt;[T]he Finder will pass it off to the user&apos;s default browser.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Which may not always be Safari. If Safari is a requirement, you&apos;ll need a script of one sort or another.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.22503-360634</guid>
		<pubDate>Fri, 12 Aug 2005 00:39:26 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: teg</title>
		<link>http://ask.metafilter.com/22503/Opening-html-from-an-Enhanced-CD-in-OS-X#360855</link>	
		<description>If they have their html files associated to an editor, they&apos;re probably savvy enough to figure out how to open the file in a browser. I would also bet most users would prefer to have an html file open in their default browser. I know I hate it when some old documentation file launches Internet Explorer for me.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.22503-360855</guid>
		<pubDate>Fri, 12 Aug 2005 08:48:18 -0800</pubDate>
		<dc:creator>teg</dc:creator>
	</item><item>
		<title>By: omnidrew</title>
		<link>http://ask.metafilter.com/22503/Opening-html-from-an-Enhanced-CD-in-OS-X#361159</link>	
		<description>I&apos;ve put together a bunch of ECDs -- I try to make it easy by having as little as possible to click on. The only file at the top level of the CD is index.html. &lt;br&gt;
&lt;br&gt;
All the content is in a folder called &quot;site.&quot; Videos in a top-level folder, too, in case the user wants  to get at them directly.&lt;br&gt;
&lt;br&gt;
I&apos;ve typically trusted in the html extension to point the OS to the default browser. But I will check out the Applescript.&lt;br&gt;
&lt;br&gt;
Semi-tangent: is there a freeware way to autorun an html file under Windows? I thought autorun would only work with exe files...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.22503-361159</guid>
		<pubDate>Fri, 12 Aug 2005 17:39:32 -0800</pubDate>
		<dc:creator>omnidrew</dc:creator>
	</item>
	</channel>
</rss>
