Notifications
Clear all
[Closed] playing an audio file with a maxscript?
Oct 08, 2012 4:45 am
I’ve had a quick look to see if there was a way with standard maxscript and I can’t see how. But is there a way to play an audio file (not the one in max on the timeline) from a maxscript with something like dotnet?
Cg.
3 Replies
Oct 08, 2012 4:45 am
You could do it with the MediaPlayer class i presume
http://msdn.microsoft.com/en-us/library/system.windows.media.mediaplayer(v=vs.100).aspx
Oct 08, 2012 4:45 am
Or the soundPlayer class
http://msdn.microsoft.com/en-us/library/system.media.soundplayer.aspx