From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,11029a1d9e911168 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Fri, 05 Jan 2007 07:07:44 -0600 From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Play flash movie References: <459e1f88$0$317$426a74cc@news.free.fr> Date: Fri, 05 Jan 2007 14:07:44 +0100 Message-ID: <87irflfwpr.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:O1qDR04GYaSYmltMyoTASsbIq+A= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 62.235.205.133 X-Trace: sv3-NdmF5sEwxiMP6e2OcxpUcF4nKPEnWVoRksR6OkyuTT4JcI/Xix6vDefjXC4K7pXf7jr9gCdSK0f+caB!MzfNcyYx50lbLBRNlAaV6RTyVvI5Sacz7PoXx3q88NuNYSH1CseLueJrHQeMvC1FdUxwK6Q7ydw= X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:8081 Date: 2007-01-05T14:07:44+01:00 List-Id: Rangdalf writes: > I'm a new ada developper and I want to know if there is a way to > play a flash movie with ada on a linux machine. > > If yes which Flash's version can be played? > > Any source code or web site will help :) I'm not aware of any Ada tool that does that. You should consider writing an Ada binding (interface) to one of the free Flash libraries, namely libflash[1] and gnash[2]. Rewriting one of the libraries in Ada would be an option but quite wasteful of effort. [1] http://gplflash.sourceforge.net/ (plays Flash version 4) [2] http://www.gnu.org/software/gnash/ (plays Flash version 7) HTH -- Ludovic Brenta.