Closed GoogleCodeExporter closed 8 years ago
XML too problematic; I'm going to try to use 'flashvars' format instead.
Original comment by andrewps...@gmail.com
on 17 Apr 2009 at 11:33
'flashvars' doesn't work either. Now to resort to just 'text' and to parse on
our own.
Original comment by andrewps...@gmail.com
on 19 Apr 2009 at 9:57
This ad hoc approach has worked and Server -> GUI communication seems to be
stable.
This has allowed for population of the Regex Editor for already existing
websites.
Original comment by andrewps...@gmail.com
on 19 Apr 2009 at 9:19
Communication to server is now working. All we need to do is store info in
database...
Original comment by andrewps...@gmail.com
on 21 Apr 2009 at 2:24
Settled on:
1) Server -> Flex : transmit message as text and parse on client end. See
documentation for format.
2) Flex -> Server : send all values via HTTPService GET method.
Original comment by andrewps...@gmail.com
on 21 Apr 2009 at 6:28
Original issue reported on code.google.com by
andrewps...@gmail.com
on 17 Apr 2009 at 5:36