Basic Movie Attributes

'controller','true',
'autoplay','false'
'controller','false',
'autoplay','true'
Previous Next

Basic attributes that can be set with the AC_QuickTime.js library include:

  1. Show the movie controller with 'controller','true'
  2. Hide the movie controller with 'controller','false'
  3. Automatically start the movie playing with 'autoplay','true'
  4. Load the movie without starting with 'autoplay','false'