PDA

View Full Version : flvplayer and Streaming video from FMS


HITdrumHARD
12-05-2007, 10:47 PM
Since flvplayer uses CS3 FlvPlayback Component, I tried passing an rtmp URL to flvplayer in my pano xml. I get sound only. The flv download works fine. Has anyone tried this with success?

Here is my xml:

<?xml version='1.0'?>
<panorama>
<parameters>

panoName = images/jkp

zoomHome = 1.0
behavior = 1
layer_2 = files/hotspots.swf?1
<!--
layer_5 = files/editor.swf
-->
</parameters>

<hotspots>
<global onTransitionEnd="externalInterfaceID=live;pano.disableControls=0;pr eview.id=;"

... (other functions

showCamera="right_screen.url=images/camera.swf"
hideCamera="files/flvplayer.swf?file=rtmp://myFMS.com/Learn2Video/video/a9248204-3c8f-4867-b60d-27104a782da8.flv"

>


<box id="webcam" url="images/black_i.png" pan="-35.69" tilt="-6.00" distance="2.17" orientation="sphere" rotationX="-45.00" rotationY="5.00" depth="-360" onOver="scale=1.1,600,elastic;depth+=20" onOut="scale=1,300;depth-=20" onClick="openCam()" openCam="showCamera(); onClick=closeCam;" closeCam="hideCamera(); onClick=openCam"/>

<box id="left_screen" url="files/flvplayer.swf?file=Sandy.flv" pan="-19.19" tilt="18.84" distance="1.27" orientation="front" depth="18" rotationY="-2.00" depth="-649" scale="1.17" alpha="1" refreshRate="15" segmentsX="6" segmentsY="4" enableSoundPanning="1" soundRadius="190" />

<box id="right_screen" url="files/flvplayer.swf?file=rtmp://myFMS.com/Learn2Video/video/a9248204-3c8f-4867-b60d-27104a782da8.flv" pan="19.29" tilt="18.52" distance="1.30" orientation="front" depth="17" scale="1.19" alpha="1" refreshRate="15" segmentsX="6" segmentsY="4" enableSoundPanning="1" soundRadius="190" />

... (other hotspots)

</global>
</hotspots>
</panorama>

HITdrumHARD
12-13-2007, 09:59 PM
bump. bump. bump.