Page 1 of 1

Transparent FlashPlayerControl always under other controls,

Posted: Tue Apr 04, 2006 7:42 pm
by SWFDeveloper
Hi,

I am trying to use the Transparent FlashplayerControl on my Delphi form and would like other controls to be under it, but unfortunately, the flashplayer control is always 'under' other controls. The 'sendToBack' and sendForward methods do not work.

Is there any solution for this?

many thanks,

Posted: Wed Apr 05, 2006 7:17 am
by Softanics
Thank you for your question.

You are right. But it is a common problem with non TWinControl-derived controls. For instance, try a Label and a Button. The Lable will be always deeply than the Button.

Posted: Wed Apr 05, 2006 7:44 am
by SWFDeveloper
Many thanks for the answer,

But is there any way by which I can make the transparent
flashplayercontrol on top of other controls.

The problem with transparent flashplayercontrol is that
it doesn't have an hwnd property, so I can't brint it to front.

Please let me know if there's any workaround.

Cheers...

Posted: Wed Apr 05, 2006 8:42 am
by Softanics
I'm sorry. I don't know how to make it possible.