home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Shareware / Programare / flashplayer / Samples / WinApi / Demo / docs / readme.txt
Encoding:
Text File  |  2004-06-27  |  1.2 KB  |  25 lines

  1. This demo shows two key features of FlashControl:
  2.  
  3. 1. Loading a flash movie from memory (from application resources in the demo).
  4. 2. Loading the swflash.ocx/flash.ocx code from memory (from application resources in the demo).
  5.  
  6. In other words, the demo shows how to embed swflash.ocx/flash.ocx into an application and
  7. how to load flash movies directly from a resource.
  8.  
  9. The demo solution contains four configurations:
  10.  
  11. 1. Debug.
  12. 2. Release.
  13. 3. Debug_WithEmbeddedFlashOCXCode.
  14. 4. Release_WithEmbeddedFlashOCXCode.
  15.  
  16. The Debug_WithEmbeddedFlashOCXCode and Release_WithEmbeddedFlashOCXCode configurations show how to embed swflash.ocx/flash.ocx into an
  17. application. To build these configurations you should copy flash.ocx into the 'res' directory. We don't provide the flash.ocx file with the
  18. demo because there are some restrictions on this file distribution (for more information, contact Macromedia at: www.macromedia.com ).
  19.  
  20. The Debug and Release configurations show how to use swflash.ocx/flash.ocx already installed in the system.
  21.  
  22. All configurations show how to load flash movie from resources.
  23.  
  24. The demo should be compiled by VC++.Net 2002. I hope, there are no problems with VC++.Net 2003 and higher.
  25.