To insert the player into the article write the next statement in the text of the article:
{qtvr filename width height}
Replace the parameter "filename" by the MOV file name and the "width" and "height" parameters by the size in pixels of the player window. Example:
{qtvr panorama.mov 460 300}
The base folder for the MOV files is the content folder of your WordPress installation (by default /wp-content/) For example, if you write: {qtvr pictures/panorama.mov 460 300} , the file should be in /wp-content/pictures/panorama.mov
You can use absolute URLs too, for example:
{qtvr http://www.devalvr.com/panos/mansion1.mov 460 300}
It's possible to define any parameters for DevalVR or QuickTime, with the help of the functions devalvr() and qt() respectively. The parameters must be written between the parentheses, between quotation marks, separated by commas, and in pairs name-value. Any number of parameters can be defined. Available parameters for DevalVR: http://www.devalvr.com/paginas/soporte/parameters.html
Example:
{qtvr panorama.mov 460 300 devalvr("autoplay","2","autoplayspeed","-6") qt("controller","false")}
It's possible to insert some options bellow the viewer to allow the user to choose his preferred browser plugin. Use the selection() function. This function can have several parameters, separated by commas. The first parameter is the text that will be written before the selection options, the next parameters must be any of these predefined words: detect, devalvr, qt, links, combobox
Example:
{qtvr panorama.mov 460 300 devalvr("autoplay","2") qt("controller","false") selection(Choose viewer:, detect, devalvr, qt)}
Preview images:
It's possible to use the function "preview(filename)" to define an image to show under the play button.
{qtvr panorama.mov 460 300 preview(image.jpg)}
The base folder for preview images is the content folder of your WordPress installation (by default /wp-content/) For example, if you write: {qtvr panorama.mov 460 300 preview(pictures/image.jpg)} , the file should be in /wp-content/pictures/image.jpg




