php - Is it possible to set the same cookies in Flash as they are used in browser -


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 external interface to pass values ​​from / to Flash.

Or you can use SharedObject to set / read your 'cookies' and then pass the value to the website ( external interface ).

Comments