![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Video doesn't show / play? I have written a very simple Avalon program which should display a video in the application window. My problem is that nothing shows up. I have included the XAML below. I using the Feb CTP. What could be the problem? Olav <Window x:Class="Test.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Test" Height="300" Width="300" Loaded="WindowLoaded" > <Grid> <MediaElement x:Name="VideoPlayer" Source="E:\Videos\Test1.wmv" > </MediaElement> </Grid> </Window> |
My System Specs![]() |
| | #2 (permalink) |
| Guest | RE: Video doesn't show / play? Hello Olav Check your video drivers, and be sure you have the most recent version of them. This is the most usual reason of this problem. -- Regards Luis Miguel Blanco http://www.dotnetmania.com "Olav Tollefsen" wrote: > I have written a very simple Avalon program which should display a video in > the application window. My problem is that nothing shows up. I have included > the XAML below. I using the Feb CTP. > > What could be the problem? > > Olav > > <Window x:Class="Test.Window1" > xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" > xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" > Title="Test" Height="300" Width="300" Loaded="WindowLoaded" > > > <Grid> > > <MediaElement x:Name="VideoPlayer" Source="E:\Videos\Test1.wmv" > > </MediaElement> > > </Grid> > </Window> > > > |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: Video doesn't show / play? My problem was that I was running this on Windows XP Professional x64 Edition. The video playback is not supported on x64. To fic the problem, I had to set the Target platform for my project to x86. Now it will run under WOW (32-bit subsystem) and it will work. Olav "Olav Tollefsen" <x@y.com> wrote in message news:%23nVGd3qOGHA.3064@TK2MSFTNGP10.phx.gbl... >I have written a very simple Avalon program which should display a video in >the application window. My problem is that nothing shows up. I have >included the XAML below. I using the Feb CTP. > > What could be the problem? > > Olav > > <Window x:Class="Test.Window1" > xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" > xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" > Title="Test" Height="300" Width="300" Loaded="WindowLoaded" > > > <Grid> > > <MediaElement x:Name="VideoPlayer" Source="E:\Videos\Test1.wmv" > > </MediaElement> > > </Grid> > </Window> > |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What two-head video card can play a HD video on a secondary monito | Dima | Vista General | 3 | 07-30-2007 10:46 AM |
| What two-head video card can play a HD video on a secondary monito | Dima | Vista hardware & devices | 3 | 07-30-2007 10:46 AM |
| What two-head video card can play a HD video on a secondary monito | Dima | Vista music pictures video | 3 | 07-30-2007 10:46 AM |
| What two-head video card can play a HD video on a secondary monito | Dima | Vista General | 2 | 06-28-2007 03:58 AM |
| Vista RC1: Media Center - Video codec error while trying to play DVD-video disc | rtc | Vista music pictures video | 0 | 12-06-2006 02:23 AM |