jquery-lightbox
jquery-lightbox copied to clipboard
flash reloads after lightbox shows image
Hi, thanks for the great plugin!
I used it for the page with embeded flash application and have some issue - flash app reloads after I watch image with lightbox. I found that problem is in $("select, embed, object").hide();, so I commented it and everything works fine for me. I don't know the reverse side of this fix and it will be good if somebody solve it in correct way and commit to the tree.
I'm going to see what I can do about this. Those elements were hidden because in certain browsers (I think firefox on the mac, specifically), the lightbox would never cover them. I'll see what I can figure out, and keep you posted.
I have the same problem. Did you find some solution to solve?