How do I...?

Determine When a Video has Finished Playing

In AutoPlay Media Studio, it is possible to perform an action once your video has completed playing. Some uses for this include sending the user to your website after the video is finished, or loading up another video.

  1. To launch your website when a video finishes playing, place the following script in the On Finish event of the video object:

File.OpenURL("http://www.indigorose.com/", SW_SHOWNORMAL);