Quote:
Originally Posted by Parture
When I installed 4.0 it reads this,
Warning!!! To view this Mp3 Player please enable JavaScript and Flash!
But, my java and flash are enabled already.
Help!
|
This is a common issue. It normally refers to the javascript call not being present. If you look at the main installation, check that you have edited the headinclude template - it should have this js call added.
Code:
<script type="text/javascript" src="clientscript/flashobject.js"></script>
If it's missing this will cause that error you can see.
HTH.