• 大小: 0.72M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-设计FLV播放器(入门级实例563).zip

资源截图

代码片段和文件信息

// PlayFlv.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “PlayFlv.h“
#include “PlayFlvDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CPlayFlvApp

BEGIN_MESSAGE_MAP(CPlayFlvApp CWinApp)
//{{AFX_MSG_MAP(CPlayFlvApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CPlayFlvApp construction

CPlayFlvApp::CPlayFlvApp()
{
// TODO: add construction code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      146768  2008-12-25 11:23  PlayFlv\msxml6.tlh
     文件      126579  2008-12-25 11:23  PlayFlv\msxml6.tli
     文件        1250  2010-11-13 11:31  PlayFlv\PlayFlv.clw
     文件        2133  2008-12-25 13:46  PlayFlv\PlayFlv.cpp
     文件        4657  2008-12-25 16:02  PlayFlv\PlayFlv.dsp
     文件         581  2008-12-25 16:02  PlayFlv\PlayFlv.dsw
     文件        1335  2008-12-23 15:19  PlayFlv\PlayFlv.h
     文件        6634  2009-01-14 13:45  PlayFlv\PlayFlv.rc
     文件        5894  2008-12-26 13:24  PlayFlv\PlayFlvDlg.cpp
     文件        1586  2008-12-26 13:27  PlayFlv\PlayFlvDlg.h
     文件         823  2008-12-25 16:01  PlayFlv\resource.h
     文件       15919  2008-12-25 16:01  PlayFlv\shockwaveflash.cpp
     文件        4713  2008-12-25 16:01  PlayFlv\shockwaveflash.h
     文件         209  2008-12-23 15:19  PlayFlv\StdAfx.cpp
     文件        1054  2008-12-23 15:19  PlayFlv\StdAfx.h
     文件          91  2010-11-11 14:16  PlayFlv\程序使用说明.txt
     文件      705461  2008-12-18 11:18  PlayFlv\FLV\01.flv
     文件       49214  2008-11-28 08:25  PlayFlv\FLV\FLVplayer.swf
     文件         105  2009-01-14 13:45  PlayFlv\FLV\list.xml
     文件        5308  2008-11-26 15:44  PlayFlv\FLV\SteelExternalAll.swf
     文件        1078  2008-12-23 15:19  PlayFlv\res\PlayFlv.ico
     文件         399  2008-12-23 15:19  PlayFlv\res\PlayFlv.rc2

评论

共有 条评论