PDA

View Full Version : adding background music


xcuddlex
05-01-2011, 08:51 AM
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:
audio = viz.addAudio('bach_air.mid')
audio.play()

xcuddlex
05-04-2011, 08:01 PM
thank you so much jeff ! :)