• 大小: 0.12M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: winform  flash  C#  文件  播放  

资源简介

C# winform 播放flash文件

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// 有关程序集的常规信息是通过下列
// 属性集控制的。更改这些属性值可修改与程序集
// 关联的信息。
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// 程序集的版本信息由下列 4 个值组成:
//
//      主版本
//      次版本 
//      内部版本号
//      修订号
//
// 您可以指定所有这些值,也可以使用“修订号”和“内部版本号”的默认值,方法是按
// 如下所示使用 ‘*‘:

[assembly: AssemblyVersion(“1.0.*“)]

//
// 要对程序集进行签名,必须指定要使用的密钥。有关程序集签名的更多信息,请参考 
// Microsoft .NET framework 文档。
//
// 使用下面的属性控制用于签名的密钥。
//
// 注意:
//   (*) 如果未指定密钥,则程序集不会被签名。
//   (*) KeyName 是指已经安装在计算机上的
//      加密服务提供程序(

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1078  2001-08-27 05:43  App.ico
     文件        1859  2001-08-27 05:43  AssemblyInfo.cs
     目录           0  2009-04-24 20:30  bin\
     目录           0  2009-04-24 20:30  bin\Release\
     文件       57344  2002-01-11 13:57  bin\Release\AxInterop.MediaPlayer.dll
     文件       15872  2004-06-09 15:59  bin\Release\AxInterop.ShockwaveFlashobjects.dll
     文件       28672  2001-08-29 12:24  bin\Release\File.exe
     文件       86016  2002-01-11 13:57  bin\Release\Interop.MediaPlayer.dll
     文件       28672  2004-06-09 15:59  bin\Release\Interop.ShockwaveFlashobjects.dll
     文件        6337  2001-08-28 06:28  File.csproj
     文件        1804  2001-08-29 12:24  File.csproj.user
     文件         893  2001-08-27 05:43  File.sln
     文件        7383  2001-08-28 07:40  Form1.cs
     文件       11729  2001-08-28 07:40  Form1.resx
     目录           0  2009-04-24 20:30  obj\
     文件       57344  2002-01-11 13:57  obj\AxInterop.MediaPlayer.dll
     文件       15872  2004-06-09 15:59  obj\AxInterop.ShockwaveFlashobjects.dll
     文件       86016  2002-01-11 13:57  obj\Interop.MediaPlayer.dll
     文件       28672  2004-06-09 15:59  obj\Interop.ShockwaveFlashobjects.dll
     目录           0  2009-04-24 20:30  obj\Release\
     文件       28672  2001-08-29 12:24  obj\Release\File.exe
     文件        8407  2001-08-28 07:40  obj\Release\File.Form1.resources
     文件        7176  2001-08-29 12:24  obj\Release\File.projdata
     目录           0  2009-04-24 20:30  obj\Release\temp\
     目录           0  2009-04-24 20:30  obj\Release\TempPE\

评论

共有 条评论