views:

381

answers:

0

Hi!

I'm developing a Windows Form application to run on Windows Mobile 5.0 and above, with C#, .NET Compact Framework 2.0 SP2 and Sql Server CE 3.1.

I'm using Sql Server CE to store video files, and an ActiveX Control of Windows Media player (AxWindowsMediaPlayer) to play the file. I wondering if it is possible to play with this control a stream of bytes or it is necessary to save the file on filesystem to play it.

Thank you!