Monday, October 10, 2011

Embed Code mp3 player - We will go over this in class

Below is the code you will need to enter into the WYSIWYG HTML editor on blogger. (When you go compose your post switch to "edit html" and then add the code, otherwise it will show up as text as it does here rather than the audio player you want to create).

Your file needs to be stored in a public folder on webspace somewhere. If you have a dropbox account you can store the file in your public folder then right click on it to get the url address which you copy and paste into the code below.

You may also store the file in the public folder on your SSES file server account. The address of files stored there is


If you put a file call demo.mp3 into your public_html folder, the URL is:

http://spartans.sstx.org/~afassi/demo.mp3

The part in bold above is a tilde followed by your user name.  Your user name is the same one you use for email etc. 



<embed type="application/x-shockwave-flash" wmode="transparent" src="http://www.google.com/reader/ui/3523697345-audio-player.swf?audioUrl=URL_OF_YOUR_FILE_HERE" height="27" width="320"></embed>

No comments:

Post a Comment