This is a migrated thread and some comments may be shown as answers.

Media player in trial version

4 Answers 61 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Fabien
Top achievements
Rank 1
Fabien asked on 07 Feb 2011, 05:34 PM
Hello,

I am a developer currently testing media playing in a sample project. Here is my code:

<UserControl x:Class="MediaPlayer.MainPage"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
 
    <Grid x:Name="LayoutRoot" Background="White">
        <telerik:RadMediaPlayer x:Name="player">
            <telerik:RadMediaItem IsStreamingSource="True"
                                  Source="http://mschnlnine.vo.llnwd.net/d1/ch9/7/1/5/1/2/4/DynamicsDuoCRMSilverlight_ch9.wmv">
            </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

4 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 10 Feb 2011, 11:18 AM
Hi Fabien,

The IsStreamingSource property determines whether RadMediaItems will play media from stream or not.
In your case the source does not come from a stream and setting IsStreamingSource = false will work.
Feel free to ask if you need further assistance.

Kind regards,
Petar Mladenov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Fabien
Top achievements
Rank 1
answered on 14 Feb 2011, 07:17 PM
Thank you for your answer, but I actually tried to set the IsStreamingSource to False and the result was "unable to open the media", and that is why I tried the IsStreamingSource set at True. At any rate, I do not manage to play the video...
0
Accepted
Petar Mladenov
Telerik team
answered on 15 Feb 2011, 04:19 PM
Hi Fabien,

Have you prepared a web part of your solution? This is the most likely reason since I prepared a sample and the video from your link plays fine. Please examine the attachment and let me know if I have missed something.

Kind regards,
Petar Mladenov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Fabien
Top achievements
Rank 1
answered on 21 Feb 2011, 03:13 PM
It functions, thank you for having taken the time to answer.
Tags
MediaPlayer
Asked by
Fabien
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Fabien
Top achievements
Rank 1
Share this question
or