Menu

#3 Problem with others embeds

v1.0 (example)
open
nobody
5
2009-11-14
2009-11-14
Anonymous
No

In videobox.js, insert this:

In open...
open: function(sLinkHref, sLinkTitle, sLinkRel) {
$$('select', 'object', 'embed').each(function(node){ node.style.visibility = 'hidden' });
...

In close
close: function(){
this.fx.overlay.start(0);
this.center.style.display = this.bottomContainer.style.display = 'none';
this.center.innerHTML = '';
---> $$('select', 'object', 'embed').each(function(node){ node.style.visibility = 'visible' });
return false;
}

Discussion


Log in to post a comment.

MongoDB Logo MongoDB