[sIFR3-dev] Firefox on Windows

Mark Wubben mark at novemberborn.net
Fri Jun 2 15:03:18 GMT 2006


This is the detection code in the JavaScript:

       // Watch out for QuickTime, which could be stealing the Flash  
handling!
       var i = 0;
       while(this.flashVersion >= MIN_FLASH_VERSION && i <  
navigator.mimeTypes.length) {
         var mime = navigator.mimeTypes[i];
         if(mime.type == 'application/x-shockwave-flash'
         && !new RegExp('.*Shockwave\\sFlash\\s' + this.flashVersion  
+ '.*').exec(mime.enabledPlugin.description)) {
           this.flashVersion = 0;
         }
         i++;
       }

You can probably add an alert somewhere in the demo to find it out.  
I'm at a conference right now so can't really be of any more help.

On Jun 2, 2006, at 4:34 PM, Fredrik Bränström wrote:

> How could I test that?
>
> On 6/2/06, Mark Wubben <mark at novemberborn.net> wrote: Could it be  
> that you have Quicktime registered for handling Flash? If
> so, sIFR will not work.
> On Jun 2, 2006, at 2:25 PM, Fredrik Bränström wrote:
>
>
> > I'm having a problem. Firefox ( 1.5.0.3 and .4) on Windows doesn't
> > replace any elements when dealing with sIFR 3.
> >
> > I have every possible technology needed switched on (JS, Flash,
> > CSS...) and I can't figure out what's wrong, and since it works for
> > some people... it seems really weird.
> >
> > Please help me figure this out, and maybe if necessary Mark, make
> > the necessary adaptations in the sIFR code.
> >
> > Does the demo page from the beta work in Firefox on Windows? http://
> > dev.novemberborn.net/sifr3/svn/test/distribution/demo/ If you've
> > got Firefox, help me test.
> >
> > --
> > Fredrik Bränström
> > http://fredrik.branstrom.nu
> > _______________________________________________
> > sifr3-dev mailing list
> > sifr3-dev at lists.novemberborn.net
> > http://lists.novemberborn.net/mailman/listinfo/sifr3-dev
>
> --
> Mark Wubben
> http://novemberborn.net/
>
>
>
>
>
>
> -- 
> Fredrik Bränström
> http://fredrik.branstrom.nu

--
Mark Wubben
http://novemberborn.net/





More information about the sifr3-dev mailing list