Page 1 of 1

Transparent project needs Flash activex installed?

Posted: Fri Feb 24, 2006 9:17 am
by Createxe
Hello

Your VCL seems great and I will certainly register it, I have found this code in Sample4_Translucency:

Code: Select all

if Not IsFlashInstalled then
  begin
    ShowMessage('The application needs Flash'#13#10'Flash is not installed');
    Application.Terminate;
  end;


Is it just in this demo or for transparent project the final user must have flash activex installed?

Thanks.

Re: Transparent project needs Flash activex installed?

Posted: Fri Feb 24, 2006 9:28 am
by Softanics
Thank you for your question.

Createxe wrote:Is it just in this demo or for transparent project the final user must have flash activex installed?


No. FlashPlayerControl uses either already installed Flash Player ActiveX or provided by an application using FlashPlayerControl.LoadFlashOCXCodeFromStream:
http://www.flashplayercontrol.com/delph ... _embedding
Transparency is available in each case.

Posted: Sat Feb 25, 2006 12:26 pm
by Createxe
Thanks,
I will know ask my Boss to purchase Flashplayercontrol for our next multimedia project.