I am putting sound on my website and I can't quite get it right. This is the html that I have been given from the site.
<script language="JavaScript" src="wmpCodeGen.js"></script>
<script language="JavaScript" type="text/javascript">
playMedia("ocean3)(repeat="3")
</script>
Can you see any problems as to why its not working? I am using the script feature. There are two radio choices in that box. I have tried both (VB script and Javascript). Neither have produced the ocean sound.
<script language="JavaScript" src="wmpCodeGen.js"></script>
<script language="JavaScript" type="text/javascript">
playMedia("ocean3)(repeat="3")
</script>
Can you see any problems as to why its not working? I am using the script feature. There are two radio choices in that box. I have tried both (VB script and Javascript). Neither have produced the ocean sound.
Comment