QTNext N Attribute

QT_WriteOBJECT('slide01.mov','320','256','',
'controller','true',
'autoplay','true',
'qtnext1','<slide02.mov>T<myself>',
'qtnext2','<slide03.mov>T<myself>',
'qtnext3','<slide04.mov>T<myself>',
'qtnext4','<slide05.mov>T<myself>',
'qtnext5','<slide06.mov>T<myself>',
'qtnext6','<slide07.mov>T<myself>',
'qtnext7','<slide08.mov>T<myself>',
);
Previous Next

QTNext N Attribute Explained

  • List the files to play sequentially using the format qtnext# where # is the order to play the movie
  • Provides one way to play movies in seqence (especially nice for http servers)
  • Similar capabilities are possible with SMIL sequences (see the next page)