Hi all - I'm trying to figure out a way for each movie in a sequence
I'm playing with QTNEXT to have its own distinct link. Any thoughts on
how to make this happen? It looks like the HREF applies to the whole
sequence. I haven't been able to think of anything better than
basically abandoning QTNEXT to drive the sequence, and instead have
just one QTNEXT which calls a javascript function that sets all the
parameters and plays the next movie. But I'd rather not do that . . .
thoughts?
Hi Steve. There are numerous approaches, but here's the most obvious
one:
You can put EMBED parameters such as HREF right into movies themselves.
That way you can let each movie have its own HREF parameter, instead of
just using the HREF parameter from the web page. To place EMBED plugin
parameters into movies, use the PluginHelper utility program from
Apple:
<http://developer.apple.com/quicktime/quicktimeintro/tools/
pluginhelper.html>