[Mono-bugs] [Bug 81867][Nor] Changed - [PATCH] System.Media.SoundPlayer fails to load sound files
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 6 17:39:28 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by alan.mcgovern at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81867
--- shadow/81867 2007-07-06 12:13:55.000000000 -0400
+++ shadow/81867.tmp.29792 2007-07-06 17:39:27.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81867
Product: Mono: Class Libraries
Version: 1.2
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: System
AssignedTo: alan.mcgovern at gmail.com
ReportedBy: skolima at gmail.com
QAContact: mono-bugs at ximian.com
@@ -44,6 +44,9 @@
Fix is to change the line 95 in SoundPlayer from throwing the exception to:
using (FileStream fs = new System.IO.FileStream (sound_location,
System.IO.FileMode.Open))
LoadFromStream (fs);
+
+------- Additional Comments From alan.mcgovern at gmail.com 2007-07-06 17:39 -------
+Added support for file system sources and http based sources.
More information about the mono-bugs
mailing list