You are here: Home > Programming > Flash programming > URLencoding

URLencoding

Print versionEdit this page

How to treat special characters

Basically, you just do:

escape("my special characters");

to store special characters, and

unescape("my escaped string");

to decode them.

Links:

-- ArthurClemens - 17 Feb 2003