Project Name: JavaAX Author: Robert C. Ilardi Visit: http://www.javaax.org/ http://sourceforge.net/projects/javaax/ License: Apache License V2.0 Copyright 2007 Robert C. Ilardi Release History: 0.9.0 : + Initial Release (July 6, 2007) + Includes Adobe Flash 9 ActiveX Bridge + Flash Player Demo 0.9.1 : + Windows Media Player Bridge + Windows Media Player Demo Player + Thread fixes for Flash Bridge + Added Delete method for Flash (included in all bridges going forward) 0.9.2 : + Windows MCI Multi-Media Win32 API (non-ActiveX) Integration (mciSendString) - "WMMBridge" + Basic Multi-Media Player using mciSendString - Audio Support Only, Video works but is not controlled and will hang! + Note that there's a problem with the Windows Media Player Demo, the Play button does NOT work correctly after the first load. This was documented in the source forge release news for version 0.9.1 but left out of the release notes! + Added URL for Home Page: http://www.javaax.org/ + Once the end of a media file is reached using the JavaAX - Windows MCI Multi-Media Player you need to use the File Open function to load a new file. You can not replay. Will fix this in the next release! + MCIController is all you need to play media files via JavaAX! See class: MCIMediaPlayer for example...