Published in: ActionScript 3
URL: http://designfission.com/blog/2007/10/14/opening-a-thickbox-iframe-from-flash/
Found this script on DesignFission's website and found it to be pretty handy.
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); }
You need to login to post a comment.
