forum.coppermine-gallery.net

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

Code: [Select]
$pic_html  = '<object id="'.$player['id'].'" '.$player['classid'].$player['codebase'].$player['mime'].$image_size['whole'].'>';
That should read

Code: [Select]
$pic_html  = '<object id="'.$player['id'].'" '.$player['clsid'].$player['codebase'].$player['mime'].$image_size['whole'].'>';
Just a typo.

Comitted to cvs.