Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sounds do not play in Safari #58

Open
xraymutation opened this issue Dec 16, 2013 · 2 comments
Open

sounds do not play in Safari #58

xraymutation opened this issue Dec 16, 2013 · 2 comments

Comments

@xraymutation
Copy link

as above. neither on mac or pc - v.5.0+

@jaysalvat
Copy link
Owner

Hello.
The demo http://buzz.jaysalvat.com works perfectly on Mac Safari.

@xraymutation
Copy link
Author

Hi Jay,
I've used your plugin in the project:

http://filmrepublic.pl/en

This is via Edge Animate. The script is applied to the document. Sounds are
triggered via different events. On whatever event (mousenter, click, or on
certain point on timeline) I've used code similar to this:

function playTeam() {
if ($("#sound-item").hasClass("mute") === true) {
var mySound = new buzz.sound( "http://filmrepublic.pl/fx/szara", {
formats: [ "ogg", "mp3", "aac" ]
});
mySound.play()
.bind( "timeupdate", function() {
var timer = buzz.toTimer( this.getTime() );
document.getElementById( "timer" ).innerHTML = timer;
});
};

};

no idea what can go wrong. it plays alright on pc and mac chrome, pc
and mac firefox, but none on safari :/

regards,

Arek

On 17 December 2013 09:53, Jay Salvat [email protected] wrote:

Hello.
The demo http://buzz.jaysalvat.com works perfectly on Mac Safari.


Reply to this email directly or view it on GitHubhttps://github.com//issues/58#issuecomment-30734839
.

Arkadiusz Lendzian
Web Developer
Tel. 0048 535 081 207
Email: [email protected]
WWW: http://lendzian.pl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants