Coder Social home page Coder Social logo

jquery-soundmanager's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jquery-soundmanager's Issues

createSound - Missing

I wanted to use this script for generating sounds on click events and other things and did not want to have to build a UL playlist I wanted to use createSound which is part of Sound Manager 2 but its not included in this jquery wrapper. So I wanted to request that be put in.

Initialisation fails on safari in multi tab context

How to reproduce:

Expected result : the demo should load successfully
Actual result : the demo doesn't load

More info : when you switch on the tab here is the log :
-- SoundManager 2 failed to load (security/load error) --
soundManager.disable(): Shutting down
soundManager: Failed to initialise.
soundManager: No Flash response within expected time.
Likely causes: Flash blocked or JS-Flash security error.
soundManager: Getting impatient, still waiting for Flash...
soundManager::initMovie(): Waiting for ExternalInterface call from Flash..
soundManager::createMovie(): Trying to load /swf/soundmanager2_flash9_debug.swf
-- SoundManager 2 V2.97a.20110801 (AS3/Flash 9) + HTML5 audio, MovieStar mode, normal polling --
-- SoundManager 2: HTML5 support tests (/^(probably|maybe)$/i): mp3: true (preferring flash), mp4: true (preferring flash), ogg: false (and no flash support), wav: true --

The log then quickly changes into :
soundManager::init(): Already called?
soundManager::init()
soundManager::externalInterfaceOK() (~2 ms)
-- SoundManager 2 failed to load (security/load error) --
soundManager.disable(): Shutting down
soundManager: Failed to initialise.
soundManager: No Flash response within expected time.
Likely causes: Flash blocked or JS-Flash security error.
soundManager: Getting impatient, still waiting for Flash...
soundManager::initMovie(): Waiting for ExternalInterface call from Flash..
soundManager::createMovie(): Trying to load /swf/soundmanager2_flash9_debug.swf
-- SoundManager 2 V2.97a.20110801 (AS3/Flash 9) + HTML5 audio, MovieStar mode, normal polling --
-- SoundManager 2: HTML5 support tests (/^(probably|maybe)$/i): mp3: true (preferring flash), mp4: true (preferring flash), ogg: false (and no flash support), wav: true --

Can't pass SoundManager options to $.playable

From the README:

You can use all SM2 default options, plus the followings

However, if I try to pass anything other than the $.playable-specific options, they don't take. For example, this doesn't work; it loads Flash 8 and uses the console for debugging:

$.playable('/path/to/swf/');
$('ul.playlist').playable({
    flashVersion: 9,
    useConsole: false
});

and the same goes for this:

$.playable('/path/to/swf/', {
    flashVersion: 9,
    useConsole: false
});
$('ul.playlist').playable();

but this works correctly:

soundManager.flashVersion = 9;
soundManager.useConsole = false;
$.playable('/path/to/swf/');
$('ul.playlist').playable();

Tested against SoundManager 2 V2.95b.20100101.

whileplaying callback not working in firefox

Hi Adrien,

Great work on this plugin by the way... It's exactly what i've been looking for.

However I do have a problem. Your demo ui script that has a built in progress bar and time counters doesn't seem to work in firefox 8 using jQuery 1.7.1. I haven't tested earlier versions of firefox or jquery. All is fine in all other major browsers.

It appears that the whileloading callbacks are not functioning as expected and possibly causing a silent javascript error.

Any ideas on how I could go about fixing this?

setSound should be setVolume in README

In your example under how to modify Sound Objects, README line 27 should be changed from

 $('.playlist').playable('setSound', 50); // reduce sound to 50% for the whole playlist

to

 $('.playlist').playable('setVolume', 50); // reduce sound to 50% for the whole playlist

Post a screenshot

A screenshot would help people get an idea what your stock CSS looks like.

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.