The Multi media Player Bean
Component Based Software Engineering (CBSE)
A bean is a reusable software component based on Sun’s
JavaBeans specification that can be manipulated visually
in a builder tool.
MediaPlayer is a JMF player encapsulated in a JavaBean.
Manipulate a number of properties through  get and set
methods.
Ø setCachingControlVisible(true);
Ø  setPlaybackLoop(true);
Ø setMediaLocationVisible( true);
Ø setControlPanelVisible( true);
Ø setFixedAspectRatio ( true);
MediaPlayer can integrated with Beans Development Kit
(BDK).