Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

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.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

Video doesn't show / play?

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 02-26-2006   #1 (permalink)
Olav Tollefsen
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 SpecsSystem Spec
Old 02-28-2006   #2 (permalink)
Luis Miguel Blanco
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 SpecsSystem Spec
Old 02-28-2006   #3 (permalink)
Olav Tollefsen
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 SpecsSystem Spec
Closed Thread

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


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51