com.jpackages.jflashplayer
Interface FlashPanelListener


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

public interface FlashPanelListener

This interface detects events in a FlashPanel.

FlashPanelListeners are added to a FlashPanel.

Author:
JPackages.com

Method Summary
 void FSCommand(java.lang.String command, java.lang.String arg)
          Deprecated. This method is triggered when the FSCommand in a Flash movie is executed.
 

Method Detail

FSCommand

void FSCommand(java.lang.String command,
               java.lang.String arg)
Deprecated. 

This method is triggered when the FSCommand in a Flash movie is executed.

Parameters:
command - Programmer defined command name
arg - Programmer defined argument