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