Menu

JavaAX / News: Recent posts

Windows MCI Multi-Media Win32 API Integration Added!

With release 0.9.2 Alpha of JavaAX, we have included the Windows MCI Multi-Media Win32 API! This version of JavaAX integrates the mciSendString API... It also includes the JavaAX - Windows MCI Multi-Media Player demo. Currently it does not support Video although you can open and play a video file it is not controlled by the player! Please only use this version to play audio files.

The MCI Bridge component of the JavaAX framework can be used to add MP3, WAV, MIDI, and other audio media to your java applications using the light weight Win32 Multi-Media API. Through the MCIController wrapper class you can control your media playback using the following functions: play, stop, close (stop and unload), pause, resume, seek (rewind or fast forward). This version only supports a single media file opened at any one time. This will be fixed in the next version of JavaAX.... read more

Posted by Robert 2007-07-18

Windows Media Player Integration Added!

The initial integration of Windows Media Player into the JavaAX framework has been released. There is a problem with auto playing loaded files, but you can manually use the native Windows Media Player controls to play the Video or Music file. The JButtons (Play and Stop) work, but again there's a problem with the initial Play after the file is loaded. Until this problem is resolved, please use the native Windows Media Player Play Button for best results.... read more

Posted by Robert 2007-07-15

Initial Alpha Release of JavaAX!

The V0.9 Alpha release of JavaAX is here! It includes a Adobe Flash 9 Demo Player integrating the Flash ActiveX component with Java Swing. (Please see screen capture.) It has been compiled with Visual C++ 6.0 and Sun JDK 1.5.0 on Windows XP 32-bit. Source and Binary available! The next phase of the project will be to clean up the Flash Bridge especially on shutdown. I'm sure the program is not cleaning up the ActiveX object. Will look into it after vacation this week! Also will be adding additional ActiveX bridges shortly! Please submit your requests for different ActiveX components you would like see bridged in JavaAX!... read more

Posted by Robert 2007-07-06