Things You'll Need:
- Computer with Internet access
- Web page with a reference to a WAV file
-
Step 1
Open a web browser, and enter the URL for the web page with the embedded WAV file you wish to extract. (See References for a sample web page with an embedded WAV file.)
-
Step 2
View the HTML source code for the web page. To do this in Firefox, click "View" from the top navigation menu, and then click "Page Source" from the context menu. In Internet Explorer, click "Page" from the top navigation menu, and then click "View Source" from the context menu. For both browsers, an instance of Notepad will be initiated and the HTML source code for the page will be viewable.
-
Step 3
In the source code file, click "Edit" and then "Find."
-
Step 4
Enter ".wav" in the Find box to locate the reference for the embedded WAV file in the HTML source code.
-
Step 5
Click "Next" until the desired WAV file reference is highlighted.
-
Step 6
Copy the reference to the Clipboard by highlighting the reference text, right-clicking it and then clicking "Copy" from the context menu.
-
Step 7
Append the WAV reference partial URL to the main URL of the site in the browser address bar.
For example, one of the WAV files referenced in the sample file is
"<a href="/1109/coloniesareburning.wav">".
First, copy the "/1109/coloniesareburing.wav" text from the source code file.
Next, append this text to the main URL, http://www.dailywav.com/, in the browser address bar. The resulting URL will be http://www.dailywav.com/1109/coloniesareburning.wav. Navigate to this URL for the extracted WAV file, and play it in a compatible WAV player.












