com.jpackages.jflashplayer
Interface FlashCallListener


public interface FlashCallListener

This interface detects events from a Flash ExternalInterface.call() function.

A FlashCallListener is set on a FlashPanel.

Only use this listener if you want to manually deal with the XML response from Flash. Otherwise, use the FlashPanel.setFlashCallObject method.

Copyright (c) 2001-2009

Since:
2.0
Author:
JPackages.com

Method Summary
 java.lang.String call(java.lang.String flashXML)
          This method is triggered when the ExternalInterface.call() function in a Flash movie is executed.
 

Method Detail

call

java.lang.String call(java.lang.String flashXML)

This method is triggered when the ExternalInterface.call() function in a Flash movie is executed.

Parameters:
flashXML - the XML received from the Flash call
Returns:
the XML to send back to Flash