On Fri, 2007-08-10 at 18:16 +0300, Dragos Cirjan wrote: > Has anyone tried to create an AVI player withing C#, mono ?
It depends on what you mean. If you mean C# code to parse the AVI file directly and display its contents, I know of no such effort. If you mean C# or Mono code that can be used to play an AVI file, then you might look into Moonlight, a Silverlight-compatible engine that can play AVI/MPEG files (currently using ffmpeg) that can read XAML script and host managed code. - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
