Ha. So here the link to jPlayer (a html5 nice light weight audio player) : http://www.jplayer.org/
what would be coool to do with this awesome script would be to ...Help me....and probobly will benefit a lot of people to integrate it with the store module. Why the store module? Hehe, welll i bet you guys know a guy who knows a guy who knows a guy who makes really awesome music and he would like to sell his songs? Right? Yeah he would. I bet you would like to sell songs as well or sounds. Right? Or your memebrs? O.o
But if you upload a song to sell..... don'tcha think it would be great for your customers to get a preview of the sound before he/she buys it? I guess they would. So my taughts would be to know where the music (mp3 file) are stored when uploaded to the store module.
Jplayers embeded code is something like this:
- $(document).ready(function(){
- $("#jquery_jplayer_1").jPlayer({
- ready:function(){
- $(this).jPlayer("setMedia",{
- m4a:"/media/mysound.mp4",
- oga:"/media/mysound.ogg"
- });
- },
- swfPath:"/js",
- supplied:"m4a, oga"
- });
- });
- <div id="jquery_jplayer_1"></div>
- <div id="jp_interface_1">
- <a href="#"class="jp-play">Play</a>
- <a href="#" class="jp-pause">Pause</a>
- </div>
So what you guys think? Any help?
I'' provide with the Music/Ringtons Version of the Store If someone can please figure this out. Please. xD
and Share of Course :D
I'll try it but idk much about php or how the store module works. Also for the umm jPlayer to be in a block on the product view page :)
I think this can be done in the database.
But like Please help :D