Please someone help I cannot understand. Every single example I have used that other users say is working for them does nothing for myself. I can not get an index to increment and play the next video in a playlist. I have tried about twenty different examples yet none of them work.
I believe (mt == md) is never showing as true but cannot work out why.
import processing.video.*;
int maxMovies = 4; // Total number of movies
int myMoviesIndex = 0; // Initial movie to be displayed
Movie[] myMovies;
void setup() {
size(720,480, P2D);
myMovies = new Movie[maxMovies]; //array of movies