I want to resize a image using flash resizer.java script browse and upload a image and send to flash resizer and flash resizer resize the image and send back to javascript.
Is it possible to send and receive image from javascript and if yes then please let me know what I need to do on flash end and how i can make javascript accessible to my flash code.do i need to load my full sourse code or javascript done there job with SWF only.
|||
Have you looked into ExternalInterfce API of Actionscript. It allows full duplex communcation between flash and browser.
Thanks.
|||
You can pass the variables like path of the image from Javascript using ExternalInterface. You can’t able to send the image directly to flash.
Related posts:
- Batch jewelry image canvas resizer
- What Internet Browser Settings Must Be Enable or Disabled for a PHP Form Script to Send a Form???
- Resize Image before Uplaod In flash AS3 using AJAX
- ExternalInterface to call JavaScript function on other domain
- Image background behind form fields
Related posts brought to you by Yet Another Related Posts Plugin.