[Mono-bugs] [Bug 373462] New: setSource must not act synchronously
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 24 18:49:29 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=373462
Summary: setSource must not act synchronously
Product: Moonlight
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: media
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: gnorton at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
We currently hardwire MediaElement::SetSource to act synch. This is a async
operation. The following js snippet should fire (it does on ms.net):
mediaElement.setSource (downloader, "foo.mp3");
mediaElement.addEventListener ("MediaOpened", Silverlight.createDelegate
(mediaElement, function() {alert ("MediaOpened");});
Zombomatic is a good test case:
http://www.miniclip.com/games/zombomatic/en/
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list