Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9235625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:05:45+00:00 2026-06-18T07:05:45+00:00

i need to apply a method – play() – to a flowplayer object, but

  • 0

i need to apply a method – play() – to a flowplayer object, but it’s not working and i don’t understand why, how can i do? in the setupContemporaryEvents() function there is the wrong code, suggestions, thank you in advance.

this is html:

<div id="area1" class="player aree" data-engine="flash">
  <video id="vid1" preload="none">
    <source src="myvideo1.flv" type="video/flv">
  </video>
</div>
<div id="area2" class="player aree" data-engine="flash">
  <video id="vid2" preload="none">
    <source src="myvideo2.flv" type="video/flv">
  </video>
</div>

this is javascript:

$(function() {
  var video1, video2;
  var bVideo1 = false;
  var bVideo2 = false;
  video1 = $("#area1").flowplayer({swf: "flowplayer-5.3.1/flowplayer.swf"});
  video2 = $("#area2").flowplayer({swf: "flowplayer-5.3.1/flowplayer.swf"});

  $("#area1").bind("ready", function(e, api) {
    bVideo1 = true;
    setupContemporaryEvents();
  });
  $("#area2").bind("ready", function(e, api) {
    bVideo2 = true;
    setupContemporaryEvents();
  });

  var setupContemporaryEvents = function(){
    if(bVideo1 && bVideo2){
      $("#area1").bind("resume", function(e, api) {
        // not working
        $("#vid2").play();
        // not working
        $("#area2").play();
        // not working
        video2.play();
      });
    }
  };
});
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T07:05:46+00:00Added an answer on June 18, 2026 at 7:05 am

    i found the solution
    this is the correction on javascript:

    $(function() {
      var video1, video2;
      var bVideo1 = false;
      var bVideo2 = false;
      $("#area1").flowplayer({swf: "flowplayer-5.3.1/flowplayer.swf"});
      $("#area2").flowplayer({swf: "flowplayer-5.3.1/flowplayer.swf"});
    
      $("#area1").bind("ready", function(e, api) {
        bVideo1 = true;
        video1 = api;
        setupContemporaryEvents();
      });
      $("#area2").bind("ready", function(e, api) {
        bVideo2 = true;
        video2 = api;
        setupContemporaryEvents();
      });
    
      var setupContemporaryEvents = function(){
        if(bVideo1 && bVideo2){
          $("#area1").bind("resume", function(e, api) {
            video2.play();
          });
        }
      };
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to apply tint effect on image in Android . But the tint
I'm trying to invoke addEventListener() using apply() method. The code is like: function rewrite(old){
Why do we need apply method inside the constructor to invoke any method defined
In iOS I need to call same method number of time, but the app
Need to apply a filter to a file like this: TUPAC_0006:1:1:2554:2356#0/1 0 * 0
I need to apply validation on input time intervals that are taken in as
I need to apply paragraph formatting to a selection in a rich text box.
I need to apply/remove to an input field according to a user's selection in
I need to apply some pixel shaders to a bitmap (using OpenGL) and send
I need to apply a style on a recurring element which has a fixed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.