Runtime exception; could not load movie aaa.mp4
in
Core Library Questions
•
3 months ago
Hey,
i've been using the video library and used the following code.
try{
mov1 = new Movie(this, complete + ".mp4");
}catch(Exception e){
}
if my RFID Reader reads the content aaa and there isnt a movie called aaa. it gives me an error
java.lang.RuntimeException: Could not load movie file aaa.mp4
is there a way to ignore the exception?
1