Hi All, I want to know can JMF be used with J2ME? As it's requirement is Java 2 and J2ME is based on Java2 also. Or, does anyone try the Media Lib of J2ME? Thanks
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
posted
0
adachi, We don't have many rules at Javaranch, but our display name policy is one of them. Please read this policy and change your display name to comply with it if you wish to continue posting. Thanks. You can change your display name here.
Matthew Phillips
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
posted
0
Judging by reading the first paragraph on the JMF page, I don't think so.
Syeda Hafsa
Greenhorn
Joined: Feb 22, 2003
Posts: 3
posted
0
Hello there, I am working on a project developing Multimedia Messaging Applications for a PDA. JMF cannot be used with J2ME. There is an extension API, the Mobile Media API(MMAPI) which is light weighted. You'll have to use MMAPI instead of JMF. Hope this helped you, Thanks