From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 23 04:49:37 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DFDE16A4CE for ; Tue, 23 Nov 2004 04:49:37 +0000 (GMT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 012C543D55 for ; Tue, 23 Nov 2004 04:49:37 +0000 (GMT) (envelope-from rsidd@online.fr) Received: from imp4-q.free.fr (imp4-q.free.fr [212.27.42.4]) by postfix4-2.free.fr (Postfix) with ESMTP id 320721C7493; Tue, 23 Nov 2004 05:49:36 +0100 (CET) Received: by imp4-q.free.fr (Postfix, from userid 33) id 2D763C306; Tue, 23 Nov 2004 05:49:36 +0100 (MET) Received: from proxy.imsc.res.in (proxy.imsc.res.in [203.199.209.81]) by imp4-q.free.fr (IMP) with HTTP for ; Tue, 23 Nov 2004 05:49:36 +0100 Message-ID: <1101185376.41a2c160231fc@imp4-q.free.fr> Date: Tue, 23 Nov 2004 05:49:36 +0100 From: Rahul Siddharthan To: Justin Hopper References: <1101180393.15634.19.camel@work.gusalmighty.com> In-Reply-To: <1101180393.15634.19.camel@work.gusalmighty.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 203.199.209.81 cc: freebsd-hackers@freebsd.org Subject: Re: Flash plugin X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 04:49:37 -0000 Quoting Justin Hopper : > I was hopeful for using the Flash plugin with FireFox in FreeBSD when I > noticed that there was a port for it. However, the plugin seems to be > pretty dated, though I can't tell exactly what version of the player it > is. I think you're looking at the GPL flash port, which is an unofficial clone, not Macromedia's own plugin. Take a look at the linuxpluginwrapper port. It allows you to use several binary linux plugins with native FreeBSD browsers, but requires a bit of manual setup. Rahul