This is
not the same problem.
Your problem is with my
ajax player (for jQuery); the original poster's problem is with Shadowbox's
inline html player.
Your problem:
In shadowbox-ajax.js (v1.1, for Shadowbox v3.0b), change the append() function to
append: function(body, id, dims){
this.id = id;
// give 'html' class to enable scrolling, plus 'html_ajax' just in case it's needed
var wrap = '<div id="' + this.id + '" class="html html_ajax">' + this.html + '</div>';
this.container = jQuery(body).html(wrap).find('#'+this.id);
if(this.options.ajaxload){
this.options.ajaxload.call(this);
}
} //end append()Combine literacy with curiosity and a whole world of information opens up to you