This question is locked. New answers and comments are not allowed.
Hello,
I am a developer currently testing media playing in a sample project. Here is my code:
Actually it does not work, do I have something wrong in my code or is there some kind of limitation in the trial version?
Thanks for taking the time to answer me,
regards
I am a developer currently testing media playing in a sample project. Here is my code:
<UserControl x:Class="MediaPlayer.MainPage" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> <Grid x:Name="LayoutRoot" Background="White"> <telerik:RadMediaPlayer x:Name="player"> <telerik:RadMediaItem IsStreamingSource="True" </telerik:RadMediaItem> </telerik:RadMediaPlayer> </Grid></UserControl>Actually it does not work, do I have something wrong in my code or is there some kind of limitation in the trial version?
Thanks for taking the time to answer me,
regards
