Hi friends!
I am running VLC player from an Accees DB. I am using the syntax :
C:\Program Files\VideoLAN\VLC\vlc --start-time= 33 MyFile. mp3.
(Start-time gets a value from a field in the DB)
Everything is fine.
However, if run the above script and then leave VLC player open and then **run another script with a different value for Start-time** - it starts playing at the start time I used when I opened the player. I have to close and reopen it with the new start-time value, which is very annoying.
Any ideas on how to get it running (same file) but at a different start-time?
Thank You