Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash component

Status
Not open for further replies.

bsisko

Programmer
Oct 9, 2000
85
US
I'm looking for a Flash component that will allow me to play Flash movies in my Delphi/C++ Builder projects. They could either be freeware or shareware.
 
Well maybe you have it already in your computer.
A lot of vendors ship activeX controls with their products.
If you want to know what is registered on your computer:
Go to component ---> Import ActiveX Control and browse the listbox, I am sure you will encounter shockwave flash on the list.

The next step to do is experimenting or look for information on the net. I am not familiar with flash, but I did a familiar thing with Autocad Whip and can show, print, zoom Autocad DWF files in my delphi projects.

Dive in the information of using ActiveX with Delphi, and you will be amazed how much there is already installed on your computer for free.

Regards S. van Els
SAvanEls@cq-link.sr
 
Well maybe you have it already in your computer.
A lot of vendors ship activeX controls with their products.
If you want to know what is registered on your computer:
Go to component ---> Import ActiveX Control and browse the listbox, I am sure you will encounter shockwave flash on the list.

The next step to do is experimenting and/or look for information on the net. I am not familiar with flash, but I did a familiar thing with Autocad Whip and can show, print, zoom Autocad DWF files in my delphi projects.

Dive in the information of using ActiveX with Delphi, and you will be amazed how much there is already installed on your computer for free.

Regards S. van Els
SAvanEls@cq-link.sr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top