Hey,

The player works fine in firefox. But in google chrome I get the good old "You need adboe flash message" which I've located to be a javascript issue.

Uncaught TypeError: Object function (a,b){var c=b||window,d=[];for(var e=0,f=this.length;e<f;++e){if(!a.call(c,this[e],e,this))continue;d.push(this[e])}return d} has no method 'split'

line 17 on mp3player.js

CommentFileSizeAuthor
#2 patch-jquery-broken.patch452 bytesnetsensei

Comments

blacklabelled’s picture

Oddly enough when this happened tabledrag.js has an issue aswell. I managed to fix the tabledrag issue by the instructions at http://drupal.org/node/489016

This is making me assume it is a jquery update and or jquery bug

netsensei’s picture

Status: Active » Needs review
StatusFileSize
new452 bytes

I had the same problem.

This explains why: http://stackoverflow.com/questions/3542843/jquery-and-split-not-working-...

I attached a patch which fixes this (at least it did for me).

netsensei’s picture

Issue summary: View changes

adding code tags