Git Product home page Git Product logo

Comments (4)

zirafa avatar zirafa commented on September 26, 2024

Huh, I haven't seen these types of errors before, thanks. Can you paste the code you are using to initialize PushtapePlayer?

from pushtape-player.js.

Fliktrax avatar Fliktrax commented on September 26, 2024

Hi Farsheed,

Here's the initialization code that I'm using:


soundManager.setup({
  debugMode: false,
  url: 'swf/',
  useHighPerformance: false,
  preferFlash: false,
  flashVersion: 9,
  wmode: 'transparent',
  onready: function() {
    pushtapePlayer = new PushtapePlayer();
    pushtapePlayer.init({
      playNext: true,
      autoPlay: false,
      repeatAll: false,
      keyboardControl: true,
    });
  },
  ontimeout: function() {
    //console.log('Error initializing the Pushtape player.');
  }
});

Again, the following errors (in Chrome console
spacebar_error
timeline_click_error

) only appear after PT player initialization when the spacebar is pressed, or the user clicks in the timeline container , and no other sound file is playing:

Here is an example:
http://frederator.fliktrax.com/ft-details/?pos=s2&topic=category&detail=action-adventure
Username: zirafa
Password: test

from pushtape-player.js.

zirafa avatar zirafa commented on September 26, 2024

Thanks for the detailed bug report! I just pushed a fix for these errors to master -- hopefully that resolves the issue for you.

from pushtape-player.js.

Fliktrax avatar Fliktrax commented on September 26, 2024

Hi Farsheed! That definitely resolved the issue! Thanks much and thank you for the excellent player! Saved me much dev time over the years .... Cheers

from pushtape-player.js.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.