On 10/17/11 6:33 PM, Jan Kornblum wrote:
Hi,
gibt es irgendwas fertigs, um das Videos über das standard
Inhaltselement "Media" in einer Lightbox zu öffnen?
Ach ja, es sollte auf jQuery aufsetzen ;)
Habe ich in meinem letzten Projekt gemacht. Eine reine JS-Lösung mit
JQuery und CEE-box.
Kann flv, swf, jpg, pdf
So etwa:
$('a img').each(function(e){
if (e.match(/\.swf$/) {
// Flash rein
}
if (e.match(/\.flv$/) {
………
});
Danke euch!
Jan
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
--
Dipl.-Ing. Rainer Schleevoigt
Webmasterei Hamburg
Certified TYPO3 Integrator
Hamburger AppWerft
iPhone/Android Developer
22303 Hamburg
Novalisweg 10
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german