WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   adding background music (https://forum.worldviz.com/showthread.php?t=3730)

xcuddlex 05-01-2011 08:51 AM

adding background music
 
is it possible in AR application ? :o

Jeff 05-02-2011 11:43 AM

Yes, use the viz.addAudio command. For example, add the following code to your AR script:
Code:

audio = viz.addAudio('bach_air.mid')
audio.play()


xcuddlex 05-04-2011 08:01 PM

thank you so much jeff ! :)


All times are GMT -7. The time now is 02:22 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC