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

资源简介

C++实战源码-播放Flash动画(入门级实例560).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FlashPlayer.h“
#include “FlashPlayerDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFlashPlayerApp

BEGIN_MESSAGE_MAP(CFlashPlayerApp CWinApp)
//{{AFX_MSG_MAP(CFlashPlayerApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CFlashPlayerApp construction

CFlashPlayerApp::CFlashPlayerApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1228  2010-11-13 11:28  FlashPlayer\FlashPlayer.clw
     文件        2133  2006-11-15 16:30  FlashPlayer\FlashPlayer.cpp
     文件        4740  2006-11-15 16:51  FlashPlayer\FlashPlayer.dsp
     文件         591  2006-11-15 16:51  FlashPlayer\FlashPlayer.dsw
     文件        1379  2006-11-15 16:30  FlashPlayer\FlashPlayer.h
     文件        6369  2007-05-31 10:04  FlashPlayer\FlashPlayer.rc
     文件        4687  2007-05-31 10:03  FlashPlayer\FlashPlayerDlg.cpp
     文件        1485  2007-05-31 10:01  FlashPlayer\FlashPlayerDlg.h
     文件         781  2007-05-31 09:55  FlashPlayer\resource.h
     文件       13573  2006-11-15 16:37  FlashPlayer\shockwaveflash.cpp
     文件        4224  2006-11-15 16:37  FlashPlayer\shockwaveflash.h
     文件         213  2006-11-15 16:30  FlashPlayer\StdAfx.cpp
     文件        1054  2006-11-15 16:30  FlashPlayer\StdAfx.h
     文件          91  2010-11-11 14:16  FlashPlayer\程序使用说明.txt
     文件        5694  2005-10-08 16:28  FlashPlayer\res\FlashPlayer.ico
     文件         403  2006-11-15 16:30  FlashPlayer\res\FlashPlayer.rc2

评论

共有 条评论