Good day,
I'm looking to start learning a scripting language for web audio and sound development. It needs to be able to handle simultaneous audio events, eg; to trigger a sound when another is playing (I'm not sure if and how this is possible, but have witnessed this kind of presentation: http://www.projectiva.co.uk/ (can this kind of thing be done with JavaScipt?, this looks like AS / Flash)).
From what I can tell the choice appears to be between JavaScript (JS) and ActionScript (JS), with details as follows: -
If going the JS route (look into JS and HTML(5) audio capability) Learn about the basics of HTML and CSS, and then start to look into JavaScript, Ajax, and JQurey (library / framework for JavaScript).
If going the AS route Will not need to know as much about HTML and CSS. AS is the language behind Flash. Not supported on the i-phone(?)
It has been suggested that JS would be the best 'programming' way to go. I know Java to around an intermmediate level.
. .
I'm aware of Soundmanager2 - which appears to be a mixture of JS and AS(?).
I'm also aware of Processingjs - which looks like could be fun for general development and audio, but looks like will not be supported in IE until the browsers next revision.