[Flashcoders] can't get e.target.data

2011-10-07 Thread John Polk
Here's a code snippet:             var req:URLRequest = new URLRequest(siteUrl + store/flash_store2.py?id= + id + pkg= + pkgID);             /*             var variables:URLVariables = new URLVariables();             loader.dataFormat = URLLoaderDataFormat.VARIABLES;             req.method =

Re: [Flashcoders] can't get e.target.data

2011-10-07 Thread Karl DeSaulniers
Maybe set it to a var first? var data:String = e.target.data; var str:String = new String(data); HTH, Karl On Oct 7, 2011, at 2:23 PM, John Polk wrote: Here's a code snippet: var req:URLRequest = new URLRequest(siteUrl + store/ flash_store2.py?id= + id + pkg= + pkgID);