Good program!
I use it a lot!
Q: Is there a way to launch a film from the program?
Launch file from program?
In the URL field, if you specify the path of a file (e.g. c:\my documents\myfile.avi) it will be lauched when you double click on it or when you click on the button at the right of the field, like if it was an internet address.
But since you put this topic in the "Scripts & Templates" folder, maybe it was not what you wanted ?
But since you put this topic in the "Scripts & Templates" folder, maybe it was not what you wanted ?

The following is the simplest ASX file as created by ZoomPlayer (Windows Media Player puts a lot more stuff in it):
You don't even have to type it by hand. Just load all the movies in your player and save it, then put the path to the asx file in the url field.
Code: Select all
<ASX version="3.0">
<ENTRY><REF href="movie1.avi" /></ENTRY>
<ENTRY><REF href="movie2.avi" /></ENTRY>
<ENTRY><REF href="movie3.avi" /></ENTRY>
<ENTRY><REF href="movie4.avi" /></ENTRY>
</ASX>