Groups | Blog | Home
all groups > macromedia flash sitedesign > july 2006 >

macromedia flash sitedesign : email error in flash mix



desel
7/26/2006 4:05:44 AM
here is the error codes i am receiving in mx.

here is email error that i receive in mx 2004

*Error** Symbol=mailform, layer=textboxes, frame=1:Line 1: Syntax error.
mailto:desel@deselgian.com

**Error** Symbol=mailform, layer=textboxes, frame=1:Line 4: Unexpected '<'
encountered
<form action="mailto:desel@deselgian.com">

Total ActionScript Errors: 2 Reported Errors: 2

any one help?

Rob Dillon - Adobe Community Expert
7/26/2006 8:21:02 AM
You probably want to use:

getURL("mailto:desel@deselgian.com");

You want that to be in reaction to a user event, like a mouse click on
your send button. Although Actionscript closely follows Javascript,
there is no form object in Flash.

--
Rob
_______
Rob Dillon
Adobe Community Expert
http://www.ddg-designs.com
412-243-9119

AddThis Social Bookmark Button