Hi, I'm not new to C# but I can't say I'm an expert in it either. But that's off-topic. Okay so, Let me break down what I'm trying to do.
So, I have a game that I'm trying to make a executable(EXE) file to run it, but what I want to do is when the client(or exe whatever you want to call it) is ran, I would like it to play a certain video(e.g. like 5 secs long) then go it to the main menu screen. But so far I can't seem to find anyway to do this in OpenGL or in this case SharpGL(.NET version of OpenGL). People keep telling me make textures and add the video to it, but when I go through the code I can't seem to find anything there(unless I'm completely missing something), unless I'm not using the right library, I don't know what to do. A friend of mine was able to do it in C++ with OpenGL but that, in my opinion is completely different, since I'm still learning C++, I cannot attempt to make it in that language without taking weeks to look stuff up and learn.
So to summarize is there a way to play a video using this library? If not is there an alternative that I can use to do this.
Small note: Basically what I'm trying to achieve, is go from a normal game, to a client-server game, and eventually learn to make a mmo(dream a very far dream.) So far, I'm trying to make the client-server part, which this is for.
Hopefully I made some sense,
Thanks for reading,
kaitodomoto
P.S: I'm new to the forum, I have yet to read the rules(if any), not sure if this belongs here, if it doesn't, then the mods can do what they want with it.