cross-platform of JFM?

Does anyone know if JFM is cross platform and will work on Mac? I am using Windows XP and need to know that if I write a program using JFM that it will work on MAC. Please help. Thank you.
[195 byte] By [AsSiDuL0Usa] at [2007-10-3 7:58:28]
# 1

It depends on what you want.

There's a cross platform version of JMF, but it only allows you view and play movies.

If you want to capture video, eg. from a webcam or tv capture card, then you need the platform specific performance version of JMF.There's currently only performance versions for Windows, Linux and Solaris.

regards,

Owen

omcgoverna at 2007-7-15 3:01:29 > top of Java-index,Security,Cryptography...
# 2
Can I just include the classes/packages I use in my .jar file? Or do you think that would be too large to put into an applet?
AsSiDuL0Usa at 2007-7-15 3:01:29 > top of Java-index,Security,Cryptography...
# 3

See the customizer.jar in the lib/ directory of your

JMF installation. It is intended to make JMF jar's

that contain only the classes required for a particular

media type/use.

I only played around with it once (since I am more

interested in 'lazy' deployment via web start), but

it seemed to produce some very small jar's.

AndrewThompson64a at 2007-7-15 3:01:29 > top of Java-index,Security,Cryptography...
# 4
okay thanks
AsSiDuL0Usa at 2007-7-15 3:01:29 > top of Java-index,Security,Cryptography...