Embedded video into panoramic pictures with DevalVR
This is a demostration page to show video into a panoramic picture with DevalVR plugin. The plugin version required is 0.2.5.6. For Internet Explorer, installing is automatic. For others browsers, you can download the installer program here www.devalvr.com/install (185KB)
|
embedded video (medium
quality) |
Demonstracion of cursor's coordinates passing to flash movie |
Thank you Jeffrey Martin (www.jeffrey-martin.com) for the panoramic photography. :)
How insert video with DevalVR:
To define a animation into a panorama, is necessary to create a configuration file (script file). In the script (a TXT file renamed to DVL) you define the files to load and a quad (polygon with four vertices) where the animation will show. The animation file is a HTML, in this web page you can create a Flash movie, a QT movie, a webcam, etc. This web page will show in the quad area.
Example script file:
(panoname)
{
TYPE=DVL; //Set the
panoramic picture
FILE=panocomputer.dvl;
//Panoramic picture file
NODO=124,79,200,-122,78,200,122,-103,200,-118,-102,200,0,0,
image1; //Define animation area and de
imagename
}
(image1)
{
TYPE=IMAGE;
//Define image type
FILE=desktop.html;
//Set the file containing the animation (Flash in this
example)
SIZE=640,480; //Set the
image size, because a html haven't a defined
size.
REFRESHRATE=10;
//Refresh rate for update de image in quad
}
(NOTE: the coments are only for teach purposes)
The NODO param can be create with Deval Panorama Studio.
Regards :)
Armando Sáenz
www.devalvr.com