delphi和FLASH通信请高手解决
这段代码代表什么意思,请高手解答 如何转换成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;
[ 本帖最后由 liu30211 于 2011-3-3 12:00 编辑 ]