PDA

View Full Version : FLV player


izoneguy
05-06-2008, 01:46 PM
Hello,

I finally have a pano that needs a video and now
I cannot get it to work....
I tried the code below. I am using all the files
I normally do in other panos...
I cannot get it to work...
This is just one pano and I tried
linked as well and that did not work...
I did see some examples and I could get my flv file
to work with those but when I added some plug-ins the
browser would crash.
What is the latest version of flvplayer I should try to use?
Thanks


<box id="tv"
url="files/flvplayer.swf?file=../images/myvideo.flv"
pan="179.06"
tilt="-10.16"
distance="1.14"
rotationX="-1"
rotationY="0"
rotationZ="-1.00"
depth="0"
scale="0.49"
alpha="1"
refreshRate="20"
enableSoundPanning="1"
soundRadius="150" />

izoneguy
05-06-2008, 02:33 PM
<box id="tv"
url="files/flvplayer.swf?file=images/myvideo.flv"
linked="images/001"
pan="179.06"
tilt="-10.16"
distance="1.14"
rotationX="-1"
rotationY="0"
rotationZ="-1.00"
depth="0"
scale="0.49"
alpha="1"
refreshRate="20"
enableSoundPanning="1"
soundRadius="150" />


I had the linked parameter wrong..dhhhh

The video works but now when I go full screen the screen goes black????

le GROS jйjй
11-27-2008, 11:38 AM
I had the problem too, just don't call flvplayer.swf in the parameters and it works !

Joro
11-27-2008, 08:35 PM
<box id="tv"
url="files/flvplayer.swf"
linked="images/001"
pan="179.06"
tilt="-10.16"
distance="1.14"
rotationX="-1"
rotationY="0"
rotationZ="-1.00"
depth="0"
scale="0.49"
alpha="1"
refreshRate="20"
enableSoundPanning="1"
soundRadius="150" />

and rename ur flv from myvideo.flv to flvplayer.flv and put it in the same folder with the flvplayer.swf and also double chek for the names of the files, since the web servers are case sensitive. :)