Jan 29 2010
PHP Bug Fix
Someone brought this bug fix to my attention:
If movie contains quotes in name, JavaScript won’t be able to open the file. You must add $movie = htmlentities($movie, ENT_QUOTES); at 64 line in flash.php to fix this bug.
Hopefully this helps anyone who was having this problem.
