![]() |
Re: Flash in Delphi einbinden?
Also, probiers mal mit setVariable und LoadVars. Du könntest zum Beispiel beim Drücken eines Buttons eine Variable verändern und dann in Delphi (mit einem Timer?) abfragen. So ganz bin ich da noch nicht durchgestiegen, sollte aber ein Anfang sein.
|
Re: Flash in Delphi einbinden?
@Master_BB :
Falls du es noch nicht gefunden hast:: ::flash::
Code:
oder:
On ( Press )
{ fscommand('Command','machWas'); };
Code:
::Delphi::
_root.b1.onPress = function()
{ fscommand('Befehlsatz1','MachMa'); };
Delphi-Quellcode:
procedure TForm1.ShockwaveFlash1FSCommand(ASender: TObject; const command,
args: WideString); begin if (command = 'Befehlsatz1') then begin if (args = 'MachMa') then Foo(bla) else showmessage(foo2(args)); end; //...else ... usw end; |
Re: Flash in Delphi einbinden?
Sehe grade das das ja ganz gut funktioniert aber wie mach ich das denn in die andere richtung???
das ich von delphi z.b. ne zahl an flash schicke???? |
Re: Flash in Delphi einbinden?
Guck dir mal diesen Thread an:
![]() MfG Pr0g |
Alle Zeitangaben in WEZ +1. Es ist jetzt 16:57 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz