Debug with Editor

here



function setup() {
  createCanvas(720,350);
  
   ps5video = createVideo('PS5 Trailer.mp4');
    
  ps5video.position(310,90);
  ps5video.loop();
  
  //ps5video.hide();