on(release){ my_var = "hello world"; s = "mailto:qwerty@qwerty.com?subject=FromActionScript&body=my_var = "+my_var; getURL(s); }