is it possible to send true in a url, to be received by flash as a value of true, and not a string.
ie
?name=thedude&is_cool=true
currently flash is reading this as a string, and not a value. I know I could just use 1’s and 0’s but I would prefer to use true and false.