메소드 | 설명 | |
---|---|---|
Call ( string functionName ) : object |
Calls the ActionScript function which is registered as a callback method with the ActionScript ExternalInterface class.
|
|
ExternalInterfaceProxy ( AxShockwaveFlashObjects.AxShockwaveFlash flashControl ) : System.Runtime.InteropServices |
Creates a new ExternalInterfaceProxy for the specified Shockwave Flash ActiveX control.
|
메소드 | 설명 | |
---|---|---|
OnExternalInterfaceCall ( |
Raises the ExternalInterfaceCall event, indicating that a call has come from Flash Player.
|
메소드 | 설명 | |
---|---|---|
_flashControl_FlashCall ( object sender, AxShockwaveFlashObjects._IShockwaveFlashEvents_FlashCallEvent e ) : void |
Called when Flash Player raises the FlashCallEvent (when an External Interface call is made by ActionScript)
|
public Call ( string functionName ) : object | ||
functionName | string | The function name registered with the ExternalInterface class /// corresponding to the ActionScript function that is to be called |
리턴 | object |
public ExternalInterfaceProxy ( AxShockwaveFlashObjects.AxShockwaveFlash flashControl ) : System.Runtime.InteropServices | ||
flashControl | AxShockwaveFlashObjects.AxShockwaveFlash | The Shockwave Flash ActiveX control with whom communication /// is managed by this proxy. |
리턴 | System.Runtime.InteropServices |
protected OnExternalInterfaceCall ( |
||
e | The event arguments related to the event being raised. | |
리턴 | object |