Hi,
I finally found the solution. Inside the file that's going to be read by Flash, just wrap the variable with a stripslashes() function.
$audioname = stripslashes($audioname);
Joshley
Hi guys,
I got a music portfolio web site running PHP, MySQL and Flash. There's a page showing all the artists my client worked for and when you click on a song title, this title is passed as a variable to a PHP page then to a Flash page. The Flash page contains an actionscript music player...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.