Page 1 of 1

How I can read 'Flash Cookie' in php ?

Posted: Mon Apr 20, 2009 6:38 am
by madan_koshti
Hi,

How I can read 'Flash Cookie' in php ?

Off course we can not read it direct but I need such script to read by JavaScript and pass it to PHP....

Thanks

Re: How I can read 'Flash Cookie' in php ?

Posted: Mon Apr 20, 2009 2:31 pm
by jazz090
i think shared objects are only available to the flash platform mate, ur best bet would be to pass on the vars to javascript and have it store them as cookies, then simply call a PHP script to have it output the cookies.