arielmol / dviz

Automatically exported from code.google.com/p/dviz
0 stars 0 forks source link

Make Auto-Play in the Media Browser Preview Pane User-Selectable #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Make Auto-Play in the Media Browser Preview Pane User-Selectable. E.g. when
a user clicks on a video in the media browser, it should not start playing
unless the user clicks a (not yet created) play button OR the user has set
the (not yet created) "auto-play" option to 'true.'

Original issue reported on code.google.com by josiahbryan@gmail.com on 12 Nov 2009 at 7:16

GoogleCodeExporter commented 8 years ago
Implemented in r484. Auto-play now is user-selectable, enabled by default. To 
disable
auto-playing videos, simply uncheck the checkbox below the media browser 
viewer. Even
with auto-play disabled, the user may still elect to manually play the video 
using
the provided play/pause controls on the left -implemented using the 
controlWidgets
API, same API used to provide play/pause controls in the preview column and the 
live
view controls.

Original comment by josiahbryan@gmail.com on 17 Feb 2010 at 2:33