URL (URI) encoding/decoding
Created By Abdul - 0 Comments Published by Monday, October 22, 2007 at 5:37 AM .ActionScript developers has been using escape()/unescape() functions to encode/decode Uniform Resource Identifiers (URI). Technically, escape() works differently.
Adobe Flash Player 9 introduced some API (global or top-level) functions encodeURI, decodeURI, encodeURIComponent and decodeURIComponent to work with URI encoding.
It is recommended to use these new functions for URI encoding/decoding.
I thought of writing the difference between escape() and new API functions but following blog posts would explain better than me.
Note: Above links are in context of JavaScript and Browser, I am expecting (assuming) behavior of ActionScript functions in Flash Player should not be different, since all of these follow same standard(s).
0 Responses to “ URL (URI) encoding/decoding ”
Post a Comment