slior Posted February 9, 2010 Report Share Posted February 9, 2010 I wanted to see whether the flash client would run on gnash, a free implementation of flash. However, the current setup includes an explicit check for Adobe's flash player (see the calls to DetectFlashVer in http://www.bridgebase.com/client/client_v32/bbo.php?). Could you set up a page which simply embeds the SWF file with the right parameters, without checking for flash versions? Quote Link to comment Share on other sites More sharing options...
helene_t Posted February 9, 2010 Report Share Posted February 9, 2010 I don't like the idea of bbo not checking for flash version as support could get flooded with requests from users who have problems without knowing that it's due to a wrong flash player version. But maybe a warning would be sufficient, so that the user is aware that if anything goes wrong it might be because of the flash version. Oops edited: I see the suggestion was to provide a non-checking page as an alternative entry for those using Gnash. I think that makes a lot of sense. Quote Link to comment Share on other sites More sharing options...
barmar Posted February 11, 2010 Report Share Posted February 11, 2010 I'm surprised gnash doesn't have a masquerade feature to deal with pages like this, similar to the ways you can tell Firefox or Safari to claim to be IE. Quote Link to comment Share on other sites More sharing options...
uday Posted February 11, 2010 Report Share Posted February 11, 2010 I'll send you the page via IM Quote Link to comment Share on other sites More sharing options...
Gerardo Posted February 11, 2010 Report Share Posted February 11, 2010 I tried it in Debian, amd64, 0.8.6, masquerading itself as 10.1.999, it didn't work (not BBO, not youtube either). Might be flashblock, noscript or being 64-bit getting in the middle, this is just first glance. Would love to make it work, still bitten by FP-40 in 64 bit. Quote Link to comment Share on other sites More sharing options...
slior Posted February 11, 2010 Author Report Share Posted February 11, 2010 Thanks for the responses. I'm trying gnash since 64-bit Fedora 12 ships with a version of firefox which crashes on contact with libflashplayer. I got Uday's message and am starting to test. First problem is that gnash support for SWF9 is not compiled in by default, so no chance with the gnash that comes with the distribution. Recompiling now ... Quote Link to comment Share on other sites More sharing options...
slior Posted February 13, 2010 Author Report Share Posted February 13, 2010 Recompiled gnash but the outcome was negative anyway. I think not enough of SWF9 is implemented for this to work and we should try again in a few months. Thanks for helping in the attempt. Technical details follow. The system is an up-to-date x86-64 Fedora 12. The sources were gnash-0.8.6.tar.bz2 from the ftp site. I used the following flags. The first flag is supposed to enable what SWF9 support there is, and the others are basically arbirary choices (also, for some reason it couldn't find the cairo include directory automatically). configure --enable-avm2 --enable-renderer=agg --enable-media=ffmpeg --enable-gui=gtk --with-cairo-incl=/usr/include/cairo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.