Design Question (Twitter/Video)
Trying to get this ESPN style layout working. We want to have a video commercial playing where the big box is. with the 2 small boxes playing images that will rotate on a video with transitions. and the bottom. We want twitter to scroll on the bottom with our live updates. This photo contains a static image of twitter that i placed on the bottom, everything else displays (but videos don't loop). Could anyone help with looping videos and twitter to display on bottom?
Hello Jason,
Here's what you can do to achieve the scenario, displayed on the image:
<
telerikMediaPlayer:RadMediaPlayer
CanSeek
=
"False"
x:Name
=
"mediaPlayer"
IsPlaylistVisible
=
"False"
IsAutoReverse
=
"True"
IsAutoPlaylistAdvance
=
"False"
>
<
telerikMediaPlayer:RadMediaPlayer.Background
>
<
LinearGradientBrush
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"#FF152865"
/>
<
GradientStop
Color
=
"#FFB4C2F0"
Offset
=
"1"
/>
</
LinearGradientBrush
>
</
telerikMediaPlayer:RadMediaPlayer.Background
>
</
telerikMediaPlayer:RadMediaPlayer
>