# Call Flash Function from HTML

**URL:** https://forum.kirupa.com/t/call-flash-function-from-html/132420
**Category:** Uncategorized
**Created:** [December 28, 2004, 2:28pm UTC](https://forum.kirupa.com/t/call-flash-function-from-html/132420 "2004-12-28T14:28:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ashishchandras](https://avatars.discourse-cdn.com/v4/letter/a/7993a0/32.png) [@ashishchandras](https://forum.kirupa.com/u/ashishchandras)
#### Post date: [December 28, 2004, 2:28pm UTC](https://forum.kirupa.com/t/call-flash-function-from-html/132420/1 "2004-12-28T14:28:52Z")

</div>

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
