tags:

views:

542

answers:

3

I want a fusion chart in my flex app to display with a Lightbox effect like the effect you get when you click on any of the charts here or checkout the demos here

These effect have been attained with the help of javascript. How do i get the same effect via Flex? Any idea?

Thanks a lot

A: 

Add a mask over the top of the whole application with the content area in the middle and the semi alpha area around it. Clicking on the surrounding mask removes the layer, and you can interact with the content area as normal (make it look like a popup rather than actually using one...)

Gregor Kiddie
Thanks Gregor. I will try to come up with something.
baltusaj
+1  A: 

I built a Flex component called PopUpThumbnail that is very similar to HTML/JavaScript lightbox components.

Here's an example application that I created with it to displays Flickr images.

joshtynjala
Oh.thats v.nice. It may most probably turn out useful for me. I now just have to display a flash movie instead of those picture. Thank a lot Josh. :)
baltusaj
Glad I could help. I tried to make it extensible as possible so that you can display anything in the pop up. That feature not super well documented, but be sure to read my comments in the code and you can probably figure it out. Good luck!
joshtynjala
A: 

Use canvas container, view this link if you can't understand give me your e-mail, I'll mail you the code. Click here!

Kunal