Hi, I am using following command to play video. Video is located locally.
Code: Select all
set the filename of player "Player" to videoPath
start player "Player"
After the video has finished playing, it shows the white screen. I would like the video to either stay at end or it come to the initial position but it should stop there and not play... (like what happends on other site when you play video)
Please let me know what is the best practice to make it work. I am thinking of using images and set the visible property to false or true.. but i do not think that is the best solution as i am going to use multiple videos..