External procedure in delphi!

Dear Sir/Madam,
I’m author of a video game called “Poppy And Rose”. I have made this game in the program language Delphi6, the game belongs in the “puzzle” tip and it is with logical elements.
I think that my game with a little adjustment it can attract bigger attention, but I have one problem! What is about?!?
I want in my game to insert “Flash” animations so it can be more attractive, and also if it Is possible some kind of “Flash procedures” with set parameters which I will call them from my Delphi program for example with the run function.
Is there any examples of source code for this matter, and where can I find them?
If you have source code of this theme and you will want to share it please send it to my e-mail.
Thank you in advance,
Blagoj Janev
e-mail: [email protected]

reported.

I think this person is actually asking for help.

…and does not realize that Delphi is a brand name as well as a programming language…and that the Chief Delphi forum has nothing at all to do with that programming language

Maybe one of the programmers can help him out.

Ok, I’m sorry. I’m not a programmer and never heard of a Delphi6 language. My bad.

Please note that this forum is not intended to support the Delphi programming language; ChiefDelphi is the name of the high school robotics team that operates this forum. But since you asked, I’ll try to answer.

Delphi 6 (and other versions) allow you to embed ActiveX controls (.ocx files) in a project. It’s been a while since I’ve used Delphi, but I believe this option is in one of the drop-down menus as “Insert ActiveX Component” or something like that.

It will bring up a list of ActiveX controls registered on your system, and allow you to choose one and insert it into a form. If the ActiveX Flash player is registered, it will be on the list; if not, you’ll need to look up how to use regsvr32 to register it.

Once the ActiveX control is on the form, you’ll need to set its parameters to point to the .swx file containing your Flash animation.

Aside: Accidentally misdirected questions about the Pascal-based Borland Delphi programming language/IDE used to be more common in ChiefDelphi, but since the language is seeing very little use nowadays, they’ve diminished.