hi guys, im wondering if it is possible to activate lightbox 2 from flash.
As extracted from the Lightbox tutorial, lightbox needs an <a href> tag with a rel=“lightbox” attribute to be activated.
e.g.
<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>
However I dun think it is possible to use getURL(); for this in flash right?
is there a work around for this? what i am aiming to do is have the user click on an image/mc in my flash
e.g.
my_mc.onRelease = function() { // Activate lightbox from here };
and have it call the light box up.
thanks a million in advance for anyone who is willing to help…