just want to share this cool Media Viewer, hope you like this :D
what is Shadowbox?
Shadowbox is a cross-browser, cross-platform, cleanly-coded and fully-documented overlay media viewer application.
window.addEvent('domready', function() {
document.getElements('img', 'html', 'iframe', 'qt', 'swf').each(function(e){e.getParent().rel='Shadowbox';e.getParent().href=e.src});
Asset.javascript('Shadowbo.js w/ mootools.js link here');
});
window.addEvent('domready', function() {onProfileLoad()});
window.onload = function(){
Shadowbox.init();
};