##// END OF EJS Templates
Fix talk about image embeding in the Audio class....
David Österberg -
Show More
@@ -33,9 +33,9 b' class Audio(DisplayObject):'
33 33 filename : unicode
34 34 Path to a local file to load the data from.
35 35 embed : boolean
36 Should the image data be embedded using a data URI (True) or be
37 loaded using an <img> tag. Set this to True if you want the image
38 to be viewable later with no internet connection in the notebook.
36 Should the image data be embedded using a data URI (True) or should
37 the original source be referenced. Set this to True if you want the
38 audio to playable later with no internet connection in the notebook.
39 39
40 40 Default is `True`, unless the keyword argument `url` is set, then
41 41 default value is `False`.
General Comments 0
You need to be logged in to leave comments. Login now