"Playlist components"
RESOURCE_TYPE_CHOICES = (('item', 'item'), ('collection', 'collection'),
('marker', 'marker'), ('fonds', 'fonds'), ('corpus', 'corpus'))
- element_type = 'playlist_resource'
+ element_type = 'playlist_resource'
public_id = CharField(_('public_id'), required=True)
playlist = ForeignKey('Playlist', related_name="resources", verbose_name=_('playlist'))
resource_type = CharField(_('resource_type'), choices=RESOURCE_TYPE_CHOICES, required=True)
soundManager.url = "{{ STATIC_URL }}timeside/swf/";
soundManager.debugMode = false;
soundManager.allowPolling = true;
- soundManager.useHTML5Audio = true;
+ soundManager.useHTML5Audio = false;
soundManager.preferFlash = false;
//initializing the visualizers to be passed to the player