Search found 4 matches
- Wed Jun 05, 2013 5:44 pm
- Forum: Multimedia
- Topic: Progress bars
- Replies: 12
- Views: 13604
Re: Progress bars
I get the math, however, I cannot seem to get the field to update continuously, it throws errors when I loop it in with the progress bar updates.
- Wed Jun 05, 2013 2:16 pm
- Forum: Multimedia
- Topic: Progress bars
- Replies: 12
- Views: 13604
Re: Progress bars
Sorry to bump such an old post, but this has been helping me quite a bit. I have all this working, but I would also like to have "f1" count down the remaining minutes:seconds in the track that is playing. I see the "f1" is being updated at the beginning with the length of the song, but it doesn't co...
- Wed Jun 05, 2013 1:46 pm
- Forum: Multimedia
- Topic: Question regarding Media files
- Replies: 3
- Views: 4604
Re: Question regarding Media files
can you elaborate on the timeScale piece?
- Tue Jun 04, 2013 9:18 pm
- Forum: Multimedia
- Topic: Question regarding Media files
- Replies: 3
- Views: 4604
Question regarding Media files
I am trying to figure out if this is doable: I am using a player to play a list of files from a directory. (so far so good). I would like to have a text box run the current time index of the file (ie number of seconds in/remaining).. something like: update field "field" with currentTime of player "P...