[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash] (no subject)
From: |
Benjamin Wolsey |
Subject: |
Re: [Gnash] (no subject) |
Date: |
Tue, 10 Mar 2009 10:22:15 +0100 (CET) |
User-agent: |
Alpine 2.00 (LMD 1167 2008-08-23) |
On Tue, 10 Mar 2009, Nick Ratcliffe wrote:
Hi there,
We are very new to gnash and were hoping we could get some help finding the
file spec's or similar for the v7 swf files we need to create. We understand
most v7 features are supported, is there a list of features that are not
supported?
There are various lists of features that aren't supported, but they get
out of date very quickly. Presently, this is as up-to-date as I can
remember:
Not implemented at all:
Camera, Microphone, Accessibility, ContextMenu.
Implemented in AS but missing significant functionality:
LocalConnection, TextFormat (not sure how much), TextSnapshot (in 0.8.5 -
I've implemented most of it this week in trunk).
There are various important things missing from TextFields (proper HTML
handling). Otherwise, most things work pretty well.
Most importantly, though, if you try something and find it's not working
as you expect, please submit a bug report. Reports from SWF authors who
can identify exactly what isn't working are extremely useful
and tend to get fixed within a couple of days.
bwy