c#与flash通信
这段delphi代码代表什么意思,请高手解答 如何转换成C#function TPlayCon.flashshowhand(value:integer):boolean;
const strconn='<invoke name="Callhandtext" returntype="xml"><arguments><string>%d</string></arguments></invoke>';
begin
try
result:= TShockwaveFlash(Fswf^).CallFunction(format(strconn,[value]))='<true/>';
except
result:=false;
end;
end;