simple question, am i able to update and display a video outside of the ofApp::update() and ofApp::draw() functions? i have tried doing it it my own function in ofApp but the program simply hangs for the duration of the video without ever updating the screen.