• Resolved freedom667

    (@freedom667)


    I have 2 question to answer.

    1- I want to change the “item 1, item 2” text on the player but I don’t know how to I change it.

    View post on imgur.com

    2- I using a popup for each player. When I click close button of popup, the video will stop. I wrote a jquery code but there is no any player stop function at you docs.

    <script type="text/javascript">
    jQuery(document).ready(function($) {
    $(document).on('click', '.paoc-close-popup', function(e) {
    		videoplayer.stop();
    	});});	
    </script>
    • This topic was modified 3 years, 7 months ago by freedom667.
    • This topic was modified 3 years, 7 months ago by freedom667.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 question’ is closed to new replies.