Hi,
First, I'd like to state that this is a great script. Thank you. My question is in regards to opening the simplemodal-contact-form-smcf through a click function in Flash AS3.
Is it possible to call the function through something like this?:
"import flash.external.*;
function openModalFromAS(e:MouseEvent)
{
ExternalInterface.call("simplemodal.open",['contact']);
}"
http://wordpress.org/extend/plugins/simplemodal-contact-form-smcf/