From owner-freebsd-questions@FreeBSD.ORG Fri Dec 11 15:08:46 2009 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 26733106566B for ; Fri, 11 Dec 2009 15:08:46 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id B4AC38FC17 for ; Fri, 11 Dec 2009 15:08:45 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so313359eye.9 for ; Fri, 11 Dec 2009 07:08:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Nk2BMvx2cRIa2mVSf2bjZQMBl/0q228v1tpQ/TKPsP4=; b=Ce3HeLSAFcnw3QVftGUDzvCIM4rW6Z6D2R5UxTCw+bKR4DQa6E/fqP9vIETLeAQgF9 dbS8iY9rmdVY+loLzVTphdxaji2HKxQiAV3FXLt+Dh6Z+QOsqA9MgOp8SifOCOF56G7+ 0NVyJz2FgApAspM21YGN35SbssEJbqVG38tyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MGJVgmQlY8rjzw9GbuBvEiC7H1KAeZZdKfOhVsmY3YJqLpfEvwO9zr2M1nLyGqyOba 5N+ksMTmKDze1Jsmnvir/vxCrwn/NEteLUTtF4jvOQ3Wz5oC0Xzr+mlkaCKxWHyZLiDN rhGB1Lrb3kVt2mr5QzwhwY9kRoNImNnPhzoxg= MIME-Version: 1.0 Received: by 10.213.60.196 with SMTP id q4mr1639713ebh.27.1260544123407; Fri, 11 Dec 2009 07:08:43 -0800 (PST) Date: Fri, 11 Dec 2009 16:08:43 +0100 Message-ID: <1bd550a00912110708u207d6ad1i1b282362c68309f@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: User Questions Content-Type: text/plain; charset=ISO-8859-1 Subject: gnash and swfdec black screen 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: Fri, 11 Dec 2009 15:08:46 -0000 Hi all, I'm running 8.0-RELEASE for amd64. I want to use either gnash or swfdec to view flash contents instead of using the libflashplayer and linux compatibility layer. However, with both of them, all I get is a black window where the video should be played. Using gnash if I run firefox3 from a console, I don't see any messages. With swfdec all I get is a "unhandled event 19". Probably the problem is not related to the players themselves but I don't really know how to track this... My video card is an ATI mobility Radeon 9700 and X uses the radeon driver (radeon_drv). Any help is appreciated. Thanks in advance.