coppermine-gallery.com/forum

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: falarious on July 30, 2005, 02:26:39 AM

Title: Mozilla Firefox cant play .SWF files.
Post by: falarious on July 30, 2005, 02:26:39 AM
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?
Title: Re: Mozilla Firefox cant play .SWF files.
Post by: kegobeer on July 30, 2005, 02:38:17 AM
Have you tried it without any SEF mods?
Title: Re: Mozilla Firefox cant play .SWF files.
Post by: falarious on July 30, 2005, 02:43:16 AM
WOO!!

Nibbler got it fixed!

Thanks a lot dude! ;D
Title: Re: Mozilla Firefox cant play .SWF files.
Post by: Nibbler on July 30, 2005, 02:43:28 AM
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.