Revision: 5828
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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