Tools, FAQ, Tutorials:
Hyper Link Points to a Music File
What Happens If a Hyper Link Points to a Music File?
✍: FYIcenter.com
If you want to build a hyper link to allow visitors to access
a music/sound file by clicking a hyper link, you can put the URL of the music/sound file
directly in the "href" attribute of the hyper link. If a visitor clicks the link,
the browser will fetch the music/sound file, and launch an audio player program
to play it for you automatically.
The tutorial example below shows you how music/sound files can be linked by hyper links:
<p>Click the hyper link to hear the <a href= "http://sunsite.sut.ac.jp/multimed/sounds/birds/whip_bird.au" >Bird Sound</a> provided by sunsite.sut.ac.jp.</p>
The above code is included below in this document, so you can try it now.
Click the hyper link to hear the Bird Sound provided by www.ihrcanada.com.
⇒ Hyper Link Points to a PDF File
2017-07-03, ∼1893🔥, 0💬
Popular Posts:
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to use the "return-response" Policy statement to build the response from scratch for an Azure AP...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...