Stream Google sites audio in your website: Using Gmail Audio Player

Streaming audio requires the Audio Player and Audio URL Ends with the mp3 or other audio extension. If you are using the Paid Hosting then it is easy for you to add the audio to your website by getting the direct streaming URL. Free web hosting is best for the small size (less then 8 MB) file. Greater than that required other free audio hosting services. Forget about other free audio hosting services but suppose you wants to stream your Google Sites Audio file into your website then it is required to add the Google Gmail Audio Player and Embedded code for the website. If you don’t know how to Upload the Audio file as an attachment in Google sites then follow the Easy guide Upload the Files to the Google sites.

audio_play

To stream the Audio of google sites required the Google Gmail Audio Player gadget. Here we required the Gmail Audio Player because You can’t play the Google site mp3 url with HTML audio player or other audio player because Google site doesn’t gives you the Streaming Audio URL. So to play the Google sites audio you can use the Google gadget.

Add the following code to the Webpage to make it work. Here two player available, you can pick any one of it.

Code for Google audio Default Player

<iframe style=”width: 240px; height: 27px;” frameborder=”0″ scrolling=”no” src=”http://www.gmodules.com/gadgets/ifr?url=http://prac-gadget.googlecode.com/files/google-audio.xml
&up_MP3=https://sites.google.com/site/annuairevin/files/carl_orff_carmina_o_fortuna.mp3
&up_START=No
&up_CCOL=%23d1dae3“></iframe>

Code for Google audio step player

<iframe style=”width: 350px; height: 26px;” frameborder=”0″ scrolling=”no” src=”http://www.gmodules.com/gadgets/ifr?url=http://prac-gadget.googlecode.com/files/google-audio-step.xml
&up_MP3=https://sites.google.com/site/annuairevin/files/carl_orff_carmina_o_fortuna.mp3
&up_START=No
&up_CCOL=%23d1dae3“></iframe>

Red Highlighted entry you can change.

START- Make it Yes if you want to start play automatically (Default-NO)

CCOL – Its the option for color change
Mp3 is the URL of the audio file in your Google site. Place your choice url to stream.
Now you are done. And view the webpage and it’ll start playing audio.

Leave a Comment