This question is locked. New answers and comments are not allowed.
Hello,
I have a problems with the RadMediaPlayer control (I use the version 2010_1_0218).
1) I can't play the video If the AutoPlay feature is not set to "True". In other words, If I remove this feature or I set the value of it to "False" then The video doesn't start (Play), Why?
2) I try to set other themes to my RadMediaPlayer, how can I do that? The RadMediaPlayer in my code doesn't reconize the theme property.
3) How can I set a fixed sentence within the video. I mean, I need to put the website name on the control in order to prevent other website to use the same video (requirements!!!)
4) How can set the fullscreen property?
My MainPage.xaml:
Plaese, I need an immediate help,
It is apprecited to send me the modified code.
Regards,
Bader
I have a problems with the RadMediaPlayer control (I use the version 2010_1_0218).
1) I can't play the video If the AutoPlay feature is not set to "True". In other words, If I remove this feature or I set the value of it to "False" then The video doesn't start (Play), Why?
2) I try to set other themes to my RadMediaPlayer, how can I do that? The RadMediaPlayer in my code doesn't reconize the theme property.
3) How can I set a fixed sentence within the video. I mean, I need to put the website name on the control in order to prevent other website to use the same video (requirements!!!)
4) How can set the fullscreen property?
My MainPage.xaml:
<UserControl x:Class="SingleMediaPlayer.MainPage" xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.MediaPlayer" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" d:DesignHeight="260" d:DesignWidth="260" Loaded="UserControl_Loaded"> <Grid x:Name="LayoutRoot"> <StackPanel> <telerik:RadMediaPlayer AutoPlay="True" x:Name="mediaPlayer" Width="260" Height="260"> <telerik:RadMediaItem x:Name="item0" Source ="http://localhost:1713/DynamicsDuoCRMSilverlight_ch92.wmv" Title="Source added in XAML" /> </telerik:RadMediaPlayer> </StackPanel> </Grid> </UserControl> Plaese, I need an immediate help,
It is apprecited to send me the modified code.
Regards,
Bader