Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to play a bink video (*.bik) in a Windows Form.
But I don't know how to do it.
I have got the Bink SDK but after I follow it, I still cannot play the Bink video.
I prefer to do it in C# but I do not mind you give me the solution in C++.

Do anyone know how to play a bink video in a windows form?
If you have any other DLL or method that can also play .bik file, please tell me!!
Posted
Comments
Aescleal 14-Apr-12 3:45am    
I'm not going to be able to answer this as I know nothing about Bink, but if you attach some code someone that knows about it (probably a media geezer from the games industry) might be able to help.

Some general advice: Are you checking ALL the return codes from the API functions? If you aren't then try that first and make sure none of them are failing on you. If they are that might give you a hint as to where you're going wrong.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900