Hi,
Need help if sombody can guide how can i slide the video playback using slider. Currently if i set progressanimation of the video with the slider, i cannot move the slider forward or backward after i’ve paused the video. Even if i pressed the slider and dragged it forward later it will go back to the position where it was paused earlier. Any suggestion??
<App Theme="Basic">
<Video ux:Name="video" Dock="Fill" Url="{videoUrl}" StretchMode="Uniform" AutoPlay="true">
<ProgressAnimation>
<Change Target="slider2.Value" Value="{videoThumb}" /> </ProgressAnimation>
</Video>
<Slider ux:Name="slider2" >
<float4 ux:Value="#FF5722" ux:Key="C500" />
<float4 ux:Value="#FBE9E7" ux:Key="CLine" /></Slider>
</App>