How to read cookie directly?

I need to read the contents from the browser’s cookie.
I tried to use FlashVars to pass the contents from html to flash.
However, the contents of the cookie may change after the swf is loaded.
So I need to setup a listener to read the cookie directly.
Any idea? Thanks!