Call Flash Function from HTML

Hi,

Does anyone know how to call a function written in flash from html.
Say I have a Movie with following function:

function myFunc(param){
myTextStatus.text = param;
}

In my HTML I have written following code:

<a href=“asfunction:myFunc,success” target="_self">alert</a>

In one of the tuorials I got this clue but this isnt working …

Does anyone have success with it. Pls Help. Thanks.


aShIsH