Quote:
Originally Posted by Revan
You can try this, this works for me in IE but not in FF because I cant seem to be able to download the bleeding quicktime plugin XD
Find:
PHP Code:
$backmidi = "<bgsound src='$bm[url]' loop='-1'>";
Replace with:
PHP Code:
//$backmidi = "<bgsound src='$bm[url]' loop='-1'>";
$backmidi = "<embed src='$bm[url]' autostart='true' hidden='true' name='battlemidi' loop='true'></embed>";
This change will be default in v3 of course 
|
I applied that change in battlefight.php and tested it in IE, but it didn't work.
Also, I added battle scenes and the scenes shoiw up, but I get this error at the top of my screen:
Invalid Scene 'darkicechamber.jpg'. (whatever the picture is called)
How can I get rid of that? And is there anything else I can try to fix the midi's?