How do I play flash files in pure C?
Posted
by CDR
on Stack Overflow
See other posts from Stack Overflow
or by CDR
Published on 2009-07-07T09:40:50Z
Indexed on
2010/06/15
19:12 UTC
Read the original article
Hit count: 231
As part of a customized media player written in C (Win32), I need to enable my app play flash movies (.swf files) inside the player window. Can someone please indicate the most C compatible low level way to achieve this, giving me highest control? Specially control on display window and network access.
I am looking for reference to a Windows DLL like flash_player.dll (if there is such thing) with documentation. Or at least a COM/ActiveX controls. Note that ActiveX is harder to use in C, than in say VB.
© Stack Overflow or respective owner