mafia123
Forum Replies Created
-
Yes you sure did and thank you for that.
But how to play the audio with that identifier.I am just asking you for how to use player id and for that i have to order plugin customization ????.
Leave it I will use another plugin.I want to play a specific audio using JavaScript among many audio on the same pages. I cannot use audio I’d to achieve that as it plays all the audio at once.
Please tell me how to achieve that.
One option is to use player id but i Don’t know how to play music with it.
If you have any other script or idea please share.hey i found the solution of this on stack overflow
but i ran into another problem.
Plzzzz tell me how to add different audio id to each music to pause or play them individually using java script. A help would be appreciated.
There is a single player code for every music
<audio class="player" playsinline controls <?php $status1= get_post_meta($id,'_ahp_audio-repeat', true); if ($status1=="loop"){echo "loop";}else{ echo "";}?> <?php $stutas= get_post_meta($id,'_ahp_audio-autoplay', true); if ($stutas=="on"){echo"autoplay";}?> >
Forum: Plugins
In reply to: [Audio Album] multiple audio playPlease tell only this thing.
Take two players if one player music is on and I click another player then the first player should continue playing sound.
You can tell me to change the php code. I have some experience in that