gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Does gnash support UI Components ?


From: strk
Subject: Re: [Gnash-dev] Does gnash support UI Components ?
Date: Wed, 9 Apr 2008 08:50:38 +0200

On Thu, Apr 03, 2008 at 01:39:27PM +0800, Richard Tseng wrote:
> Dear all,
> 
> I have tested the attached file (STUDENT.swf) which was created on Flash MX 
> using UI Components. On Macromedia Flash 7 player, a pulldown menu with two 
> items (peter, victor extracted from STUDENT.xml) is shown. On gnash 0.8.2, 
> only an empty box is shown.

This bug was opened for the case: http://savannah.gnu.org/bugs/?22819
Richard, you should receive all changes to the item, but didn't see
any followup on your side.

Your STUDENT.xml is malformed XML. Beside not having a root node, it
contains lines in this form:

 <Student Name="peter" MOB="January"LEVEL="KG" SERIES="1"/>

Note the missing space between MOB and LEVEL attributes.
Now, the proprietary player seems to not care, while gnash does, using
libxml2.

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]