Talk to flash via javascript

I have found LOTS of tutorials to talk from flash to javascript to javascript in another frame and then to talk to flash in that frame
But that is several hundred lines of code, I just want to send the text “hello” to flash

function testing(mjau) { huh.text = mjau; }

Please help me =)