欢迎来到天天文库
浏览记录
ID:16721853
大小:448.50 KB
页数:4页
时间:2018-08-24
《wpf中播放flash动画》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、WPF中播放Flash动画 1、首先在VS2010中建立项目。打开VS2010后选择“文件”-“新建”-“项目”,选择“WPF应用程序”,如下图所示,项目名称为WpfFlashPlayer。 2、选中项目解决方案名称,点右键,选择“添加”—“新建项目”,出现下图窗口。选择“Windows窗体控件库”,名称定为WindowsFormsFlashControlLibrary,点“确定”键。 3、在工具箱中选择ShockwaveFlashObject,如果工具箱中没有出现,只要在工具箱中点右键选择“选择项”,就会出现图1-99,选择其中的“ShockwaveFlashO
2、bject”后点“确定”键。这时工具箱中会增加ShockwaveFlashObject控件,将其拖入设计窗口。otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongM
3、arch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand图1-99 4、开始执行程序,在项目“WindowsFormsFlashControlLibrary”的“BinDebug”文件夹中自动生成: AxInterop.ShockwaveF
4、lashObjects.dll和Interop.ShockwaveFlashObjects.dll 这2个文件是Windows系统下FlashPlayer播放器控件在WPF中应用的接口,有了这两个文件,他人就无需做上面的重复设计了,可以在下面使用。 5、然后在ExpressionBlend4中建立1个WPF项目,如WpfFlashPlayer。 首先在项目的“引用”中添加下面2个文件的引用(可到上面说的文件夹中找此文件): AxInterop.ShockwaveFlashObjects.dll Interop.ShockwaveFlashObjects.dll 并
5、且在.xaml.cs文件前添加命名空间: usingAxShockwaveFlashObjects; usingShockwaveFlashObjects; 这时,项目中可以使用FlashPlayer的类AxShockwaveFlash创建播放器对象,此对象在WPF窗口的显示同样需要借助于接口控件WindowsFormsHost,这样需要在项目的“引用”中添加如下文件: System.Windows.Forms.dll(C:WINDOWSMicrosoft.NETFrameworkv4.0.30319) WindowsFormsIntegration.dll(C
6、:WINDOWSMicrosoft.NETFrameworkv4.0.30319WPF)otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,h
7、ehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand 前1个引用的添加将保证AxShockwav
此文档下载收益归作者所有