gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #39770] for (key in netStreamObj) does not work in g


From: George Thomas
Subject: [Gnash-commit] [bug #39770] for (key in netStreamObj) does not work in gnash
Date: Mon, 12 Aug 2013 15:49:01 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:21.0) Gecko/20100101 Firefox/21.0

URL:
  <http://savannah.gnu.org/bugs/?39770>

                 Summary: for (key in netStreamObj) does not work in gnash
                 Project: Gnash - The GNU Flash player
            Submitted by: georgethomas
            Submitted on: Mon 12 Aug 2013 03:49:00 PM GMT
                Category: None
                Severity: 3 - Normal
                 Release: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The loop is not visited when this is run in gnash whereas it works in
proprietary player.

for (val in netStream) {

        trace (val + "=" + netStream[val]);
}


Attached the patch for netstream_as to add the bug.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 12 Aug 2013 03:49:00 PM GMT  Name: netstream_as.patch  Size: 1kB  
By: georgethomas

<http://savannah.gnu.org/bugs/download.php?file_id=28819>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39770>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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