www.pudn.com > FlashFormat.rar > HFExample.h


// Copyright © 1999 Middlesoft, Inc. All rights reserved.
// First Created By Bate Yu.
// First Created On 10/15/1999.
// Last Modified On 11/09/1999.

/****************************************************************************************

				File Summary: HFExample.h

  This header-file includes all the function prototypes of high-level examples to demo
  Flash File Format SDK high-level manager.

****************************************************************************************/

#ifndef HFEXAMPLE_H_ 
#define HFEXAMPLE_H_ 

void HLCreateRectangleMovie();

//void HLCreateTwoRectanglesMovie();

void HLCreateSquareMovie();

void HLCreateCircleMovie();

void HLCreateOvalMovie();

void HLCreateSoundMovie();

void HLCreateButtonMovie();

void HLCreateFontMovie();

void HLCreateSuperMovie();


#endif