![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | 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) |
| | 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) |
| | 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 | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| What two-head video card can play a HD video on a secondary monito | Vista General | |||
| What two-head video card can play a HD video on a secondary monito | Vista hardware & devices | |||
| What two-head video card can play a HD video on a secondary monito | Vista music pictures video | |||
| What two-head video card can play a HD video on a secondary monito | Vista General | |||
| Vista RC1: Media Center - Video codec error while trying to play DVD-video disc | Vista music pictures video | |||