1 urlReq = new runtime.flash.net.URLRequest("test.mp3");
2 sound = new runtime.flash.media.Sound(urlReq);
3 sound.play();
I think next week I'll whip up a pure HTML demo. I've been thinking of building an application just to interface with CFLib.
2 sound = new runtime.flash.media.Sound(urlReq);
3 sound.play();
Comment 1 written by DK on 23 March 2007, at 2:35 PM
Comment 2 written by Rick Root on 23 March 2007, at 10:27 PM
Lo and behold, now I have another way to aggregate you and ben forta's blogs =)
Pretty amazing that it's all HTML and AJAX!
Comment 3 written by Joshua Curtiss on 23 March 2007, at 11:03 PM