View Single Post
Old 01-23-2012, 03:38 PM   PM User | #3
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,

I was actually waiting for someone else to answer that may have more experience with this (as I've only done traditional html/php with a mySql database)

The couple times I did use wamp/mamp with FLEX, I just simply copied everthing from my release build into the place where mamp can see them (wamp/www)

and as far as bringing/binding the data back into Flex, have you thought of making xml in php before it gets brought to Flex? That's probably the best way I know of, that and bring them in as value objects through your arraycollection. IE: send your http request out, make a complete event, and then populate your arraycollection with the vo's. You might already be doing that though, and for that I apologize.

Hopefully somebody can weigh in more on this subject. Have you tried asking on stackoverflow or actionscript.org?

-Adam
adaminaudio is offline   Reply With Quote