This question is locked. New answers and comments are not allowed.
What's wrong with the following code. When I click the playlist item, the counter remains at zero, although the play button changes to a pause symbol.
The WMV is valid. I can play it in Windows Media Player. And I can play videos when I give them full http:// urls.
Video and Images are both child directories of the Views directory where this page sits.
The WMV is valid. I can play it in Windows Media Player. And I can play videos when I give them full http:// urls.
Video and Images are both child directories of the Views directory where this page sits.
| <telerik:RadMediaPlayer |
| AutoReverse="True" |
| x:Name="RadMediaPlayer1" Margin="5" |
| IsPlaylistVisible="True" Height="420" Width="480" AutoPlay="False" > |
| <telerik:RadMediaItem Source="Video/McDonaldsGreatestAd.wmv" |
| ImageSource="Images/Vein_Images/AngelaPhoto.jpg" |
| Description="Video"> |
| <telerik:RadMediaChapter Position="00:01:00" Title="Minute 1" /> |
| <telerik:RadMediaChapter Position="00:02:00" Title="Minute 2" /> |
| <telerik:RadMediaChapter Position="00:03:00" Title="Minute 3" /> |
| </telerik:RadMediaItem> |
| </telerik:RadMediaPlayer> |
