A B C D F G H I J P Q R S U

A

addFlashPanelListener(FlashPanelListener) - Method in class com.jpackages.jflashplayer.FlashPanel
Deprecated. For ActionScript 3, please use FlashPanel.callFlashFunction(java.lang.String, java.lang.Object[]) to communicate with Flash ActionScript code. Use ExternalInterface.call() in Flash and FlashPanel.setFlashCallObject(java.lang.Object) to call Java methods from Flash.
addNotify() - Method in class com.jpackages.jflashplayer.FlashPanel
This method should not be called.

B

back() - Method in class com.jpackages.jflashplayer.FlashPanel
Go back one frame in the animation.

C

call(String) - Method in interface com.jpackages.jflashplayer.FlashCallListener
This method is triggered when the ExternalInterface.call() function in a Flash movie is executed.
callFlashFunction(String, Object[]) - Method in class com.jpackages.jflashplayer.FlashPanel
Calls a function in Flash ActionScript.
callFrame(String, int) - Method in class com.jpackages.jflashplayer.FlashPanel
Deprecated. For ActionScript 3, please use FlashPanel.callFlashFunction(java.lang.String, java.lang.Object[]) to communicate with Flash ActionScript code.
callFrame(int) - Method in class com.jpackages.jflashplayer.FlashPanel
Deprecated. For ActionScript 3, please use FlashPanel.callFlashFunction(java.lang.String, java.lang.Object[]) to communicate with Flash ActionScript code.
callFrame(String, String) - Method in class com.jpackages.jflashplayer.FlashPanel
Deprecated. For ActionScript 3, please use FlashPanel.callFlashFunction(java.lang.String, java.lang.Object[]) to communicate with Flash ActionScript code.
callFrame(String) - Method in class com.jpackages.jflashplayer.FlashPanel
Deprecated. For ActionScript 3, please use FlashPanel.callFlashFunction(java.lang.String, java.lang.Object[]) to communicate with Flash ActionScript code.
com.jpackages.jflashplayer - package com.jpackages.jflashplayer
 

D

dispose() - Method in class com.jpackages.jflashplayer.FlashPanel
Releases all of the native screen resources for this object.

F

FlashCallListener - Interface in com.jpackages.jflashplayer
This interface detects events from a Flash ExternalInterface.call() function.
FlashPanel - Class in com.jpackages.jflashplayer
This class provides functionality to display a Flash Player movie animation.
FlashPanel(URL, Image) - Constructor for class com.jpackages.jflashplayer.FlashPanel
Constructs a FlashPanel given a flash animation (swf) URL and alternate Image.
FlashPanel(URL, Image, boolean) - Constructor for class com.jpackages.jflashplayer.FlashPanel
Constructs a FlashPanel given a flash animation (swf) URL and alternate Image.
FlashPanel(File, Image) - Constructor for class com.jpackages.jflashplayer.FlashPanel
Constructs a FlashPanel given a flash animation (swf) File and alternate Image.
FlashPanel(File, Image, boolean) - Constructor for class com.jpackages.jflashplayer.FlashPanel
Constructs a FlashPanel given a flash animation (swf) File and alternate Image.
FlashPanel(URL) - Constructor for class com.jpackages.jflashplayer.FlashPanel
Constructs a FlashPanel given a flash animation (swf) URL.
FlashPanel(URL, boolean) - Constructor for class com.jpackages.jflashplayer.FlashPanel
Constructs a FlashPanel given a flash animation (swf) URL.
FlashPanel(File) - Constructor for class com.jpackages.jflashplayer.FlashPanel
Constructs a FlashPanel given a flash animation (swf) File.
FlashPanel(File, boolean) - Constructor for class com.jpackages.jflashplayer.FlashPanel
Constructs a FlashPanel given a flash animation (swf) File.
FlashPanelListener - Interface in com.jpackages.jflashplayer
Deprecated. For ActionScript 3, please use FlashPanel.callFlashFunction to communicate with Flash ActionScript code. Use ExternalInterface.call() in Flash and FlashPanel.setFlashCallObject to call Java methods from Flash.

Copyright (c) 2001-2007

forward() - Method in class com.jpackages.jflashplayer.FlashPanel
Go forward one frame in the animation.
FSCommand(String, String) - Method in interface com.jpackages.jflashplayer.FlashPanelListener
Deprecated. This method is triggered when the FSCommand in a Flash movie is executed.

G

getBackground() - Method in class com.jpackages.jflashplayer.FlashPanel
Retrieves the background Color.
getCurrentFrame() - Method in class com.jpackages.jflashplayer.FlashPanel
Retrieves the current frame being displayed.
getLoop() - Method in class com.jpackages.jflashplayer.FlashPanel
Retrieves if the animation is set to loop.
getMenuDisplay() - Method in class com.jpackages.jflashplayer.FlashPanel
Retrieves if the animation right-click menu functionality is displayed.
getQuality() - Method in class com.jpackages.jflashplayer.FlashPanel
Retrieves the animation quality as QUALITY_LOW or QUALITY_HIGH.
getTotalFrames() - Method in class com.jpackages.jflashplayer.FlashPanel
Retrieves the total number of frames in the flash animation.
getVariable(String) - Method in class com.jpackages.jflashplayer.FlashPanel
Deprecated. For ActionScript 3, please use the FlashPanel.callFlashFunction(java.lang.String, java.lang.Object[]) to communicate with Flash ActionScript code.

H

hasFlashVersion(String) - Static method in class com.jpackages.jflashplayer.FlashPanel
Retrieves if the system has the specified flash version.

I

