The answer from @mgraph is basically "cracking the kernel." If you update circle.player.js, you will have to remember to reapply the modification. Everything defined in this file is by default. It would probably be better to change the calling code.
In the lap player demo file (currently demo-05.htm ), find the options block that currently looks like this:
cssSelectorAncestor: "#cp_container_1", swfPath: "js", wmode: "window"
and add your value for the supplied parameter, for example.
supplied: "mp3", cssSelectorAncestor: "#cp_container_1", swfPath: "js", wmode: "window"
... which will then override the value set in circle.player.js
Su '
source share