0

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?

grapefrukt
  • 27,016
  • 6
  • 49
  • 73

1 Answers1

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

Community
  • 1
  • 1
Mattias
  • 3,907
  • 4
  • 28
  • 50
  • 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