DevalVR support

 

It is currently Wed May 22, 2013 8:24 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Using detectvr with panoramas made with panorama2flash
PostPosted: Sat Dec 01, 2007 12:03 pm 
Offline

Joined: Mon Oct 23, 2006 5:32 pm
Posts: 140
Location: Romania
Hi, Is there an example with using detectvr script to launch panorama in this order of preferency?

1) DevalVR
2) Quicktime
3) Flash converted with Panorama2flash from Easypano not made with Pano2(QT)VR
4) Java

I'd very happy to see an example which assure launching the next panos in that order of preferency

1) http://www.mypostcard.ro/indoor_DevalVR_QT.html in DevalVR
2) http://www.mypostcard.ro/indoor_DevalVR_QT.html in Quicktime if DevalVR is not installed
3) http://www.mypostcard.ro/indoor_flash.html in flash if DevalVR or QT is not installed
4) http://www.mypostcard.ro/indoor_java.html

thanks,
Dorin


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 01, 2007 5:01 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
Hi Dorin,

This is the default order of preferency, your can see PluginPriority_ variables at the beginning of detectvr.js file.

Maybe the easiest way is to use links: http://www.devalvr.com/fiero/test_dorin.html

Code:
<html>
   <head>
      <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
      <title></title>
<!--
window.moveTo(0,0);
window.resizeTo(window.screen.availWidth,window.screen.availHeight);
window.focus();
//-->
      <style type="text/css" title="Default">
         body, div, h1, h2, h3, span, p {
            font-family: Verdana,Arial,Helvetica,sans-serif;
            color: Black;
         }
         body {
           font-size: 10pt;
           background : #000000;
         }
         td,tr,table {
            font-size: 10pt;
            border : 1 Black;
            border-left-style : solid;
            border-bottom-style : solid;
            border-top-style : solid;
            border-right-style : solid;
            border-left-width : 1;
            border-right-width : 1;
            border-top-width : 1;
            border-bottom-width : 1;
            border-color : #777777;
            background : #eeeeee;
         }
         h1 {
            font-size: 18pt;
         }
         h2 {
            font-size: 14pt;
         }
      </style>   
   </head>
   <body bgcolor="#ffffff" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
   <p align="center">

<SCRIPT type="text/javascript" src="detectvr.js">
</SCRIPT>
<SCRIPT type="text/javascript">
detectvr_replacepage=1;
viewerparameters("devalvr","fullscreen","0");
writecode("http://www.mypostcard.ro/indoor_DevalVR_QT.html", "http://www.mypostcard.ro/indoor_DevalVR_QT.html", "http://www.mypostcard.ro/indoor_java.html", "http://www.mypostcard.ro/indoor_flash.html", "","100%","90%");
</SCRIPT>
         <noscript>
         <b>Please enable Javascript!</b>
         </noscript>
                        <br><img src="scala.jpg" width="530" height="24"></p>
   </body>

</html>


I can try to do it in one file...


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Sat Dec 01, 2007 5:34 pm 
Offline

Joined: Mon Oct 23, 2006 5:32 pm
Posts: 140
Location: Romania
Thanks, yes links! that's the easiest way!

I've tried in one file but I didn't managed to have it working

Dorin


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group