Adding Quotes in AS3

I want to do this

tText.text = " “Hey!” ";

would display as:

“HEY”

how do i do this?