Title: Network Blitz
Hi Friends:
 
Thank you for telling me where to get the JMF classes.  When I run the DemoJMF3D from JBuilder6, I got the following errors:
 
failed to create a processor for movie c:/texture/images/dartsmovie.mov
 
This problem sounds happened in the following codes:
 
    public boolean open(MediaLocator ml)
{
 try
    {
       p = Manager.createProcessor(ml);
     }
catch (Exception ex)
{
     System.out.println("failed to create a processor for movie " + ml);
     printUsuage();
     return false;
}
 
But I do not know how to fix it.  Could anyone please tell me how to do?
 
Thank you!
 
GB Liu
 

Reply via email to