/ Published in: ActionScript 3
Found this script on DesignFission's website and found it to be pretty handy.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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); }
URL: http://designfission.com/blog/2007/10/14/opening-a-thickbox-iframe-from-flash/