Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Mozilla Firefox cant play .SWF files.  (Read 7481 times)

0 Members and 1 Guest are viewing this topic.

falarious

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 46
Mozilla Firefox cant play .SWF files.
« 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?
« Last Edit: July 30, 2005, 02:44:12 am by Nibbler »
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Mozilla Firefox cant play .SWF files.
« Reply #1 on: July 30, 2005, 02:38:17 am »

Have you tried it without any SEF mods?
Logged
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

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 46
Re: Mozilla Firefox cant play .SWF files.
« Reply #2 on: July 30, 2005, 02:43:16 am »

WOO!!

Nibbler got it fixed!

Thanks a lot dude! ;D
Logged

Nibbler

  • Guest
Re: Mozilla Firefox cant play .SWF files.
« Reply #3 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.