Embedding flash on an embedded HTML control in a win32 app

Started by
2 comments, last by george135 15 years, 4 months ago
Hey everyone, I need some help with displaying a flash application on an embedded HTML control. I an using an example from code project. Everything can be viewed here: http://www.codeproject.com/KB/COM/cwebpage.aspx. I can go to different sites but I was wondering if anyone would know how to embed a flash application onto the the embedded HTML control. Many thanks to anyone who can help me cause I could really use some right now.
#1 Belmont, Richter
Advertisement
Another option is to embed the Flash application directly into your Windows form. Try this: http://it.toolbox.com/blogs/rymoore/embedding-flash-in-windows-forms-4398.
Hey thanks for the reply. I'm not sure if I can do this because the application I'm working on will be web based. Is there a way to use an ActiveX flash control with a win32 project?
#1 Belmont, Richter
Yes.
You don't need any code : Active X embedding is native on Win32
You can ask on Adv. Win32 api newsgroup :
news://194.177.96.26/comp.os.ms-windows.programmer.win32
where the method has ben given

This topic is closed to new replies.

Advertisement