J jungson Unregistered / Unconfirmed GUEST, unregistred user! 2007-02-04 #1 我想在界面上使用FLASH动画来美化我的界面,可是在动画的周围总是有白色的边框在那,好像是FLASH文件的背景,可做动画的时候明明是没有这边框的。
G guanyue7613 Unregistered / Unconfirmed GUEST, unregistred user! 2007-02-04 #2 var pnlFlash: TPanel; TSWF1: TShockwaveFlash; begin TSWF1.Parent:= pnlFlash; TSWF1.Align:= alClient; TSWF1.ClientHeight:= pnlFlash.Height; TSWF1.ClientWidth:= pnlFlash.Width; end;
var pnlFlash: TPanel; TSWF1: TShockwaveFlash; begin TSWF1.Parent:= pnlFlash; TSWF1.Align:= alClient; TSWF1.ClientHeight:= pnlFlash.Height; TSWF1.ClientWidth:= pnlFlash.Width; end;
S shunzi1220 Unregistered / Unconfirmed GUEST, unregistred user! 2007-02-05 #3 FlashPlayercontrol,最新版本3.0,不用OCX就可以播放FLASH,支持透明FLASH及从资源文件载入。 Delphi 3, 4, 5, 6, 7, 2005, 2006 and Builder 3, 4, 5, 6 are supported. Macromedia Flash Player ActiveX 3, 4, 5, 6, 7, 8, 9 are supported. 原版下载:http://www.f-in-box.com/ 下载地址见:http://www.tomore.com/2/42475.html
FlashPlayercontrol,最新版本3.0,不用OCX就可以播放FLASH,支持透明FLASH及从资源文件载入。 Delphi 3, 4, 5, 6, 7, 2005, 2006 and Builder 3, 4, 5, 6 are supported. Macromedia Flash Player ActiveX 3, 4, 5, 6, 7, 8, 9 are supported. 原版下载:http://www.f-in-box.com/ 下载地址见:http://www.tomore.com/2/42475.html
J jungson Unregistered / Unconfirmed GUEST, unregistred user! 2007-02-07 #4 怎么播放速度比用swflash.ocx快那么多呀,怎么回事呢?