helix206 Mon, 24 Sep 2007 05:39:44 -0700
I have a problem with \ character in flex. I want to send it to JS function with external interface, but if i do it like this :
ExternalInterface.call("test","dir\\test.exe"); in JS i get "dir est.exe". Any way to solve that? Thanks