michalo2882
August 14th, 2009, 03:59 AM
Hi. I try to make application using DirectAudio
Audio music = new Audio("music.mp3");
music.Play();
Well. It works fine, but my project must be in one executable file, so I need to use the control by Resource. Is this possible?
Audio music = new Audio("music.mp3");
music.Play();
Well. It works fine, but my project must be in one executable file, so I need to use the control by Resource. Is this possible?