gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #33761] Gnash doesn't play loaded sound when expecte


From: Benjamin Wolsey
Subject: [Gnash-commit] [bug #33761] Gnash doesn't play loaded sound when expected
Date: Wed, 13 Jul 2011 07:42:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30

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

                 Summary: Gnash doesn't play loaded sound when expected
                 Project: Gnash - The GNU Flash player
            Submitted by: bwy
            Submitted on: Wed 13 Jul 2011 09:42:26 AM CEST
                Category: ActionScript
                Severity: 3 - Normal
                 Release: master
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The following code:

  s = new Sound;
  s.loadSound("some.mp3", false);
  s.start();

Should cause the loaded sound to start when loading is completed, but Gnash
won't play if s.start() is called before the sound is loaded.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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