home *** CD-ROM | disk | FTP | other *** search
- This demo shows two key features of FlashControl:
-
- 1. Loading a flash movie from memory (from application resources in the demo).
- 2. Loading the swflash.ocx/flash.ocx code from memory (from application resources in the demo).
-
- In other words, the demo shows how to embed swflash.ocx/flash.ocx into an application and
- how to load flash movies directly from a resource.
-
- The demo solution contains four configurations:
-
- 1. Debug.
- 2. Release.
- 3. Debug_WithEmbeddedFlashOCXCode.
- 4. Release_WithEmbeddedFlashOCXCode.
-
- The Debug_WithEmbeddedFlashOCXCode and Release_WithEmbeddedFlashOCXCode configurations show how to embed swflash.ocx/flash.ocx into an
- application. To build these configurations you should copy flash.ocx into the 'res' directory. We don't provide the flash.ocx file with the
- demo because there are some restrictions on this file distribution (for more information, contact Macromedia at: www.macromedia.com ).
-
- The Debug and Release configurations show how to use swflash.ocx/flash.ocx already installed in the system.
-
- All configurations show how to load flash movie from resources.
-
- The demo should be compiled by VC++.Net 2002. I hope, there are no problems with VC++.Net 2003 and higher.
-