To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Closing a thickbox from within a Flash movie
Gordon,
In your flash file you need to put:
import flash.external.*;
Then at the last frame put something like:
ExternalInterface.call("function(){\\code to close thickbox}");
If tha
or even more simple (without the additional overhead of including the
ExternalInterface class):
getURL("javascript:closeFunction()");
dennis.
Benjamin Sterling wrote:
Gordon,
In your flash file you need to put:
import flash.external.*;
Then at the last frame put something like:
ExternalI
Gordon,
In your flash file you need to put:
import flash.external.*;
Then at the last frame put something like:
ExternalInterface.call("function(){\\code to close thickbox}");
If that does not work, try creating a new function on the javascript side
and call it like:
ExternalInterface.call('cl
3 matches
Mail list logo