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.
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);
}