can anyone help with this, heres my code. I have
top of page....what version of jwplayer is best for this? mp3 player
jwplayer('mediaspace').setup({
'playlistfile': './playlist.php?album=',
'flashplayer': './mediaplayer/player.swf',
'playlist.position': 'right',
'playlist.size': '240',
'bufferlength': '5',
'mute': 'false',
'controlbar': 'bottom',
'width': '220',
'height': '280',
'repeat' : 'list',
'volume' : '100',
'stretching' : 'none',
'quality' : 'false',
'lightcolor' : 'CCCCCC',
'frontcolor' : 'FFFFFF',
'logo.hide' : 'false',
'shuffle' : 'false',
'skin' : './mediaplayer/modieus/modieus.xml',
'shownavigation': 'true',
'controlbar': 'bottom',
});
↧