Panjabi
Feb 29th 2008, 6:56 pm
Im testing out a script, whicgh seems to work fine, except for the fact that when I try loading a URL which has a comma in it, the file does not load in the player.
<param name="FlashVars" value="playerID=1&soundFile=http://domain.com/test,file.mp3">
I need a solution that will play the file without having to change the URL as the file is hosted externally.
<param name="FlashVars" value="playerID=1&soundFile=http://domain.com/test,file.mp3">
I need a solution that will play the file without having to change the URL as the file is hosted externally.