|
Answer» Hi Folks, I would like to see if anyone has HTML code building an Audio matrix. ESSENTIALLY I want to be able to string together separate audio files to play consecutively. I understand you can set up a player and the files will play on after another ...but... there is too much lag time. I need the files to play seamlessly, as though it were a conversation. For an example: You can build a matrix with different SENTENCES. A person CHOOSES a different sentences and when you click "Done' they appear in a paragraph. The only difference is I want to do this with audio files. Any help would be greatly appreciated. Thanks
KensterI very much doubt you can do that with HTML code alone.I concur with Raptor. Do you have any PHP experience? If so, have a look at the OpenAL section of the manual. You can do a lot with server-side power.Negative on the PHP experience....but apparently I need to get the Cliff notes. I'll let you know.
Kenster.The trouble is that HTML isn't for programming, and javascript is very limited. If you want to do fancy stuff, PHP, Perl, Python or (shudder) ASP are the way to go. You COULD also achieve this with a Flash app, but I can't help you there.
|