installFlash() - Static method in class com.jpackages.jflashplayer.FlashPanel
Installs the latest Flash on the system if it is not already present.
installFlash(String) - Static method in class com.jpackages.jflashplayer.FlashPanel
Installs the latest Flash on the system if it is not already present.
installFlash(File, String) - Static method in class com.jpackages.jflashplayer.FlashPanel
Installs flash from the specified ocx File.
isNativeFlashDisplayed() - Method in class com.jpackages.jflashplayer.FlashPanel
Determine if the native Flash Player has been loaded and successfully displayed.
isPlaying() - Method in class com.jpackages.jflashplayer.FlashPanel
Retrieves if the flash animation is playing.

J

JFlashInvalidFlashException - Exception in com.jpackages.jflashplayer
This exception is thrown when the required Flash version is not available.
JFlashInvalidFlashException() - Constructor for exception com.jpackages.jflashplayer.JFlashInvalidFlashException
 
JFlashLibraryLoadFailedException - Exception in com.jpackages.jflashplayer
This exception is thrown when a required library is missing, damaged, or on a non-windows system.
JFlashLibraryLoadFailedException(String) - Constructor for exception com.jpackages.jflashplayer.JFlashLibraryLoadFailedException
 
JFlashLibraryLoadFailedException() - Constructor for exception com.jpackages.jflashplayer.JFlashLibraryLoadFailedException
 

P

paint(Graphics) - Method in class com.jpackages.jflashplayer.FlashPanel
Overridden paint method to draw alternate image if necessary.
play() - Method in class com.jpackages.jflashplayer.FlashPanel
Play the animation from a stopped state.

Q

QUALITY_HIGH - Static variable in class com.jpackages.jflashplayer.FlashPanel
Animation high quality.
QUALITY_LOW - Static variable in class com.jpackages.jflashplayer.FlashPanel
Animation low quality.

R

registerFlash(File, String) - Static method in class com.jpackages.jflashplayer.FlashPanel
This method differs from the installFlash methods in that it does not copy the flash.ocx file anywhere.
removeFlashPanelListener(FlashPanelListener) - Method in class com.jpackages.jflashplayer.FlashPanel
Remove a FlashPanelListener from this FlashPanel.
rewind() - Method in class com.jpackages.jflashplayer.FlashPanel
Rewind the animation to the beginning.

S

SCALE_EXACTFIT - Static variable in class com.jpackages.jflashplayer.FlashPanel
Makes the entire movie visible in the specified area without trying to preserve the original aspect ratio.
SCALE_NOBORDER - Static variable in class com.jpackages.jflashplayer.FlashPanel
Scales the movie to fill the specified area, without distortion but possibly with some cropping, while maintaining the original aspect ratio of the movie.
SCALE_SHOWALL - Static variable in class com.jpackages.jflashplayer.FlashPanel
Makes the entire movie visible in the specified area without distortion, while maintaining the original aspect ratio of the movie.
setBackground(Color) - Method in class com.jpackages.jflashplayer.FlashPanel
Sets the background Color.
setCurrentFrame(long) - Method in class com.jpackages.jflashplayer.FlashPanel
Set the current frame index to be displayed.
setFlashCallListener(FlashCallListener) - Method in class com.jpackages.jflashplayer.FlashPanel
When the ActionScript function ExternalInterface.call() is executed in flash, the listener specified here will be notified.
setFlashCallObject(Object) - Method in class com.jpackages.jflashplayer.FlashPanel
When the ActionScript function ExternalInterface.call() is executed in flash, the method it will try to call is on the object set here.
setLoop(boolean) - Method in class com.jpackages.jflashplayer.FlashPanel
Sets the animation to loop or not.
setMenuDisplay(boolean) - Method in class com.jpackages.jflashplayer.FlashPanel
Sets the animation right-click menu functionality to be displayed.
setMovie(File) - Method in class com.jpackages.jflashplayer.FlashPanel
Change the movie in this FlashPanel to a specified flash animation (swf) File.
setMovie(URL) - Method in class com.jpackages.jflashplayer.FlashPanel
Change the movie in this FlashPanel to a specified flash animation (swf) URL.
setQualityHigh() - Method in class com.jpackages.jflashplayer.FlashPanel
Sets the animation quality to High.
setQualityLow() - Method in class com.jpackages.jflashplayer.FlashPanel
Sets the animation quality to Low.
setRegistrationKey(String) - Static method in class com.jpackages.jflashplayer.FlashPanel
When you purchase a registered version of JFlashPlayer, you must programmatically specify your registration key by passing it to this method.
setRequiredFlashVersion(String) - Static method in class com.jpackages.jflashplayer.FlashPanel
Specify the required version of flash before creating a FlashPanel.
setScale(int) - Method in class com.jpackages.jflashplayer.FlashPanel
Sets the movie scale behavior.
setVariable(String, String) - Method in class com.jpackages.jflashplayer.FlashPanel
Deprecated. For ActionScript 3, please use FlashPanel.callFlashFunction(java.lang.String, java.lang.Object[]) to communicate with Flash ActionScript code.
setVariables(String) - Method in class com.jpackages.jflashplayer.FlashPanel
This method should be called after FlashPanel is instantiated but before it is visible.
stop() - Method in class com.jpackages.jflashplayer.FlashPanel
Stop the animation.

U

uninstallFlash(File) - Static method in class com.jpackages.jflashplayer.FlashPanel
Uninstalls flash using the specified ocx File.
uninstallFlash() - Static method in class com.jpackages.jflashplayer.FlashPanel
Uninstalls Flash if you used installFlash() or installFlash(String) to install.

A B C D F G H I J P Q R S U