Hello,
You could try modifying the AllVideos core file
sources.php (plugins/content/jw_allvideos/includes/).
Locate the following block:
// soundcloud.com - http://soundcloud.com/sebastien-tellier/look
"soundcloud" => "
<script type=\"text/javascript\">
allvideos.ready(function(){
allvideos.embed({
'url': 'http://soundcloud.com/oembed?format=js&iframe=true&callback=soundcloud{SOURCEID}&auto_play={PLAYER_AUTOPLAY}&maxwidth={WIDTH}&url={SOURCE}',
'callback': 'soundcloud{SOURCEID}',
'playerID': 'avID_{SOURCEID}'
});
});
</script>
<div id=\"avID_{SOURCEID}\" title=\"JoomlaWorks AllVideos Player\"> </div>
",
You could add it through 'url': '
soundcloud.com/oembed?format=js&iframe=true&callback=soundcloud{SOURCEID}&auto_play={PLAYER_AUTOPLAY}&maxwidth={WIDTH}&url={SOURCE}&show_user=false',