From owner-freebsd-questions@FreeBSD.ORG Wed Oct 24 16:36:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9734E16A417 for ; Wed, 24 Oct 2007 16:36:26 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from mtai05.charter.net (mtai05.charter.net [209.225.8.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3BAF013C491 for ; Wed, 24 Oct 2007 16:36:26 +0000 (UTC) (envelope-from icantthinkofone@charter.net) Received: from aa04.charter.net ([10.20.200.156]) by mtai05.charter.net (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20071024163613.JAWZ7894.mtai05.charter.net@aa04.charter.net>; Wed, 24 Oct 2007 12:36:13 -0400 Received: from robs-laptop.com ([71.85.241.27]) by aa04.charter.net with ESMTP id <20071024163613.EXPC1254.aa04.charter.net@robs-laptop.com>; Wed, 24 Oct 2007 12:36:13 -0400 Message-ID: <471F747C.3080207@charter.net> Date: Wed, 24 Oct 2007 11:36:12 -0500 From: icantthinkofone User-Agent: Thunderbird 2.0.0.6 (X11/20070914) MIME-Version: 1.0 To: "Heiko Wundram (Beenic)" References: <200710231338.11681.mark@msen.com> <471EF8C8.2080404@lvor.halvorsen.cc> <471F3EFC.5020105@charter.net> <200710241513.40461.wundram@beenic.net> In-Reply-To: <200710241513.40461.wundram@beenic.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 Cc: freebsd-questions@freebsd.org Subject: Re: Writing Flash Driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 16:36:27 -0000 Heiko Wundram (Beenic) wrote: > Am Mittwoch, 24. Oktober 2007 14:47:56 schrieb icantthinkofone: > >> Does that in any way answer the question? >> > > Yes, because gnash is an open-source (re)implementation of Flash Player, > compatible with a large part of the Flash7 specification, so that you don't > need Adobe's player to play Flash format multimedia files. Did you actually > check out (i.e., visit _and_ read) the gnash website, if you're asking this? > > By the way, this has nothing to do with drivers; Flash is a data-container > format, which requires a program (knowing the specification, which is > sort-of-open, with the emphasis lying on "sort-of," not "open," for Flash) to > interpret, not a device. The word "driver" is reserved for software providing > access to the latter (at least in my vocabulary), or at least something > happening in kernel-space. > > Thank you for that. Many have a problem trying to get Flash to play in their browser. Flash worked for me in Firefox until the latest xorg upgrades, as many have also complained about. You are right, and I should know better, that I'm not looking for "drivers" but trying to find out what would be needed to create a reliable interface to Adobe's flash player. I'm aware of gnash but have heard it doesn't play all flash files. This may be not all the information to do so has been found yet and, maybe, as you stated, it would be better/easier to contribute to the gnash project instead.