Hey, Im using vegas scripting for the 1st time.. Im little confused as to how to create / write the script that i want......can someone please itemize the steps for me / or point me to where i can read up on it ,,,,much thanks.......CB
var s;
s = ""; // Build string with necessary info.
s += ScriptEngine() + " Version ";
s += ScriptEngineMajorVersion() + ".";
s += ScriptEngineMinorVersion() + ".";
s += ScriptEngineBuildVersion();
MessageBox.Show(s);
Now save this as Version.js and run it from within Vegas. It will tell you the current version of Vegas and the .NET framework you have installed.
I have a lot more information in the various issues of my newsletter