Share

PHP XSPF Generator

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

script doesn't work in IE

You are viewing a single message from this topic. View all messages.

  1. 2009-09-05 19:54:02 UTC
    I am having the same problem. (script doesn't work in IE). Does work in Firefox and Chrome.

    The problem is that when the script is generated, there are two additional forward slashes created at the following locations - after "your_domain.com" and after the "music1" folder:
    Both Firefox and Chrome browsers can resolve this problem but IE cannot.
    See Example 1 below which shows what the script generated info looks like.
    See Example 2 below which shows what the script generated info should be to work in IE.

    Example 1:
    http://your_domain.com//music/music1//mp3/xxx.mp3

    Example 2:
    http://your_domain.com/music/music1/mp3/xxx.mp3

    I have been able to modify the "playlist_generator.php" to remove the / after the ".com" , but have not been able to modify it to remove the extra / after "music1".

    If someone with more experience could please tell me how to modify the "playlist_generator.php" file to correct these two / errors, it would be aprreciated.

    Thanks in Advance
    Joe
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.