View Single Post
Old 01-11-2012, 02:54 AM   PM User | #2
adaminaudio
New Coder

 
Join Date: Jan 2012
Location: Columbus, Ohio, U.S.A
Posts: 41
Thanks: 0
Thanked 8 Times in 8 Posts
adaminaudio is an unknown quantity at this point
Hi there,

I'm new on this forum but I'll see if I can't help you out with this.

since it is tracing " 1 " just like that, it may be a parse error. The quotes from php could be throwing it off(try single quotes maybe?) Otherwise, you may be able to take the substring of it like this:

var one:String = event.target.data.subString(2,3); //for a quick fix...

I'd start with the quote thing though and work from there. I do apologize though if none of this helps. Regular expressions might work too, but I'm no good at that yet
adaminaudio is offline   Reply With Quote