Earlier quoted context omitted.
Hmm, that's odd, I'm using Chrome 19.01 and have no other plugins running asides FlashBlock. Once I disabled flash block everything ran fine. Does this version of Chrome not support the HTML5 fallback? Here's the Js error: Uncaught TypeError: Cannot call method 'init' of undefined /beatbar/:75 (anonymous function) /beatbar/:75 f.event.dispatch jquery.min.js:3 f.event.add.h.handle.i
I think soundManager requires some special handling for flashblock cases. I didn't test with flashblock on. Thanks for reporting the issue.
Show HN: Beatbar - Media player that beats in the browser address bar
21–30 of 44 posts
Re: Show HN: Beatbar - Media player that beats in the browser address bar
#22Earlier quoted context omitted.
Does it? I am doing a location.replace() which doesn't log the URL to history.
It filled up my history as well. I'm on Chrome on a macbook. I love the idea!
Re: Show HN: Beatbar - Media player that beats in the browser address bar
#23Earlier quoted context omitted.
It filled up my history as well. I'm on Chrome on a macbook. I love the idea!
Weird! I am unable to reproduce the issue. I am wondering if the problem is with some specific version of browser.
Re: Show HN: Beatbar - Media player that beats in the browser address bar
#24Earlier quoted context omitted.
It uses soundManager for cross browser audio handling. It first tries with flash and fallbacks to html5 if flash is not available. Firefox with flash disabled wouldn't support mp3, and thus won't be able to play it. I am using SoundCloud api only to fetch streams.
Hmm, that's odd, I'm using Chrome 19.01 and have no other plugins running asides FlashBlock. Once I disabled flash block everything ran fine. Does this version of Chrome not support the HTML5 fallback? Here's the Js error: Uncaught TypeError: Cannot call method 'init' of undefined /beatbar/:75 (anonymous function) /beatbar/:75 f.event.dispatch jquery.min.js:3 f.event.add.h.handle.i
Re: Show HN: Beatbar - Media player that beats in the browser address bar
#25Earlier quoted context omitted.
Weird! I am unable to reproduce the issue. I am wondering if the problem is with some specific version of browser.
If it helps you in debugging, I am running chrome 18 on Fedora Linux 64bit
Re: Show HN: Beatbar - Media player that beats in the browser address bar
#26Very cool indeed, but the title should be more like "Media player that spams your browser's history DB"
For me (vertical tabs) at least it was impossible to select multiple entries in the history (ctrl + h) with the mouse. The workaround to remove the entries was to search for beatbar, tab into the list of entries, ctrl + a and right-click -> delete.
History clean again.
Re: Show HN: Beatbar - Media player that beats in the browser address bar
#27Very cool indeed, but the title should be more like "Media player that spams your browser's history DB"
Since it took a minute to figure out how to clean that up, maybe this helps other Firefox users: For me (vertical tabs) at least it was impossible to select multiple entries in the history (ctrl + h) with the mouse. The workaround to remove the entries was to search for beatbar, tab into the list of entries, ctrl + a and right-click -> delete. History clean again.
Re: Show HN: Beatbar - Media player that beats in the browser address bar
#28Re: Show HN: Beatbar - Media player that beats in the browser address bar
#29Re: Show HN: Beatbar - Media player that beats in the browser address bar
#30I'd suggest using HTML5 history, specifically replaceState(). It works on all modern browsers. Works on IE10, but not IE9 and below. If you want to support IE, you could fall back to the current location.replace().