prince23 0 Newbie Poster

hi, i am trying to develop an flash application.

where they have designed the entire front end by flash. now i need to doing the functionality part like taking the data from flash and save in database(sqlserver r mysql) using ( asp.net 3.5 frame work) . now as flash is able to read xml file there is no issue in it.

but how to write an xml file from flash and send to dot net frame work. like in the page we have 3 textbox where an user enter the values. now i need take those value and put in an xml format and from xml format give the data to .net framework extract the req values from xml and save in data base which will be done in c# coding

is this logic going to work. is there any other solution to solve the promblem

thank you