Calling PrettyPhoto Iframe from Flash
  • Hi,
    Everybody !, I am new member i need to know how i can Run PrettyPhoto From Flash for Iframe i need to open the HTML form from flash in iframe with Lightbox effect ? please let me know if anyone know the solution for this.
  • Put this in your HTML:

    function popup( pUrl ){
    var url = pUrl+"?iframe=true&width=500&height=480";
    $.prettyPhoto.open( url );
    }

    Put this in you Flash in a button handler or something:
    try {
    ExternalInterface.call("popup", "http://www.google.com");
    }
    catch (error:Error) {
    trace( error);
    }
  • # jwerre: not work, I've tried

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!