Return to Snippet

Revision: 5828
at April 7, 2008 01:17 by chrisaiv


Initial Code
import flash.external.ExternalInterface;

button_btn.addEventListener(MouseEvent.MOUSE_CLICK, popThickBox());

function popThickBox(){
	ExternalInterface.call(”tb_show” , null, ”page.html?KeepThis=true&TB_iframe=true&height=150&width=150″ , false);
}

Initial URL
http://designfission.com/blog/2007/10/14/opening-a-thickbox-iframe-from-flash/

Initial Description
Found this script on DesignFission's website and found it to be pretty handy.

Initial Title
Opening a Thick Box iFrame from Flash

Initial Tags


Initial Language
ActionScript 3