Where to put my Html.
Hi
I'm a newbie on Flash and streaming and need some help to my problems.
I'm trying to create a Html page which can stream the videos that I've placed in the "application\<MyFolder>\streaming\_definst_" folder.
The thing is that it will only work when the html file is placed under the FMS webroot folder - why is that.
I didn't install the apache server when I installed the FMS 3.5 because It was already installed on my system (same server).
What am I missing??? Do I have to make some special configuration to the Apache server or FMS server to be able to place the Html elsewhere??
A copy of the html is placed beneath.
<body>
<object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' >
<param name='movie' value='swfs/videoPlayer.swf' />
<param name='quality' value='high' />
<param name='bgcolor' value='#000000' />
<param name='allowfullscreen' value='true' />
<param name='flashvars' value= '
&videoWidth=0
&videoHeight=0
&dsControl=manual
&dsSensitivity=100
&serverURL=rtmp:/Lemchetest/sas&DS_Status=true
&streamType=vod
&autoStart=true'
/>
<embed
src='swfs/videoPlayer.swf'
width='640'
height='377'
id='videoPlayer'
quality='high'
bgcolor='#000000'
name='videoPlayer'
allowfullscreen='true'
pluginspage='http://www.adobe.com/go/getflashplayer'
flashvars='
&videoWidth=0
&videoHeight=0
&dsControl=manual
&dsSensitivity=100
&serverURL=rtmp:/Lemchetest/sas
&DS_Status=true
&streamType=vod
&autoStart=true'
type='application/x-shockwave-flash'
>
</embed>
</object>
</body>
Thanks for your time.
/Flemming
