View Single Post
  #2 (permalink)  
Old 03-13-2007, 09:17 PM
zachd [MSFT]
Newsgroup Contributor
 
Posts: n/a
Re: to diminish the time of delay


In the example below, the content is coming from an HTTP server, and thus it
is not optimized for seeking and other "trick" functionality. If you put
this content upon a Windows Media Server, you should then be able to
instantly seek / fast-forward.

--
Speaking for myself only.
See http://zachd.com/pss/pss.html for some helpful WMP info.
This posting is provided "AS IS" with no warranties, and confers no rights.
--

"Dimitris" <nome@example.com> wrote in message
news:24156624-A2A6-485F-98C7-B336639934BC@microsoft.com...
>I have a question to make for the staff most experienced of fórum and wait
>to
> be able to get a result.
> I have a video of a HTML page , the codified video this with stream, index
> and marks.
>
> What it occurs and that the functions To fast-forward and fast rewind so
> after function to have passed the time of 4 minutes. I do not obtain to
> understand the reason, simply in these 4 minutes initial the buttons to
> fast
> forward and to fast rewind they do not function and also not me of the
>
> acknowledgment of error, after this time they function very well.
> In the audio version alone of the functions to fast forward and to fast
> rewind they function immediately and and alone this when I call the video
> to
> standalone player does not happen the same thing fast-forward and to fast
> rewind they only function after 4 minutes passed the video Somebody can
> say
> me as makes to correct this, as poso to diminish this open assembly time?
> The housed video this in a server Windows 2003
> Any aid and very well coming
> Dimitris
>
> The code of embedded player in the page and the following one
> <object
> id="VPlay"
> name="VPlay"
> width="240"
> height="160"
> type="application/x-oleobject"
> classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
> <param name="AnimationAtStart" value="0" />
> <param name="AutoStart" value="0" />
> <param name="CurrentMarker" value="0" />
> <param name="EnablePositionControls" value="0" />
> <param name="EnableTracker" value="0" />
> <param name="ShowAudioControls" value="0" />
> <param name="ShowCaptioning" value="0" />
> <param name="ShowControls" value="0" />
> <param name="ShowDisplay" value="0" />
> <param name="ShowGotoBar" value="0" />
> <param name="ShowPositionControls" value="0" />
> <param name="ShowStatusBar" value="0" />
> <param name="ShowTracker" value="0" />
> <param name="SRC" value="video.wmv" />
> <param name="TransparentAtStart" value="1" />
> <!-- <param name="Volume" value="-600"> -->
> <embed>
> src="video.wmv"
> width="240"
> height="160"
> autostart="0"
> type="application/x-mplayer2"
> id="VPlay"
> name="VPlay"
> showdisplay="0"
> showcontrols="0"
> animationatstart="0"
> transparentatstart="1"
> showstatusbar="0"
> showtracker="0"
> currentmarker="0"
> enablepositioncontrols="0"
> enabletracker="0"
> showcaptioning="0"
> showaudiocontrols="0"
> showgotobar="0"
> volume="-600"
> showpositioncontrols="0">
> </embed>
> </object>



Reply With Quote

 
Old 03-13-2007, 09:17 PM