CENTRE text
left justify
How to embed audio into blogger.
(1) - Upload the mp3 file to google-docs
- First, Change the directory permission to public in which your mp3 files reside.
- Copy the folder Id, that will be at the end of url when you are inside the directory. It will be something like this
0C2QKl-TsV6cVTE7wbWNOelRiRlk
- Next you can access the mp3 files using
Example File uploaded
To get this to play via an embedded audio player used the following from:
http://embed-mp3.blogspot.fr/p/controlscontrols-srchttpssites.html
The Player
Embedding the music player
You are going to create a music player that will appear in your blog post that will look like this: Go ahead, check it out, press the play button.
To do so you'll have to embed a bit of code
Here's how:
- Create a new post
- Press enter 6 times
- Copy the code below, from <audio> to </audio>
<audio controls="controls">
<source src="THE_LOCATION_OF_YOUR_RECORDING" type="audio/mpeg">
</source>
<embed height="80px" width="100px">
</embed>
Your browser does not support this audio
</audio>
AMAZING - it WORKS
Thunder-clap-Test
No comments:
Post a Comment