How to access variable using swfObject addVariable?

I’m trying to pass in variables into a swf via FlashVars with swfObject. Does anyone know how I would access the variable in the flash once its been passed? You could easily just be like “_root.whatever” in AS2 or below. Thanks.