This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
FramePositioningControl problem...
- From: "java lister" <javalister at gmail dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 27 Jun 2006 20:47:32 +0300
- Subject: FramePositioningControl problem...
Hi all!
I am new at JMF and i would appreciate it, if you could help me..
I use the FramePositionControl like this:
---------
FramePositioningControl fpc =
(FramePositioningControl)player.getControl("
javax.media.control.FramePositioningControl");
---------
but fpc is always null... does anybody know the reason? why does this happen?
Thank you in advance!