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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I use javascript in flash???

Status
Not open for further replies.

Hisakata

Technical User
Sep 24, 2002
36
US
Hello all, I wanted to know if i can use javascript like i use in html in a flash file.

example:

<html>
<body>
<script type=&quot;text/javascript&quot;>
document.write(&quot;BROWSER: &quot;)
document.write(navigator.appName + &quot;<br>&quot;)
</script>
</body>
</html>

Thanks all!!!!
 
as far as i know you can't do it this way but there is a way to make flash communicate with your html-site so that you can call functions from the html via flash.

look at this:

might be helpful

regards

tektips.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top