Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ivan_will
Partner - Creator II
Partner - Creator II

play SOUND using button action ?!

Hi all,

Do you know how to play a specific sound in QV when press some button ?

For example: want when I press the button "start" to hear some sound from a car ... !

thanks!

1 Solution

Accepted Solutions
vgutkovsky
Master II
Master II

Ivan,

There's no predefined Action for that, but of course you can write a macro that would accomplish this functionality. The only restriction is that it probably won't work in AJAX. The macro syntax is: ActiveDocument.PlaySound "C:\MySound.wav"

Cheers,

View solution in original post

2 Replies
vgutkovsky
Master II
Master II

Ivan,

There's no predefined Action for that, but of course you can write a macro that would accomplish this functionality. The only restriction is that it probably won't work in AJAX. The macro syntax is: ActiveDocument.PlaySound "C:\MySound.wav"

Cheers,

adambrian
Contributor III
Contributor III

Hi Vlad,
can you explain detail how to use it.. i new in qlik..

thanks