tags:

views:

5

answers:

0

I'm actually using Lectora, which controls Flash (FLV) audio and video using a JavaScript program.

I actually know how to pause a piece of video if I know its name, but what I want to do is create a button which will pause the current audio (or video, but that's less common), allow me to open another window which also plays audio, then return and play from where I left off. Since inherited buttons in Lectora don't "know" what's happening on any given slide, I need a generic JS way to find the names of any currently-playing audio files and (presumably) return an array or collection of handles, so that I can then programmatically pause it/them and then restart later.

Thanks.