I want to develop a simple flash player with libflashplugin.so & npapi.h & gtk.Is it possible?
Kind of. You have to implement the netscape plugin api.
A good place to start is to look at the code for the activeX contol that hosts plugins.
I want to develop a simple flash player with libflashplugin.so & npapi.h & gtk.Is it possible?
Kind of. You have to implement the netscape plugin api.