//--------------------------------------------------------------------
void ofVideoPlayer::update(){
	idleMovie();
}
//--------------------------------------------------------------------
void ofxAlphaVideoPlayer::update(){
	idleMovie();
}