I have created a customized dress up avatar using flash. Now I have to do that a registered user can make his avatar. After user creates his/her avatar how can I save the customized avatar in a database?
Asked
Active
Viewed 776 times
1 Answers
4
Save image from Flash, send it to PHP and return a URL string to Flash: Save image from Flash, send it to PHP and return a URL string to Flash
Send bitmap data from Flex to Php: Send bitmap data from Flex to Php
-
i have checked ur first link for creating image from moviecliip in flash but my question is how can i pass URLVariable with URLRequest??? – hardik Sep 28 '11 at 10:20
-
by using the data property of the URLRequest. it's all laid out in the example link Mattias provided. – gthmb Sep 28 '11 at 11:39