Skip to main content
Known Participant
May 17, 2013
Question

Flash lightbox gallery

  • May 17, 2013
  • 1 reply
  • 1198 views

Hey everyone is there way to create a lightbox gallery using Adobe Flash? i have Flash as well but cs6

thanks if anyone can help out?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 17, 2013

you can create a lightbox-like effect using flash.  but, if you want your gallery to be visible outside your flash stage, you should probably just use a regular javascript version of lightbox.

Known Participant
May 17, 2013

oh ok, but how can you do the lightbox-effect using flash?

kglad
Community Expert
Community Expert
May 17, 2013

you would create movieclips for the black semi-transparent background and white background, use a database (like xml) with the urlloader class to supply image path/file names and size, the loader class to load external images and display a preloader movieclip and the backgrounds and use the tween class (or a 3rd party library like tweenlite) to tween the white background and fade-in the loaded image.