Hi there! I am getting the same problem: Please visit soundcloud.com to listen to this content. I think its a player problem. The plugin is active in checkbox html5.
Maybe changing swf player to html5? Its possible?
In my site the player code was work before:
<div class=”audioPlugin”>
<?php if(print_field($data,”sound_link”)){ ?>
<object height=”100%” width=”100%”>
<param name=”movie”
value=”https://player.soundcloud.com/player.swf?url=<?=print_field($data,’sound_link’) ?>&auto_play=false&player_type=artwork&color=000000″></param>
<param name=”allowscriptaccess” value=”always”></param>
<embed allowscriptaccess=”always” height=”100%” src=”https://player.soundcloud.com/player.swf?url=<?=print_field($data,’sound_link’) ?>&auto_play=false&player_type=artwork&color=000000″ type=”application/x-shockwave-flash” width=”100%”></embed>
</object>
I’m trying change the code but do’n’t work.
Any idea?
regards Ana