up vote 4 down vote favorite
share [g+] share [fb]

I'm using JQuery and Prototype in this web application that I'm developing. I'm looking for a way to use Lightbox v2.04 by Lokesh Dhakar to play flash movies. If its not possible using the Lightbox v2.04 then what other ways can I accomplish the shadowing overlayed flash video pop-up with jquery and/or Prototype? The reason I'm set on v2.04 is because I'm using it already as an image gallery. I'm using flv type flash files if that helps.

link|improve this question

feedback

10 Answers

up vote 3 down vote accepted

I've used LightWindow to display arbitrary HTML before, but my experience shows flash and LightWindow don't mix that well.

We had a FLV player in the background (not in the LightWindow), and LightWindow caused flicker in some browsers.

link|improve this answer
feedback

Another alternative is using JQuery's Thickbox plugin.

link|improve this answer
I've used this before with very favorable results. – helloandre Dec 29 '08 at 0:38
feedback

PrettyPhoto is a great jQuery plug-in that supports flash and image galleries both. Note that at the time I wrote this, version 2.2.5 does not support flash, but a download for vesion 2.2.2 is still available, which does support flash.

link|improve this answer
feedback

Three commercially free lightbox methods that will support swf and flv formats are PrettyPhoto, TopUp, and Bumpbox. Here is a list of other options. Sorry, I can only give two hyperlinks as a new user.

link|improve this answer
feedback

Check out Lightbox Gone Wild

link|improve this answer
feedback

I've used lightwindow 2.0 to display flash movies with success for the portfolio section at www.brainclippings.com.

b

link|improve this answer
feedback

FlashInLightbox for displaying flash inside Lightbox
http://code.google.com/p/flashinlightbox/

link|improve this answer
feedback

I had the same problem and went for multibox.

As well as images and flvs, it works with wmvs, quicktime, realmedia and mp3.

Documentation is sparse, but good enough for you to be able to integrate is quickly.

link|improve this answer
feedback

Highslide, Prettyphoto and multibox are best for this.

link|improve this answer
feedback

I'm going to throw in my vote for fancybox. I've used it for numerous projects, and it kicks some serious a$$.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.