I use uploaders like JS plug-in, which uses SDF (Flash) as the uploader ( To provide AJAX uploads). I can only upload operations for logged-in people, but as my website does not have authentication via flash, Flash does not have a browser after the certification near the flash.
Therefore, I am an administrator in the browser, I'm a guest in the flash. Is there a way to set up a single cookie for Flash because I have to identify myself without any additional hash in the browser or other additional functionality?
Any help / advice / links for Docs / Manual will be happy. Thank you in advance!
You can use javascript to set and read cookies and then Or you can use external interface to pass values from / to Flash.
SharedObject to set / read your 'cookies' and then pass the value to the website (
external interface ).
Comments
Post a Comment