Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey,
I am trying to make a function which play swf files in my directx program. I have no idea how i gonna make it. Some one please help :)
Posted

You might want to look up the Windows MediaFoundation API if you're a COM/C++ developer which is the way DirectX works best. There is a sample media player that goes with it that is really small and simple and plays swf files. I know I have it somewhere because I was using it as a reference myself. You can probably find it before I do but I'll update this post otherwise.
...
OK it's called MFPlayer2 and it's part of Windows SDK 7.1 under Samples\multimedia\mediafoundation. You'll need to get the SDK from Microsoft (It's a free download) if you don't already have it or run an update if your samples are not installed.
That should give you everything you need although as ever don't take the way Microsoft write sample apps as advice on how to write code, it's terrible but at least it's quite small and does the job you need.
 
Share this answer
 
v2
Comments
saad_lah 2-Feb-13 14:03pm    
thnx .... done
 
Share this answer
 
Comments
saad_lah 2-Feb-13 14:02pm    
Thnx :)
Abhishek Pant 2-Feb-13 14:05pm    
welcome!

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