------------------------------------------------------------
                 README for JFlashPlayer 2.0
                        January 2009          
------------------------------------------------------------

      (c) Copyright VersaEdge Software, LLC, 2001-2009

For the most current information, check online at 
http://www.jpackages.com/jflashplayer

JFlashPlayer zip file contents
======================
docs		      - directory with API Specification
  index.html	      - starting point for API Specification
example        	      - directory with example code
  classes	      - directory with compiled example classes
  buildClasses.bat    - runs javac to compile Example.java
  Example.java        - source code for Example application
  Movie.fla	      - FLA file used for example Movie.swf
  Movie.swf	      - Example Flash movie 
  Movie-FSCommand.swf - Example Flash movie for older techniques
atl2k.dll   	      - required library for NT/2000/XP/Vista
atl98.dll   	      - required library for 98/Me
jflash.dll  	      - JFlashPlayer required library
jflashplayer.jar      - JFlashPlayer package
readme.txt 	      - readme file
runExample.bat        - run the included example


------------------------------------------------------------
    		       2.0 Release Notes
------------------------------------------------------------

- Added setFlashCallObject and setFlashCallListener methods to support the Flash ExternalInterface.call functionality (requires Flash 9 or greater)
- Added callFunction method which can call Flash functions registered with ExternalInterface.addCallback (requires Flash 9 or greater)
- Added setVariables method to define loader variables avaiable at Flash movie startup
- Added additional installFlash and uninstallFlash methods
- Deprecated setVariable, getVariable, addFlashPanelListener, and callFrame methods in favor of using the new ExternalInterface approaches
- Added isNativeFlashDisplayed method which indicates if the flash movie is being displayed
- Added registerFlash method which registers a Flash.ocx file with Windows for use
- Fixed hang issue in getCurrentFrame method
- Fixed crash issue in setVariable method
- Fixed small memory leak