pjs/java/plugins/examples/MediaPlayer
edburns%acm.org b51060f085 A plugins/examples/jmfplayer/src/main/web/tilego3.avi
A plugins/examples/jmfplayer/src/main/java/jmfplayer/JMFPlayer.java
A plugins/examples/jmfplayer/src/main/web/test01.html
R plugins/examples/MediaPlayer/JMPlayer.java
R plugins/examples/MediaPlayer/samples/test.html
R plugins/examples/MediaPlayer/samples/tilego3.avi

- Move mediaplayer example to jmfplayer

M plugins/examples/index.html

- Add mediaplayer example

M plugins/netbeans/build.xml
M plugins/netbeans/pluglet.properties

- require new property jdkhome.nospaces

M plugins/release/build.xml

- marching toward binary distribution

M plugins/netbeans/nbproject/build-impl.xml
M plugins/netbeans/nbproject/genfiles.properties
M plugins/netbeans/nbproject/project.properties
M plugins/netbeans/nbproject/project.xml

- IDE changes
2007-03-20 04:59:34 +00:00
..
samples A plugins/examples/jmfplayer/src/main/web/tilego3.avi 2007-03-20 04:59:34 +00:00
Makefile.in
README
build.properties.sample ? build 2006-10-23 05:18:19 +00:00
build.xml M plugins/build.xml 2007-03-16 16:29:31 +00:00
jmf_defs.mak
makefile.win
manifest
play.html

README

MediaPlayer Pluglet Example.
================================

This directory contains the source code for MediaPlayer pluglet example.
Pluglet is using Java Media Frameworks 2.0b MediaPlayer bean.

========================================================================
Win32 Build Directions:
========================================================================
Requirements:

* built latest mozilla tree for WinNT4.0

* JDK1.3

* built Java-Implemented Plugins.

* JMF2.0b installed.

How To Build:

* add jmf.jar to classpath

* type "nmake /f makefile.win"


How to Run:

* Follow the directions in ..\..\README

* Add jmf.jar to classpath

* Set PLUGLET environment to the directory you have JMPlayer.jar

* Run mozilla and load page play.html from this directory and you will see
  sample avi file. (In addition you need to download some avi file and 
  name it test.avi.)

Warning: JMF MediaPlayer does not support all the video formats so you can
see some errors from player when loading unsupported format file.