Author: max
Date: 2008-02-28 11:30:35 -0800 (Thu, 28 Feb 2008)
New Revision: 8129

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzSoundMC.as
Log:
Change 20080220-maxcarlson-O by [EMAIL PROTECTED] on 2008-02-20 14:33:48 PST
    in /Users/maxcarlson/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Send onerror event for failed streaming mp3 loads in swf`

New Features:

Bugs Fixed: LPP-5445 - SoundMC does not send onerror-event

Technical Reviewer: promanik`
QA Reviewer: [EMAIL PROTECTED]
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Send onerror event when load fails.
    

Tests: See LPP-5445



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzSoundMC.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzSoundMC.as    2008-02-28 
19:14:49 UTC (rev 8128)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzSoundMC.as    2008-02-28 
19:30:35 UTC (rev 8129)
@@ -1,7 +1,7 @@
 /**
   * LzSoundMC.as
   *
-  * @copyright Copyright 2001-2007 Laszlo Systems, Inc.  All Rights Reserved.
+  * @copyright Copyright 2001-2008 Laszlo Systems, Inc.  All Rights Reserved.
   *            Use is subject to license terms.
   *
   * @topic Kernel
@@ -156,6 +156,7 @@
   */
 SoundMC.prototype.loadDone = function(success) {
     if (success != true) {
+        this.loader.owner.owner.resourceloaderror();
         if ($debug) {
             Debug.warn("failed to load %w", this.reqobj.url);
         }


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to