Click here to Skip to main content
15,881,248 members
Articles / Programming Languages / C++

Enhanced Transparent Flash Control in C++

Rate me:
Please Sign up or sign in to vote.
4.90/5 (15 votes)
28 Apr 2011CPOL4 min read 71.3K   3.8K   55  
OLE container implementation for hosting a Flash Player control using C++, with support for calls and callbacks between C++ and Flash ActionScript.
/******************************************************************
***
***
***				FREE WINDOWLESS FLASH CONTROL
***
***					   by Makarov Igor
***
***		for questions and remarks mailto: mak_july@list.ru
***
***
*******************************************************************/

#if !defined(AFX_FLASH_H__03637834_4B49_478B_98FD_E7B146E19D99__INCLUDED_)
#define AFX_FLASH_H__03637834_4B49_478B_98FD_E7B146E19D99__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"


#endif // !defined(AFX_FLASH_H__03637834_4B49_478B_98FD_E7B146E19D99__INCLUDED_)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Software Developer (Senior) LSO - Lieshout Software Ontwikkeling
Netherlands Netherlands
Fred is an experienced software engineer with in-depth knowledge of software design, coding and testing. He is interested in the analysis, requirements and design phases in particular, but still enjoys ‘getting his hands dirty’ with software programming. Favorite programming languages are C, C++, C# and Java.

LinkedIn: profile

Comments and Discussions