On 03/21/2013 06:32 AM, mmarco wrote:

We do have show(), so we could likely have play(), at the very least
launching $SAGE_PLAYER (or $SAGE_BROWSER) with a given
(audio/video/multimedia) file.


That should be done in a way such that, if called from the notebook,
the sound is played by the browser. Something like a streaming from
the server. Is there a standard html/javascript way to do that?


Yes. The <audio> tag in html5:
https://developer.mozilla.org/en-US/docs/HTML/Using_HTML5_audio_and_video

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to