Plug-in Basics
- How Plug-ins Are Used
- How Plug-ins Work
- Understanding the Runtime Model
- Plug-in Detection
- Overview of Plug-in Structure
- Windowed and Windowless Plug-ins
- The Default Plug-in
- Using HTML to Display Plug-ins
- Plug-in References
Plug-in Development Overview
- Writing Plug-ins
- Registering Plug-ins
- Drawing a Plug-in Instance
- Handling Memory
- Sending and Receiving Streams
- Working with URLs
- Getting Version and UI Information
- Displaying Messages on the Status Line
- Making Plug-ins Scriptable
- Building Plug-ins
- Installing Plug-ins
- Plug-in Installation and the Windows Registry
Initialization and Destruction
Drawing and Event Handling
Streams
- Receiving a Stream
- Telling the Plug-in When a Stream Is Created
- Telling the Plug-in When a Stream Is Deleted
- Finding Out How Much Data the Plug-in Can Accept
- Writing the Stream to the Plug-in
- Sending the Stream in Random-Access Mode
- Sending the Stream in File Mode
- Sending a Stream
- Creating a Stream
- Pushing Data into the Stream
- Deleting the Stream
- Example of Sending a Stream
URLs
Memory
Version, UI, and Status Information
- Displaying a Status Line Message
- Getting Agent Information
- Getting the Current Version
- Finding Out if a Feature Exists
- Reloading a Plug-in
Plug-in Side Plug-in API
This chapter describes methods in the plug-in API that are available from the plug-in object. The names of all of these methods begin with NPP_
to indicate that they are implemented by the plug-in and called by the browser. For an overview of how these two sides of the plug-in API interact, see the How Plug-ins Work and Overview of Plug-in Structure sections in the introduction.
NPP_Destroy
NPP_DestroyStream
NPP_GetValue
NP_GetValue
NPP_HandleEvent
NP_Initialize
NPP_New
NPP_NewStream
NPP_Print
NPP_SetValue
NPP_SetWindow
NP_Shutdown
NPP_StreamAsFile
NPP_URLNotify
NPP_Write
NPP_WriteReady
Browser Side Plug-in API
This chapter describes methods in the plug-in API that are available from the browser. The names of all of these methods begin with NPN_
to indicate that they are implemented by the browser and called by the plug-in. For an overview of how these two sides of the plug-in API interact, see the How Plug-ins Work and Overview of Plug-in Structure sections in the introduction.
- Closes and deletes a stream.
- Forces a paint message for a windowless plug-in.
- This function is called by plug-ins to get HTTP authentication information from the browser.
- Asks the browser to create a stream for the specified URL.
- Requests creation of a new stream with the contents of the specified URL; gets notification of the result.
-
NPN_GetValue
- Allows the plug-in to query the browser for information.
- Provides information to a plug-in which is associated with a given URL, for example the cookies or preferred proxy.
- Invalidates specified drawing area prior to repainting or refreshing a windowless plug-in.
- Invalidates specified drawing region prior to repainting or refreshing a windowless plug-in.
- Allocates memory from the browser's memory space.
- Requests that the browser free a specified amount of memory.
- Deallocates a block of allocated memory.
- Requests the creation of a new data stream produced by the plug-in and consumed by the browser.
- Thread-safe way to request that the browser calls a plug-in function on the browser or plug-in thread (the thread on which the plug-in was initiated).
- Pops the popups-enabled state.
- Posts data to a URL.
- Posts data to a URL, and receives notification of the result.
- Pushes the popups-enabled state.
- Reloads all plug-ins in the Plugins directory.
- Requests a range of bytes for a seekable stream.
- Sets windowless plug-in as transparent or opaque.
- Allows a plug-in to change the stored information associated with a URL, in particular its cookies.
- Displays a message on the status line of the browser window.
- Returns the browser's user agent field.
- Returns version information for the Plug-in API.
- Pushes data into a stream produced by the plug-in and consumed by the browser.
Scripting plugins
- How the DOM handles scripting
- Threading model
- Security model
- What's in the plugin code?
- Accessing browser objects from a plugin
- How to call plugin native methods
- The API extensions
Structures
NPAnyCallbackStruct
NPByteRange
NPEmbedPrint
NPEvent
NPFullPrint
NPP
NP_Port
NPPrint
NPPrintCallbackStruct
NPRect
NPRegion
NPSavedData
NPSetWindowCallbackStruct
NPStream
NPWindow
Constants
External resources
Original document information
- Copyright Information: Netscape Communication