Wanting a script to Activate, then Play, an RMA on another page
I recall seeing a JavaScript command intended to Activate an RMA, prior to controlling the RMA, along the lines of:
if ( !rm.activated ) rm.activated=true; // activate the Clip-annotBut I wish to control a media clip on other than the current page. I realize this is unlikely in the new world order of native media players, so in the context of Flash is fine [yes, I realize it's unsupported].
The simplest-case example would be a 3-page document, with one video clip on page 2, and one on page 3. From page 1, the two clips are made to synchronously start Play, triggered by a "roll 'em" Link or Button (or similar) Action. The viewer, scrolling through the document, encounters both these already in motion.
The clumsy workaround is to open the document, trigger the p. 1 "roll 'em" Action, then Open page 2 and page 3 (which Activates the clips, and starts them rolling), return to p. 1, whereupon a Re-set button rewinds the clips, and then all is ready to go. All henceforth plays in sync, so long as the document is not closed (de-activating the RMAs).
In other words, preferred is to include a script in the "roll 'em" Action, to get all RMAs activated and in motion.
Suggestions are warmly welcomed.
– BR
