Click here to Skip to main content
15,881,700 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi my friends

i want to create a player with a jpg picture that only for pause and play control.
when click on each of them, last uploaded mp3 be control, and other mp3 will be stacked bellow of player,

how can i do that? i google , and fined i-player, but i cant do that
i want to do that in wordpress

please help me
thank you
Posted

1 solution

The thing is you don't want to create a wordpress media player, you want to create a media player. You need to understand that a media player can be created using JavaScript, or its library jQuery.

Somehow before digging deeper, I will tell you that wordpress already has an HTML5 jQuery media player. You can get it here[^]. You must always first atleast once Google for your problem, your problem is "jquery media player for wordpress" results are (well Google page would tell you[^]).

You can, if you want to develop your own media player, learn more on Media events of JavaScript. jQuery is just a library and would work with JavaScript functions and methods.
 
Share this answer
 
Comments
Tiradan 9-Nov-14 8:47am    
thanks my friend, after that, can i stacked mp3 like such a thing i mentioned above?
Afzaal Ahmad Zeeshan 9-Nov-14 8:53am    
You need to be passing down a list of the MP3 files you're going to play then you can play them. No media player saves the media in itself, you have to pass a media to it.
Tiradan 9-Nov-14 9:10am    
and iwant place my picture for pause and play button
Afzaal Ahmad Zeeshan 9-Nov-14 9:11am    
Then just edit the source code of the plugin. Add your image in the Play button.
Tiradan 10-Nov-14 6:52am    
how can i do that?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900