Please help me create a script with this value:
vegasApp.Transport.CursorPosition = Timecode.FromMilliseconds( vegasApp.Transport.CursorPosition.ToMilliseconds() + 5000 );
I found this value on the creativecow website, but I do not know how to make a script out of it. This script should do a fast forward during playback.