bunu kopyalarak settıngs.py ye yapıstırnız
FLOWPLAYER_URL = BASE_PATH +'/media/flowplayer/flowplayer-3.2.7.swf'
FLOWPLAYER_CONFIG = {
'default' :
{ 'clip' : { 'autoPlay':'false' },
'plugins' : { 'controls' : { 'playlist': 'true' } }
},
'default1' :
{ 'clip' : { 'autoPlay':'false' },
'plugins' : { 'controls' : { 'playlist': 'true' } }
},
'audio' :
{ 'clip' :
{ 'autoPlay':'false' }
},
}
django flowplayyer settıngs de ayarlanmasi
0
●1.015