Hi Jonathan, Override/set the loadvars onData method. The parameter passed to it is the unparsed text response (as a string) - you can then cut that up and do what you like with it.
HTH, Ian On 11/17/06, Jonathan Spooner <[EMAIL PROTECTED]> wrote: > > > > I'm trying to obtain data with loadVars from an external site that I > have no control. > > When the data loads I am not able to have a variableName= so the data > is encoded > like this. > document%2Ewrite%28%27%3Ca%20target=%22%5Fblank%22%20href% > > Is there anyway to decode the response? > > Thanks, > Jonathan Spooner > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
