Hi-
I'm creating a CD ROM with Flash.
The CD ROM has an email form on it.
Since the cd is running on the users computer, the geturl action script will launch the email program and fill in the "To address" and the "Subject". However, I cannot get
anything from the Form into the body of the email. I can get a phrase in there that's typed into the action script:
on (release) {
getURL ("mailto:joebob@here.com?subject=I want a catalog?body+hey dude, you need a catalog"
but I can't get anything from the form.
}
I'm creating a CD ROM with Flash.
The CD ROM has an email form on it.
Since the cd is running on the users computer, the geturl action script will launch the email program and fill in the "To address" and the "Subject". However, I cannot get
anything from the Form into the body of the email. I can get a phrase in there that's typed into the action script:
on (release) {
getURL ("mailto:joebob@here.com?subject=I want a catalog?body+hey dude, you need a catalog"
but I can't get anything from the form.
}