It is probably best to download the mp3 demo and break it up with
audacity.
However, if you
must grab the shockwave audio files directly:
First you need to find the files where the audio is being streamed. This usually means looking at the page source. In the example web page, the main menu is in the following file:
Code:
http://www.tmstudios.com/mp3/xml_files/category_All_Jingles.xml
If you look at the contents of the above file, you will see a list of the submenu files, for example:
Code:
http://www.tmstudios.com/mp3/xml_files/tracklist_140.xml
If you have a look at the contents of the submenu file, you will see the list of flash audio files, for example:
Code:
http://www.tmstudios.com/mp3/KDKA_demo.swf
In this case, the audio stream is already in mp3 format, so you can just dump it using mplayer, for example:
Code:
mplayer http://www.tmstudios.com/mp3/KDKA_demo.swf -dumpaudio -dumpfile KDKA_demo.mp3