Flash'In'App - ESSilverlightView - Delegate methods

silverlightView:callFunction:withArguments:

This method is called when the message from Silverlight is received.

- (id) silverlightView:(ESSilverLightView *)aSilverlightView callFunction:(NSString *)aName withArguments:(NSArray *)anArguments;

Parameters
aSilverlightView - the Silverlight view that sent the message
aName - the name of the function that was called
anArguments - the arguments, the function was called with