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