MP3 Player - FAQ

What is the difference between standard and enterprise versions?

Standard License allows you to install module on one domain/portal only and doesn't come with the source code. Enterprise version allows you to install module on unlimited quantity of websites/domains/portals and comes with the source code.

I installed it and everything is working fine, but on IE 8 the player looks jumbled. I'm not sure if it's a css issue with my skin or what so I thought I'd check and see if you have any suggestions.


mp3 player

We have a great experience in skin development and we totally recommend you use DOCTYPE for your skin (we use this feature in our DotNetNuke skins). It really helps to avoid the great amount of bug fixing. The DOCTYPE sets necessary document type for pages, therefore mainly it helps IE browser to choose correct document type.

How to add the doctype?

For this you should create file <%Skin_name%>.doctype.xml under your skin folder (usually skin is stored under .../Portals/_default/<%skin name%>/ or .../Portals/0/<%skin name%>/), for example, you have Index.ascx file, so you should create Index.doctype.xml and put the following code there:

<SkinDocType>
  <![CDATA[ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]>
</SkinDocType>

The add song feature doesn't work. I was using the previous version of MP3 Player and it stopped working some time ago. I uninstalled old version, downloaded the latest one from www.codingstaff.com and installed it. However, add new playlist, add song features aren't working. Please, advise.

We noticed that when user uninstalls previous version of MP3 Player the necessary file - CodingStaff.MP3Player.DLL - is not being removed during the uninstallation process from the bin folder. Thus, it's necessary to remove it manually and then install the latest version of the MP3 Player.


Questions?

+1-775-979-5505