I have set up a form in html using cgi-bin. The form itself is executed via flashmx, where a pop up is displayed via executing my html document. All works perfectly. Except I now require a close button, but bear in mind this is not a flash element as such. I have tried placing such a line of code on the button in the html document but all it does is execute a blank page not found window.
window.close();
I understand this is not flash, but it is kind of linked with my flash development, So if anyone does have an idea for what I am asking please advise, as it is becoming a stress and a half.
yours
Trev