<?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: Tutorial or template for embedding Quicktime VR pano file in a website? </title>
	<link>http://ask.metafilter.com/121663/Tutorial-or-template-for-embedding-Quicktime-VR-pano-file-in-a-website/</link>
	<description>Comments on Ask MetaFilter post Tutorial or template for embedding Quicktime VR pano file in a website?</description>
	<pubDate>Sat, 09 May 2009 12:42:54 -0800</pubDate>
	<lastBuildDate>Sat, 09 May 2009 12:42:54 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Tutorial or template for embedding Quicktime VR pano file in a website? </title>
		<link>http://ask.metafilter.com/121663/Tutorial-or-template-for-embedding-Quicktime-VR-pano-file-in-a-website</link>	
		<description>Tutorial or template for embedding Quicktime VR pano file in a website? &lt;br /&gt;&lt;br /&gt; Hi all, 7 years ago I was part of an archaeological project, and we made one of those stitched together panorama movie files that allow one to explore an environment.  I created it with Quicktime VR and it has the pano extension.  I would now like to embed this file in my personal website, but I am having trouble finding a good tutorial for that.  &lt;br&gt;
&lt;br&gt;
The support on the quicktime website says to use the html code that the stitcher produces, but that is no help for me because I do not own the stitching program and do not have the html code it may have produced 7 years ago.  &lt;br&gt;
&lt;br&gt;
What I do have access to is the full Master Collection of Adobe CS3.  Perhaps there is a way that this suite can interact with pano files, but I have not been able to figure it out thus far.   I have been using the CS3 version of Dreamweaver and Photoshop to assemble the site, and I am also doing some hand coding.  Any suggestions for getting this embedded would be most appreciated</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.121663</guid>
		<pubDate>Sat, 09 May 2009 07:35:59 -0800</pubDate>
		<dc:creator>tnygard</dc:creator>
		
			<category>pano</category>
		
			<category>quicktime</category>
		
			<category>quicktimevr</category>
		
			<category>panorama</category>
		
			<category>website</category>
		
			<category>html</category>
		
			<category>css</category>
		
			<category>plugins</category>
		
			<category>movies</category>
		
			<category>environments</category>
		
			<category>adobe</category>
		
			<category>adobecs3</category>
		
			<category>cs3</category>
		
	</item> <item>
		<title>By: netbros</title>
		<link>http://ask.metafilter.com/121663/Tutorial-or-template-for-embedding-Quicktime-VR-pano-file-in-a-website#1740198</link>	
		<description>&lt;b&gt;Put the following codes in the &amp;lt;head&amp;gt; section of your web page:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
&amp;lt;script src=&quot;http://www.apple.com/library/quicktime/scripts/ac_quicktime.js&quot; language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;lt;script src=&quot;http://www.apple.com/library/quicktime/scripts/qtp_library.js&quot; language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;lt;link href=&quot;http://www.apple.com/library/quicktime/stylesheets/qtp_library.css&quot; rel=&quot;StyleSheet&quot; type=&quot;text/css&quot; /&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Put the following in the &amp;lt;body&amp;gt; section of your web page:&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&amp;lt;!--&lt;br&gt;
	QT_WritePoster_XHTML(&apos;Click to Play&apos;, &apos;081011-poster.jpg&apos;,&lt;br&gt;
		&apos;081011.mov&apos;,&lt;br&gt;
		&apos;848&apos;, &apos;496&apos;, &apos;&apos;,&lt;br&gt;
		&apos;controller&apos;, &apos;true&apos;,&lt;br&gt;
		&apos;autoplay&apos;, &apos;true&apos;,&lt;br&gt;
		&apos;bgcolor&apos;, &apos;black&apos;,&lt;br&gt;
		&apos;scale&apos;, &apos;aspect&apos;);&lt;br&gt;
//--&amp;gt;&lt;br&gt;
&amp;lt;/script&amp;gt;&lt;br&gt;
&amp;lt;noscript&amp;gt;&lt;br&gt;
&amp;lt;object width=&quot;848&quot; height=&quot;496&quot; classid=&quot;clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B&quot; codebase=&quot;http://www.apple.com/qtactivex/qtplugin.cab&quot;&amp;gt;&lt;br&gt;
	&amp;lt;param name=&quot;src&quot; value=&quot;081011-poster.jpg&quot; /&amp;gt;&lt;br&gt;
	&amp;lt;param name=&quot;href&quot; value=&quot;081011.mov&quot; /&amp;gt;&lt;br&gt;
	&amp;lt;param name=&quot;target&quot; value=&quot;myself&quot; /&amp;gt;&lt;br&gt;
	&amp;lt;param name=&quot;controller&quot; value=&quot;false&quot; /&amp;gt;&lt;br&gt;
	&amp;lt;param name=&quot;autoplay&quot; value=&quot;false&quot; /&amp;gt;&lt;br&gt;
	&amp;lt;param name=&quot;scale&quot; value=&quot;aspect&quot; /&amp;gt;&lt;br&gt;
&amp;lt;/object&amp;gt;&lt;br&gt;
&amp;lt;/noscript&amp;gt;&lt;br&gt;
&lt;br&gt;
Where 081011-poster.jpg = the name of the screen capture that is initially displayed&lt;br&gt;
and 081011.mov is the QTVR pano file name you wish to display.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.121663-1740198</guid>
		<pubDate>Sat, 09 May 2009 12:42:54 -0800</pubDate>
		<dc:creator>netbros</dc:creator>
	</item><item>
		<title>By: tnygard</title>
		<link>http://ask.metafilter.com/121663/Tutorial-or-template-for-embedding-Quicktime-VR-pano-file-in-a-website#1750202</link>	
		<description>The code above worked perfectly.  Thanks !</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.121663-1750202</guid>
		<pubDate>Mon, 18 May 2009 09:51:03 -0800</pubDate>
		<dc:creator>tnygard</dc:creator>
	</item>
	</channel>
</rss>
