OK, so I want to make a form that allows a user to chose which audio format they want to play a file in as well as their connection speed and open the result in a popup window. What is the best way to go about this?
I need to do this for several audio files, so shoudl I se an external
JS file? I am using a PHP template on our site as well. Would it be better to have the popup be a PHP file or a dynamic window for each file?