token_tag in Flash?

Yo, I've got this data POSTing from a Flash App and I need to figure out how this little <%= token_tag %> works so I can give the Flash the proper validation. See, I get this ActionController::InvalidAuthenticityToken because you know, gotta defend those POSTs, but how do I get the toke into my Flash?

I'm somewhat new, so if there is some way obvious easier way then let me know.

Yo,

Sup..

I've got this data POSTing from a Flash App and I need to figure out how this little <%= token_tag %> works so I can give the Flash the proper validation. See, I get this ActionController::InvalidAuthenticityToken because you know, gotta defend those POSTs, but how do I get the toke into my Flash?

I'm somewhat new, so if there is some way obvious easier way then let me know.

I've just been adding

:form_authenticity_token => form_authenticity_token

to my url_for params.