gecko-dev/java/plugins/examples/MediaPlayer
edburns%acm.org 3693397a3f This checkin makes it so the JavaMediaPlayer demo builds on win32.
It also adds some sample content.
2001-06-10 02:54:49 +00:00
..
samples This checkin makes it so the JavaMediaPlayer demo builds on win32. 2001-06-10 02:54:49 +00:00
JMPlayer.java Cleaned up pluglet examples sources (bug ID 17316). 2000-03-07 08:33:54 +00:00
Makefile.in Merged branch JAVADEV_PR3_20001002 into trunk. 2000-11-02 23:33:21 +00:00
README
jmf_defs.mak This checkin makes it so the JavaMediaPlayer demo builds on win32. 2001-06-10 02:54:49 +00:00
makefile.win This checkin makes it so the JavaMediaPlayer demo builds on win32. 2001-06-10 02:54:49 +00:00
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.