Page 1 of 1

play sounds

Posted: Tue Mar 28, 2017 3:00 pm
by agus76
i amsorry cause i found differents answers to my question, but i need to play sounds in my tease and simply it doesnt happen.

I found that i have to put a command directly into parameter like this start#page( 'text', pic(), yn(page2#, page5#), hidden:sound('bla.mp3') );


i am using nyx, but it doenst work, there is the string command i would like to insert the code, can you suggest me what i would have to add? thank you very much

page5#page(
'',
pic("sam2.jpg"),
delay(10sec, page6#,style:hidden)
);

Re: play sounds

Posted: Tue Mar 28, 2017 6:38 pm
by dragoul
maybe this helps? viewtopic.php?f=2&t=19422

Re: play sounds

Posted: Tue Mar 28, 2017 9:43 pm
by agus76
thank you, i forgot the commas... :whistle: