wwp@yahoogroups.com:
QTVR to Flash switch-over
Uri Cogan 2009-Jun-30 01:48:00
I tried to disable the QuickTime plugin on my browser (Firefox, Mac) and
noticed that in the preview display, the screen goes blank. Re-loading
does not bring the Flash version up.
I did notice an option to select viewers manually and switch over to
Flash or Pangea, but that choice appears obscure and not likely to be
accessed by naive users.
Pleinpot, which I use to generate my web pages, can be set up to run the
QuickTime version of the panorama, and to automatically load and run the
Flash version if QuickTime is not found.
-------------------
<script language="JavaScript" type="text/javascript"><!--
if (isQTInstalled()){QT_WriteOBJECT(
'media/pearson_college.mov', '100%', '100%','',
'controller', 'false',
'moviename', 'pleinpotVR',
'scale','tofit',
'autoplay','false',
'cache','false',
'bgcolor','000000'
,'SaveEmbedTags','true'
);}
else
{document.write(window.location.href="pearson_college_swf.html");}
// --></script>
------------------
All I want to do now is code the reverse; give priority to Flash and
fall back to QuickTime if Flash is not found :-)
Uri.