Friday, March 07, 2008

Flv Player

One of my friend göker developed the smallest flv player in as3(action script 3). if you are developing any kind of a video service you will probably need a player which can handle flv files.

check this out: Flv Player

No comments:

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...