Mozilla Firefox cant play .SWF files. Mozilla Firefox cant play .SWF files.
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Mozilla Firefox cant play .SWF files.

Started by falarious, July 30, 2005, 02:26:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

falarious

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?

kegobeer

Have you tried it without any SEF mods?
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

falarious

WOO!!

Nibbler got it fixed!

Thanks a lot dude! ;D

Nibbler

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.