Hello,
I have created an OCX in MSVC++2005 which I want to embed in a web page. I need it to have a method abc(). I have added it from the Studio via Class View -> MyControlLib -> DMyControl -> Add Method and trying to call it with <body onload="MyControl.abc()">. However, this results in an...
For instance like this:
Your FLA for when it disappears:
getURL("javascript:moveawaymyflashdiv()");
Your HTML file:
<script>
function moveawaymyflashdiv()
{
document.getElementById("id-div").style.left = -1000;
}
</script>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.