How I can read 'Flash Cookie' in php ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
madan_koshti
Forum Newbie
Posts: 5
Joined: Fri Dec 08, 2006 7:30 am
Location: India
Contact:

How I can read 'Flash Cookie' in php ?

Post 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
User avatar
jazz090
Forum Contributor
Posts: 176
Joined: Sun Apr 12, 2009 3:29 pm
Location: England

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

Post 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.
Post Reply