Guest_imported
New member
- Jan 1, 1970
- 0
I want to use a text HTML link to start my flash movie. So, initially my flash movie is paused. I can use javaScript to make many flash calls such as gotoFrame(3), etc. However, the Play() function does not seem to be working. My HTML looks like this. Any thought?
.
..
...
<script language="JavaScript">
<!--
var movie = window.document.movie;
function varset(){
movie.GoToFrame(3);
}
-->
</script>
<p>
<a href="JavaScript:varset()"> Test </a>
.
..
...
<script language="JavaScript">
<!--
var movie = window.document.movie;
function varset(){
movie.GoToFrame(3);
}
-->
</script>
<p>
<a href="JavaScript:varset()"> Test </a>