Responses (2)
-
Accepted Answer
0I work on a module charts basing on the module top viewed artists, albums and songs.
I integrated test of the ability to play or add to the module jwplayer
I uses the javascript:
a href='#' onclick='module_jwplayer.sendEvent(\'STOP\');module_jwplayer.sendEvent(\'LOAD\', \'index.php?option=com_muscol&view=album&id=". $item->id."&format=feed&type=xspf\');'
and
a href='#' onclick='javascript:add_song_to_playlist(". $item->id.",0,\'s\');'
my problem is that there is only feed format for songs (for artists), albums and playlists
Could we create feed format for song ?
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »