upload image into Flash
upload image into Flash
Out of context: Reply #11
- Started
- Last post
- 12 Responses
- unfittoprint0
the problem uis the use of the a file upload form in flash. due to security reasons you only have 2 options:
. a separate window php form
. a complex frameset layout where flash communicates with an hidden form via javascript
http://www.impulsedigital.com/id…either way, is just a question of having the server sharing the upload result with flash, with a location/id of the saved file and using a simple loadMovie with the uploaded image.