By digi_boy on
Hi
Can anyone tell me how can I post list of songs in one page (with player with can be "click-and-play") and the audio files are hosted in different server than the website?
Thanks you
Hi
Can anyone tell me how can I post list of songs in one page (with player with can be "click-and-play") and the audio files are hosted in different server than the website?
Thanks you
Comments
I creat a new content type
I creat a new content type called "Album" and use FileField to creat a field called "Song" with "File Upload" widget type. The Number of values set to "Unlimited". When I add a few aongs as "Album", I only see the song's name listed without any media player displayed.
The next step: I installed jQuery Media module and uploaded mediaplayer.swf and wimpy.swf to my server. Also set the Default players (in jQuery settings) to the correct path of the players I uploaded. However, each instant of the player only listed/played one song, and its not listed as an albuum with tracks.
So I change the media player from mediaplayer.swf to xspf_extended.swf by change the "Default Players" within the jQuey Media Settings. BUT it keeps playing the demo songs that come with the xspf player instead of my tracks - "My brightest diamond - something of an end etc.."
Can someone tell me what have I done wrong?
Thanks