Click here to Skip to main content
15,896,118 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.7K   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.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml", "tinyxml_lib.vcproj", "{AA3903D8-E6CA-4A92-BB9C-1F20C201FEE9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxmlSTL", "tinyxmlSTL.vcproj", "{550FAA79-3B69-456D-8261-3C5D12D17CC4}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Win32 = Debug|Win32
		Release|Win32 = Release|Win32
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{AA3903D8-E6CA-4A92-BB9C-1F20C201FEE9}.Debug|Win32.ActiveCfg = Debug|Win32
		{AA3903D8-E6CA-4A92-BB9C-1F20C201FEE9}.Debug|Win32.Build.0 = Debug|Win32
		{AA3903D8-E6CA-4A92-BB9C-1F20C201FEE9}.Release|Win32.ActiveCfg = Release|Win32
		{AA3903D8-E6CA-4A92-BB9C-1F20C201FEE9}.Release|Win32.Build.0 = Release|Win32
		{550FAA79-3B69-456D-8261-3C5D12D17CC4}.Debug|Win32.ActiveCfg = Debug|Win32
		{550FAA79-3B69-456D-8261-3C5D12D17CC4}.Debug|Win32.Build.0 = Debug|Win32
		{550FAA79-3B69-456D-8261-3C5D12D17CC4}.Release|Win32.ActiveCfg = Release|Win32
		{550FAA79-3B69-456D-8261-3C5D12D17CC4}.Release|Win32.Build.0 = Release|Win32
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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