Page 1 of 1

Change used version in run-time?

Posted: Fri Jul 08, 2011 1:09 pm
by GfxBro
I want to change used Flash Player version in run-time, load it from stream or stop use embeded version and start use installes in system version. How I can change source: embeded or installed?

Posted: Mon Jul 18, 2011 7:04 am
by Softanics
Hello,

Sure, it's possible. Free all instances of TFlashPlayerControl and TTransparentFlashPlayerControl, and call FlashPlayerControl.LoadFlashOCXCodeFromStream:

http://www.f-in-box.com/delphi/help/ind ... tream.html

Thank you.