Hi All,
I need to use the file:// syntax for an MMAPI video playback application (so that I can get FramePositioningControl). Unfortunately, I can not figure out the syntax to load a video file from the JAR file using it..
Any advice?
I have tried:
mPlayer = Manager.createPlayer("file://videofile.3gp");
mPlayer = Manager.createPlayer("file:///videofile.3gp");
mPlayer = Manager.createPlayer("/videofile.3gp");
mPlayer = Manager.createPlayer("videofile.3gp");
Thanks

Reply With Quote

