embedded music player

good day, i have build a custom music player that i would like to put within and html block. but when enter the code into a html and view the page only the skin of the player loads. there is no song listed.

the player uses xml file to store the songs and it seems like none of the xml files are loaded.

i tired changing the permission of the xml files but that did not work

any help would be greatly appreciated

Quote · 12 Apr 2011

How are you specifying the names of the XML files? Just the name, or the full path?

I am suspecting it's not loading them because it can't find them.

https://www.deanbassett.com
Quote · 12 Apr 2011

i am using relative URL e.g sounds/test.mp3

Quote · 13 Apr 2011

i mange to get it to work by using an iframe.

thanks for your reply

Quote · 13 Apr 2011

 

i am using relative URL e.g sounds/test.mp3

That may be the reason. A iframe should not be needed. Should be just a matter of proper paths. When code is placed in a html block, relative paths may not work because it would be trying to access the XML files relative to the page the script is embed on. So full paths may be required.


https://www.deanbassett.com
Quote · 13 Apr 2011

Hi,

I am not a coder and don't know much about xml. However, we are trying to build a music store within Dolphin. As you know, the store does not play any sound files that are uploaded to it.

Could you share with me how to embedded a sound player in the store to play the music that is uploaded to the store so that people can sample the music?

Thanks!

Quote · 2 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.