Embedding Flash Player in a C++ or Java application?
-
I would like to embed Flash Player directly inside a C++ or Java application. I found an article that describes how to do this for C#: http://www.adobe.com/devnet/flash/articles/stock_history03.html Unfortunately, I have no experience with C#, COM or ActiveX. I need someone to translate this code to C++, allowing me to embed the Flash Player into a Win32 Window. Ultimately I'd like to use this information to embed Flash into a Java application. I am looking for three main functionalities: Ability to play a Flash movie Ability to receive events (such as mouse clicks) Ability to send events Edit: I prefer an open-source solution if possible.
-
Answer:
I don't know how to embed flash in C++, but Christopher Deckers (of http://swtswing.sf.net fame) has developed an interesting hack which allows it to be embedded in Java. You can find more information in http://www.javalobby.org/java/forums/t105291.html.
Gili at Stack Overflow Visit the source
Other answers
I gave the same answer http://stackoverflow.com/questions/643177/embedding-flash-within-a-custom-desktop-application-using-npapi/645701#645701. Check out SWHX: http://haxe.org/com/libs/swhx http://code.google.com/p/screenweaver-hx/ http://code.google.com/p/screenweaver-hx/source/browse/trunk/src/np_host.c Cheers! Juan
Zárate
If it has to be open source I'd consider http://gnashdev.org, an open source flash implementation. It works on all major platforms, supports most multimedia codecs and is supposed to be embeddable in applications through http://www.gnu.org/software/gnash/manual/gnashref.html#plugincppapi.
tstenner
If you want to go with a commercial solution, I'd recommend https://www.scaleform.com/products_gfx.php. It's not cheap, though, but it's damn good.
Adam Rosenfield
One simple way to create a Flash player in your window: AtlAxCreateControlEx. To receive and send events, you will need a sink: AtlAdvise. You will need to define the functions receiving events on the ActionScript (i.e. Flash) side too.
Heng-Cheong Leong
What you should use is https://wiki.mozilla.org/NPAPI. It's native and it's what all the good browsers use to load flash player plugin. While the actual flash player is not open source, this API is. If you're not gonna ship a copy of flashplayer with your app: Your app should check at runtime for flash player and should alert the user if it doesn't find it (usually by giving a link to Adobe to download it). Flashplayer plugin is usually installed at %AppData%\Mozilla\plugins on Windows.
Eximius
I personally haven't tried this but say in case of SWT/Java you could embed SWT browser window in you SWT/Java application and in the browser view you could put content with flash content, then communicate say with Merapi bridge with flash movie and java.
Related Q & A:
- How To Download Flash Player For Nokia X6?Best solution by Yahoo! Answers
- Can you download a flash player onto the iPod Touch?Best solution by Yahoo! Answers
- Is there a remedy for the Adobe Flash Player 10-related delays that I frequently experience during voting?Best solution by Yahoo! Answers
- Can I enable a flash player on my PSP?Best solution by Yahoo! Answers
- Is there a flash player for Windows Mobile 6.5?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.