I am building a small web application to run midi files. Currently I am using quick time to play the midi files. The problem is that I do not know to what source I need to tie the object until the user enters some information (something like a search ). I need to be able to update the quicktime movie to the correct path. Is it possible? Does ajax support this?
Share
AJAX is a technique. What you want to do is to change the QuickTime Movie path with JavaScript.
You should wrap this code in a function and run it when the user clicks on the OK button.