#include <proto/intuition.h>
#include <proto/Picasso96API.h>
#include <proto/exec.h>
#include <cstdlib>
#include <cstdarg>
#include <boost/cstdint.hpp>
#include <fstream>
#include "plugin.h"
Defines |
| #define | FLASH_MAJOR_VERSION "9" |
| #define | FLASH_MINOR_VERSION "0" |
| #define | FLASH_REV_NUMBER "82" |
| #define | MIME_TYPES_HANDLED "application/x-shockwave-flash" |
| #define | PLUGIN_NAME "Shockwave Flash" |
| #define | MIME_TYPES_DESCRIPTION MIME_TYPES_HANDLED":swf:"PLUGIN_NAME |
| #define | FLASH_VERSION |
| #define | PLUGIN_DESCRIPTION "Shockwave Flash "FLASH_VERSION" Gnash "VERSION", the GNU SWF Player. \ Copyright © 2006, 2007, 2008 \ <a href=\"http://www.fsf.org\">Free Software Foundation</a>, Inc.<br> \ Gnash comes with NO WARRANTY, to the extent permitted by law. \ You may redistribute copies of Gnash under the terms of the \ <a href=\"http://www.gnu.org/licenses/gpl.html\">GNU General Public \ License</a>. For more information about Gnash, see <a \ href=\"http://www.gnu.org/software/gnash/\"> \ http://www.gnu.org/software/gnash</a>. \ Compatible Shockwave Flash "FLASH_VERSION |
| #define | DBG(x,...) __DBG(x, ## __VA_ARGS__) |
Functions |
| char * | NPP_GetMIMEDescription (void) |
| | Return the MIME Type description for this plugin.
|
| void | __DBG (const char *fmt,...) |
| NPError | NS_PluginInitialize (void) |
| void | NS_PluginShutdown (void) |
| nsPluginInstanceBase * | NS_NewPluginInstance (nsPluginCreateData *aCreateDataStruct) |
| void | NS_DestroyPluginInstance (nsPluginInstanceBase *aPlugin) |
Define Documentation
| #define DBG |
( |
|
x, |
|
|
|
... |
|
) |
| __DBG(x, ## __VA_ARGS__) |
Referenced by NS_PluginInitialize(), NS_PluginShutdown(), NS_NewPluginInstance(), NS_DestroyPluginInstance(), nsPluginInstance::nsPluginInstance(), nsPluginInstance::~nsPluginInstance(), nsPluginInstance::init(), nsPluginInstance::shut(), nsPluginInstance::DestroyStream(), nsPluginInstance::Write(), and nsPluginInstance::threadMain().
| #define FLASH_MAJOR_VERSION "9" |
| #define FLASH_MINOR_VERSION "0" |
| #define FLASH_REV_NUMBER "82" |
| #define MIME_TYPES_DESCRIPTION MIME_TYPES_HANDLED":swf:"PLUGIN_NAME |
| #define MIME_TYPES_HANDLED "application/x-shockwave-flash" |
| #define PLUGIN_DESCRIPTION "Shockwave Flash "FLASH_VERSION" Gnash "VERSION", the GNU SWF Player. \ Copyright © 2006, 2007, 2008 \ <a href=\"http://www.fsf.org\">Free Software Foundation</a>, Inc.<br> \ Gnash comes with NO WARRANTY, to the extent permitted by law. \ You may redistribute copies of Gnash under the terms of the \ <a href=\"http://www.gnu.org/licenses/gpl.html\">GNU General Public \ License</a>. For more information about Gnash, see <a \ href=\"http://www.gnu.org/software/gnash/\"> \ http://www.gnu.org/software/gnash</a>. \ Compatible Shockwave Flash "FLASH_VERSION |
| #define PLUGIN_NAME "Shockwave Flash" |
Function Documentation
| void __DBG |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| [inline] |
| char * NPP_GetMIMEDescription |
( |
void |
| ) |
|
| void NS_DestroyPluginInstance |
( |
nsPluginInstanceBase * |
aPlugin | ) |
|
| nsPluginInstanceBase* NS_NewPluginInstance |
( |
nsPluginCreateData * |
aCreateDataStruct | ) |
|
| NPError NS_PluginInitialize |
( |
void |
| ) |
|
| void NS_PluginShutdown |
( |
void |
| ) |
|