How can pass parameters to a flash Movie in Delphi 2010?

Posted by m-abdi on Stack Overflow See other posts from Stack Overflow or by m-abdi
Published on 2010-04-26T06:17:17Z Indexed on 2010/04/26 6:23 UTC
Read the original article Hit count: 176

Filed under:
|
|
|
|

I have imported the ShockWave flash Activex Control in my Delphi project. I can manipulate All the properties of a Flash movie file. But I need to define my own Parameters in the my own Flash file and Manipulate those parameters in the Delphi project. I know that passing parameters to a flash file is possible in the HTML script. But my project is a desktop application and i can't use it.

Is it possible to get a handle to the defined parameter of a flash file in the Delphi project? in fact All i need is passing parameter to flash file in the Delphi project.

© Stack Overflow or respective owner

Related posts about delphi

Related posts about 2010