I get Success and Complete. I attempt to read the data with: alert(data); in the success event and get "data is not defined". I don't think I'm referencing the response correctly. I did find this and it seems to work: On the Complete event I can get the response from jqXHR.responseText. Un...
I'm using soundmanager2 api. I've created 2 new javascript (objects), soundmanager2.js and bar-ui.js (the user interface) and a new CSS (object), bar-ui.css. I've got an HTML control on my starting page. If I put the following code (with hard coded url to audio file) in the control, everything works...