Flash 控件Demo
.NetFrameWork2.0
1.从工具箱导入flash.dll
2.flash资源切换
packFlash1.Movie=openFileDialog1.FileName;
3.接收flash指令,Cmd为Flash发来的指令
packFlash1.FlashCall(cmd=>
{
MessageBox.Show("hello"+cmd);
});
4.Flash.ocx要附带在应用程序的根目录下,防止系统没有装Flash插件,自动注册
5.正常引用是不会报异常的,如果有异常,通常
文件列表
WindowsFormsApplication5.zip
(预估有个28文件)
WindowsFormsApplication5
WindowsFormsApplication5
WindowsFormsApplication5.csproj
3KB
Form1.cs
602B
Program.cs
485B
Form1.resx
6KB
Properties
Settings.settings
249B
Resources.Designer.cs
3KB
AssemblyInfo.cs
1KB
暂无评论