OnFlashCallback Method (IMLCharGenCallback)
callback cookie
ID of item
flash method name
parameters of flash method
This method is called when some flash callback event occurs.
Syntax
Sub OnFlashCallback( _
   ByVal llCallbackCookie As Long, _
   ByVal bsItemID As String, _
   ByVal bsMethodName As String, _
   ByVal bsParameters As String _
) 

Parameters

llCallbackCookie
callback cookie
bsItemID
ID of item
bsMethodName
flash method name
bsParameters
parameters of flash method
See Also

Reference

IMLCharGenCallback Interface
IMLCharGenCallback Members