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="text/javascript">
document.write("BROWSER: "
document.write(navigator.appName + "<br>"
</script>
</body>
</html>
Thanks all!!!!
example:
<html>
<body>
<script type="text/javascript">
document.write("BROWSER: "
document.write(navigator.appName + "<br>"
</script>
</body>
</html>
Thanks all!!!!