Calling JS with AS 3.0

*I retract the following question…I found out that you cannot place parenthesis after the function name since a string is expected

How do you call a javascript function defined within your HTML page with AS 3.0

I tried ExternalInterface.call(“myFunction()”); but that didn’t work…any ideas? Thanks.