Click to See Complete Forum and Search --> : How can I make a hidden audio player?
mirgcire
10-06-2009, 11:22 AM
I write Chinese lessons and I want to make it possible for my students to click on a word and hear its pronunciation with vectoring them off to another window. Can anyone suggest how to do that?
Thanks
Eric
mirgcire
10-06-2009, 02:24 PM
I meant to say: without vectoring them off to another window
opifex
10-06-2009, 04:27 PM
a good opensource option is to use an ogg player. The Vorbis (http://www.vorbis.com/) site has all that you need.
Wikipedia uses the ogg format for all of its audio.
Enjoy!
mirgcire
10-07-2009, 01:01 AM
Ogg is a compression format. I am trying to understand how to make an Mp3 player. I didn't find anything about players on that site.
opifex
10-07-2009, 04:23 AM
Wow... gave you an example of where it is used and all you had to do was look at any Wikipedia page with audio! You really didn't look at the Vorbis site very well.
Maybe THIS STEP-BY-STEP TUTORIAL (http://digitalmedia.oreilly.com/pub/a/oreilly/digitalmedia/2006/05/31/build-a-better-web-audio-player.html?page=1) will help you out. You would have found this and many more had you bothered to look.
Enjoy!
mirgcire
10-07-2009, 09:17 AM
Nice! Thanks! :)
I am grateful that, in spite of your low opinion of me, you responded with help. But please allow me to correct some misperceptions.
First, I did search the Vorbis site and found nothing. I must have been looking for the wrong keywords because all I found was information about compression formats. So I suppose I didn't search it well enough, but it wasn't for not trying ;)
The second thing is that I have no idea how to search wikipedia for a page with audio on it. I did search wikipedia for Vobis and ogg, but I found nothing. I did find an example on the tutorial page you just mentioned, and I like it. Can you tell me how to find a wikipedia page with audio?
Anyway, I am grateful for you patience, but your assertion that I didn't "bother to look" is simply not true. :D
opifex
10-08-2009, 12:51 AM
came across a simple out of the box option for you--- WordPress Audio Player (http://wpaudioplayer.com/standalone)
and a goodie that makes it easy to embed it into your php pages class.splay (http://www.phpclasses.org/browse/package/5650.htmll)
Both are Open Source and free as in beer.
mirgcire
10-09-2009, 12:50 AM
Nice! Thanks