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; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

