These days I'm busying designing a website for a foundation in my hometown.So I don't have much time managing my blog.
Today I was perplexed by a problem.You know,it is easy to parse xml document using flash CS3.PHP don't have such powerful parse functions.However,flash can't save the file modified while PHP,as a background language,can.So I wanna use flash to modify xml document and send it to a PHP file.But I don't know how to receive(or access) the xml in PHP.I have searched for the solution on internet,but no correlative articles was found.At last,I asked father for help.
He didn't know how to access the xml sent by flash,either.But he thought out a solution finally.The solution is as follows:
First,load the xml document in flash.
Second,modify the xml document using flash.
Third,translate the xml object to string.
Fourth,send the string to PHP.
Fifth,save the string to a xml document using PHP.
Thanks to dad,the problem is finally solved.He is a great programmer whom I admire most.
-
- 2007-07-16 @ 20:46:40
-
- 2007-07-16 @ 21:02:34
oh!
that's great.
I know how much relax you feel when you got solve any such type of complex problem. -
- 2007-07-17 @ 17:52:01
I am glad to hear you solve the problem
.
sarahgroovy

how confusing is this lol !!!!!