Troubleshooting
JMF Solutions
How can I wrap a movie around a 3D image, seek to a specific frame, generate a movie from a series of JPEG images, add Swing support, and so on?
A movie can be wrapped around a 3D image (such as a cylinder) by creating a Java3D renderer plug-in that integrates with the rest of JMF. For a complete description of this solution (along with source code), please visit Sun's Java3D Renderer Web page (http://java.sun.com/products/java-media/jmf/2.1/solutions/DemoJMFJ3D.html).
It's possible to seek to a specific frame by using JMF's FramePositioningControl class (located in the javax.media.control package). A complete description of a solution (as well as source code) that uses this class is available at Sun's Frame Seeking ...
Get Special Edition Using Java 2 Standard Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.