Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JavaScript and Flash

Status
Not open for further replies.

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=&quot;JavaScript&quot;>
<!--
var movie = window.document.movie;

function varset(){

movie.GoToFrame(3);
}
-->
</script>
<p>

<a href=&quot;JavaScript:varset()&quot;> Test </a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top