Page 2 of 2

Posted: Thu Apr 30, 2009 4:35 pm
by abb
coolshadow wrote:BTW: Have you any idea about the new version?
For example to make the TFlashplayercontrol and Ttransparentflashplayercontrol to be one component ,not two

AFAIU, it's just impossible, because of classes structure. Transparent control is TGraphicControl descendent, whereas opaque control is TWinControl descendent. Transparent control can't have window handle, because it is drawn by its parent window. Thus, current classes are pretty correct. There is nothing to change here.