views:

9199

answers:

7

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.

A: 

Check out Lightbox Gone Wild

AJ
+3  A: 

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.

Can Berk Güder
A: 

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

b

WillyCornbread
+4  A: 

Another alternative is using JQuery's Thickbox plugin.

spelley
I've used this before with very favorable results.
contagious
A: 

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

rodrigo
+1  A: 

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.

Kilhoffer
A: 

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.

Twelve47