To call Khoma's method from flash, it needs light rewriting:
Code:
var fSubmit=function(){
var myForm=getElementById("youformID");
myForm.submit() ;
}
in flash:
code:

on(release) {
getURL("javascript:fSubmit();");
}