I am working on a project that is about making a video player with built in libraries.
What I want to do is create a custom video player in Flash CS5, Python (Using Phonon) or C# which can play any video file (independent of the extension). The idea is that when I run my program, the video files that are embedded in the complied .exe will be played.
Is there a way I can include the video file with the compiled .exe?
EDIT: the video files will be around 100 MB in size.