Hello everybody,
I am developing an application in Delphi, that obtains external data in real-time. I need to pass this data to a flash movie, or in other words: to pass variables from Delphi to Flash.
I have tested the GetVariable, SetVariable methods, but its doesn´t work; I also have tested the FlashVars method, but only works once (the first time I execute it).
I have read that the solution is in ExternalInterface of Flash but, ¿can anyone help me on how use it? ¿any other solutions?
Thanks a lot.