Click here to Skip to main content
15,891,607 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: FolderBrowser Dialog WPF Pin
ABitSmart2-Mar-09 15:43
ABitSmart2-Mar-09 15:43 
GeneralRe: FolderBrowser Dialog WPF Pin
led mike4-Mar-09 9:07
led mike4-Mar-09 9:07 
GeneralRe: FolderBrowser Dialog WPF Pin
Mark Salsbery4-Mar-09 9:52
Mark Salsbery4-Mar-09 9:52 
Question[Message Deleted] Pin
Prajeesh1-Mar-09 21:00
Prajeesh1-Mar-09 21:00 
AnswerRe: Zoom Image Pin
Pete O'Hanlon1-Mar-09 21:31
mvePete O'Hanlon1-Mar-09 21:31 
GeneralRe: Zoom Image Pin
Mohammad Dayyan2-Mar-09 20:37
Mohammad Dayyan2-Mar-09 20:37 
GeneralRe: Zoom Image Pin
Pete O'Hanlon2-Mar-09 22:57
mvePete O'Hanlon2-Mar-09 22:57 
QuestionSilverlight MediaElement to play video Pin
pavanip1-Mar-09 18:16
pavanip1-Mar-09 18:16 
Hi,

I am new to Silverlight application.I want to display video using Mediaelement tag and I used the below code to play video.
<canvas>
<mediaelement x:name="mPlayer" width="640" height="480" source="a_video.avi" xmlns:x="#unknown" />

<button x:name="bPlay" background="Green" width="100" height="45" canvas.left="8" canvas.top="497" content="Play" xmlns:x="#unknown" />
<button x:name="bPause" background="Yellow" width="100" height="45" canvas.left="112" canvas.top="497" content="Pause" xmlns:x="#unknown" />
<button x:name="bStop" background="Red" width="100" height="45" canvas.left="216" canvas.top="497" content="Stop" xmlns:x="#unknown" />
</canvas>
And I placed that video file in Xaml folder but when i run the application i am not getting any results to play video. The steps I followed are correct or anything missed.
Please help me how to play video using silverlight mediaelement and mention the steps to play video and where i have to place video to use it in mediaelement source property.

Thanks in advance
Pavani
AnswerRe: Silverlight MediaElement to play video Pin
Mark Salsbery2-Mar-09 7:26
Mark Salsbery2-Mar-09 7:26 
GeneralRe: Silverlight MediaElement to play video Pin
pavanip3-Mar-09 20:44
pavanip3-Mar-09 20:44 
GeneralRe: Silverlight MediaElement to play video Pin
Mark Salsbery4-Mar-09 5:40
Mark Salsbery4-Mar-09 5:40 
GeneralRe: Silverlight MediaElement to play video Pin
pavanip4-Mar-09 20:53
pavanip4-Mar-09 20:53 
GeneralRe: Silverlight MediaElement to play video Pin
Mark Salsbery4-Mar-09 21:12
Mark Salsbery4-Mar-09 21:12 
Question[Message Deleted] Pin
Prajeesh1-Mar-09 17:35
Prajeesh1-Mar-09 17:35 
AnswerRe: Thumbnail in StackPanel Pin
ABitSmart1-Mar-09 17:55
ABitSmart1-Mar-09 17:55 
AnswerRe: Thumbnail in StackPanel Pin
Pete O'Hanlon1-Mar-09 21:27
mvePete O'Hanlon1-Mar-09 21:27 
QuestionHow could I make this effect??? Pin
mildred-frontfree26-Feb-09 16:53
mildred-frontfree26-Feb-09 16:53 
AnswerRe: How could I make this effect??? Pin
Insincere Dave27-Feb-09 6:23
Insincere Dave27-Feb-09 6:23 
QuestionItemsControl with multiple sources Pin
Jozef Hopko26-Feb-09 12:19
Jozef Hopko26-Feb-09 12:19 
AnswerRe: ItemsControl with multiple sources Pin
ABitSmart26-Feb-09 16:17
ABitSmart26-Feb-09 16:17 
GeneralRe: ItemsControl with multiple sources Pin
Jozef Hopko26-Feb-09 18:31
Jozef Hopko26-Feb-09 18:31 
GeneralRe: ItemsControl with multiple sources Pin
ABitSmart27-Feb-09 6:19
ABitSmart27-Feb-09 6:19 
QuestionDynamically add images Pin
TerRO_GirL26-Feb-09 10:43
TerRO_GirL26-Feb-09 10:43 
AnswerRe: Dynamically add images Pin
ABitSmart26-Feb-09 16:11
ABitSmart26-Feb-09 16:11 
Questiontrap the click event for a button that is in the resourcedictionary Pin
AAKAra26-Feb-09 9:45
AAKAra26-Feb-09 9:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.