Hey guys,
I am trying to load and mp3 file dynamically into flash via flash variable and php… Now in my test the flash variable is being passed to the php script and the php script is passing back the values with the exception of the actual mp3 file name.
Now debugging proves that it is getting the file name of the required mp3 from the server… it show it when i run a php print_r()
I am thinking that it has to do something with the actual file name since it contains spaces for example the name are like “http://www.mysite.com/music_folder/some file.mp3”
Do I need to encode the url befor it is passed back to flash?
Edit: Hey guys… problem solved… Turned out not a flash issue… simple typo error…