Hello there,

I'm trying to understand whether the video is complete with the code I shared below, but it doesn't work as I want. I could not determine where I made a mistake. Please could you help me?

The code:



Code
if(media_playing(EoL_video)==1) 
	{
		reset(EoL_video_panel,SHOW);
		wait (1);
	
	}
	else
	{
		set(EoL_video_panel,SHOW);
	}