Hello ,

I am having a little trouble with a flash program I am doing for work.

Does anyone know how to pass a carrage return in a mailto statement? I can use %20 to pass spaces, but %13 does not work.

I am using Flash 5, and have tried the following methods:

chr (13) - nope

character = new String (13)
cr = character.fromCharCode (c1,c2)
- Couldn't ever figure it out how to use it (never could get flash to recognize "fromCharCode" as a method)

Any help would be great

Thanks