Ok, Got ya'

Actually, you can call a javascript function using the GetURL comand, and in the location type javascript:YourFunction() That will call a JavaScript function embeded in your html page that your swf lies in. If you create a function called status() then you can call it, and the function would contain this line window.status(Words here!) I think that's correct, you may want to look that up at http://www.javascripts.com

I hope that I have helped!