Mozilla Firefox can't play .SWF files, while Internet Explorer can. ???
http://falarious.com/displayimage-4-0.html <-- A .swf file
It can't be the theme I am using becasue I switched to classic and it cant play the files either.
This a bug?
Have you tried it without any SEF mods?
WOO!!
Nibbler got it fixed!
Thanks a lot dude! ;D
include/themes.inc.php
$pic_html = '<object id="'.$player['id'].'" '.$player['classid'].$player['codebase'].$player['mime'].$image_size['whole'].'>';
That should read
$pic_html = '<object id="'.$player['id'].'" '.$player['clsid'].$player['codebase'].$player['mime'].$image_size['whole'].'>';
Just a typo.
Comitted to cvs.