DevalVR support

 

It is currently Sun May 19, 2013 2:05 pm

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: Panosalado and DevalVR
PostPosted: Thu Oct 14, 2010 10:28 pm 
Offline

Joined: Wed Sep 15, 2010 6:39 pm
Posts: 22
Hello friends,
I want to use DevalVr and Panosalado on my web page. A friend suggested this solution(structure):
Attachment:
Clipboard01.jpg
Clipboard01.jpg [ 3.4 KiB | Viewed 2343 times ]

where index.html has the folowing code:
Code:
<html>
   <head>
      <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
      <title>VR Tour</title>
   </head>
   <body bgcolor="#ffffff" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<SCRIPT type="text/javascript" src="detectvr.js">
</SCRIPT>
<SCRIPT type="text/javascript">
detectvr_replacepage=1;
viewerparameters("devalvr","fullscreen","0");
writecode("index_qt.html", "index_devalvr.html", "index_java.html", "index_salado.html", "","100%","90%");
</SCRIPT>
         <noscript>
         <b>Please enable Javascript!</b>
         </noscript>
   </body>
</html>

Now:
- Firstly I've uninstalled the Deval plugin from my computer to test what's happening
- Started index.html
- The page show me the text with the recomandation of instaling the DevalVR plugin to view content and ... nothing more
1. - Did I understant wrong my friend advice?
2. - This solution does not have to "jump" to index_salado.html IF the deval plugin isn't present?
Please help !
Thank you in advance!

All the best,
Eugen.


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 19, 2010 10:50 am 
Offline

Joined: Wed Sep 15, 2010 6:39 pm
Posts: 22
Why does it look's like I'm the only one on the planet trying to do something like this? I've changed my plans so manny times, I'm open to new ideas, sugestions... anybody... just tell me something, that this is imposible or else.... at least it will be an answer!


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 19, 2010 3:32 pm 
Offline
I only was walking somewhere...
User avatar

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

Yes, after the ascension of Flash players, this forum is a desert.

The multi-page feature is an old feature of detectvr.js script, it should work correctly, but I did not tested in depht.

You should use only one page for all viewers. Please, see this implementation of QT+DevalVR+KRPano http://www.devalvr.com/panos/krpano.zip
If you configure correctly the "flashbars" parameter, you can use Panosalado instead of krpano.

regards!


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 19, 2010 5:08 pm 
Offline

Joined: Wed Sep 15, 2010 6:39 pm
Posts: 22
My friend, my problem is that I don't have a solution to replace this pano.swf:
Code:
writecode("images/pano.mov","images/pano.mov","","images/pano.swf","","100%","-70");

Panosalado DOES NOT have a single file...


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 19, 2010 5:17 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
Can I see the code of your index_salado.html ?


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 19, 2010 5:49 pm 
Offline

Joined: Wed Sep 15, 2010 6:39 pm
Posts: 22
Here it is my friend:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
   <head>
      <title>Turul virtual al Şcolii OMEGA</title>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
      <link href="embed/style.css" rel="stylesheet" type="text/css">
      <script type="text/javascript" src="embed/swfobject.js"></script>
      <script type="text/javascript">
         var flashvars = {};
         flashvars.xml = "examples/settings.xml";
         var params = {};
         params.play = "true";
         params.loop = "false";
         params.menu = "false";
         params.quality = "high";
         params.scale = "showall";
         params.wmode = "window";
         params.bgcolor = "#000000";
         params.devicefont = "false";
         params.allowfullscreen = "true";
         params.allowscriptaccess = "sameDomain";
         var attributes = {};
         swfobject.embedSWF("SaladoPlayer.swf", "SaladoPlayer", "100%", "100%", "10.0.0", "embed/expressInstall.swf", flashvars, params, attributes);
      </script>
   </head>
   <body bgcolor="#000000">
      <div class="centered_div">
         <div id="SaladoPlayer">
         <a href="http://www.adobe.com/go/getflashplayer">
         <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /> </a>
      </div>
      </body>
</html>


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 19, 2010 6:35 pm 
Offline
I only was walking somewhere...
User avatar

Joined: Tue Aug 09, 2005 1:55 am
Posts: 2007
You can change into the "QT-DevalVR-krpano.html" file the next code:

Code:
<SCRIPT type="text/javascript">
   viewerparameters("flash","flashvars","xml=examples/settings.xml");
    writecode("images/pano.mov","images/pano.mov","","SaladoPlayer.swf","","100%","-70");
</SCRIPT>


Place your "examples" folder and the file SaladoPlayer.swf into the same folder that "QT-DevalVR-krpano.html" file.

Then, Panosalado should work. The file detectvr.js into this example is out of date, use the latest 1.3.8 version.

Tell me what is the result.


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 19, 2010 7:28 pm 
Offline

Joined: Wed Sep 15, 2010 6:39 pm
Posts: 22
:D
My dear friend, why didn't you tell me this a couple of weeks ago when I first asked you? :) No problem really! :)
:!: Finaly my dream has come true!!! :!:
The combination of the two players is working perfectly, off-line for now, but also on-line as soon as posible...
Thank you very much Armando, you have prooved once more that you are a great MAN!
All the best,
Eugen.


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 26, 2010 11:22 pm 
Offline

Joined: Fri Nov 11, 2005 12:41 am
Posts: 229
Location: basel-switzerland
Because your dear friend was very busy with his panovideo-cam.

_________________
http://www.3dreal.ch
3DStereo-Aeropanoramas
(temporary ltd.access)
www.stereopan.org
3dstereo-marspanoramas


Top
 Profile E-mail  
 
 Post subject: Re: Panosalado and DevalVR
PostPosted: Tue Oct 26, 2010 11:31 pm 
Offline

Joined: Fri Nov 11, 2005 12:41 am
Posts: 229
Location: basel-switzerland
fiero wrote:
Hi Eugen,

Yes, after the ascension of Flash players, this forum is a desert.

The multi-page feature is an old feature of detectvr.js script, it should work correctly, but I did not tested in depht.

You should use only one page for all viewers. Please, see this implementation of QT+DevalVR+KRPano http://www.devalvr.com/panos/krpano.zip
If you configure correctly the "flashbars" parameter, you can use Panosalado instead of krpano.

regards!

Big chance for Devalvr!
When we will see avi-integration in DevalVR this will change very quickly.
Next week, at adobe max(conference)oct. 27- 3d-integration in new flashplayer will be shown. Most likely true 3DStereo.
My 3DStereoVideos are ready to be shown in DevalVR.
Other solutions can be seen here at www.stereoforum.org
search for 3D-Stream and 3d-Flashplayers

_________________
http://www.3dreal.ch
3DStereo-Aeropanoramas
(temporary ltd.access)
www.stereopan.org
3dstereo-marspanoramas


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: Exabot [Bot] 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