Click here to Skip to main content
15,896,557 members
Home / Discussions / WPF
   

WPF

 
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 
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 
You need to use a proper URI for the MediaElement Source.

If you use
Source="a_video.wmv"

then that's a relative URI so a_video.wmv needs to be in your Silverlight
app's XAP. You could add the file to your project and set its Build
Action to "Content" and set Copy to Output Directory to copy the file.

For local files you need an absolute URL, something like
Source="File://c:/somefolder/a_video.wmv"


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

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 
AnswerRe: trap the click event for a button that is in the resourcedictionary Pin
ABitSmart26-Feb-09 16:50
ABitSmart26-Feb-09 16:50 
QuestionWPF and MDI? From external *.exe? Pin
softwarejaeger25-Feb-09 20:45
softwarejaeger25-Feb-09 20:45 
AnswerRe: WPF and MDI? From external *.exe? Pin
Pete O'Hanlon25-Feb-09 21:38
mvePete O'Hanlon25-Feb-09 21:38 

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.