DidacticialsInstructionsLinksAbout Zenith |
audioDescriptionPlays an audio file encoded in Ogg Vorbis (compatible Firefox 3.5). If executed with Firefox 3.0, nothing happens, or if there are sub-instructions, they are executed. SyntaxNeeded pairs :
optional pairs :
options that can be added :
Additionnal explanationDetails about the arguments :
ExampleThis Example will play a file asynchronously
{
"debug":true, "do":[
{"audio":"http://doc.zenith.free.fr/audio/file1.ogg"},
],}
Example with doThis Example will play a file asynchronously
{
"debug":true, "do":[
{"audio":"http://doc.zenith.free.fr/audio/file2.ogg",
],"do":[
{"goTo":".navigation:has(#asyn_do) button:first"},
]}, {"alert":"after audio ... "}, }
Example with synThis Example will play a file synchronously
{
"debug":true, "do":[
{"audio":"http://doc.zenith.free.fr/audio/file1.ogg",
],"options":"synchronous" }, {"alert":"after audio ... "}, }
|
© 2009 the Zenith Team.