Nevermind I was using the wrong return value.
Was:
Code:
if (Dialogs.msgBox("Would you like to email your image to Snap Support?", "Capture Screen", 4 | 32) != 1) {
Should have been:
Code:
if (Dialogs.msgBox("Would you like to email your image to Snap Support?", "Capture Screen", 4 | 32) != 6) {
I've got to say I'm impressed with the support and the software so far, I'm looking forward to understanding more about how things work in SWFKit, thanks again!
;D