Hi Flavio,
Your code is correct, anyway, check if the code is the same in the "HTML" and "Visual" tab.
It exist a problem with your server, because it does not allow to download MOV files directly. Your mov link is redirected to this page
http://st2.altervista.org/split.php?htt ... antest.mov , for this reason it's not possible to see the MOV into the viewer.
You can test a trick to avoid the redirection of your server. Rename the MOV file to ".dat" and use this name in the config text. In addition, add the parameter "filetype" to DevalVR parameters to specify that your file is a MOV file. Try this:
Code:
{qtvr http://flaviopontiggia.altervista.org/immagini/pantest.dat 460 300 devalvr("filetype","mov","autoplay","2","autoplayspeed","-6") qt("controller","false")}
Tell me if this works!