jagtpf
07-19-2015, 08:10 AM
Using the default, in all browsers the Forum users describe only getting a grey horizontal band and a url link beneath it.
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&g=bb" type="application/x-shockwave-flash" width="100%"></embed></object> <a href="{param}">{param}</a>
Using an alternative found in a vB 5 thread, I've used
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={param}&color=0066cc"></iframe>
(Height reduced to 80)
Works perfectly for me in Firefox and Chrome (Tablet) - but users say it is even worse than the original in IE.
Does anyone have a solution that works across all browsers?
regards Geoff
vB 4.2.3....
<object height="81" width="100%"><param name="movie" value="http://player.soundcloud.com/player.swf?url={param}&g=bb"></param><param name="allowscriptaccess" value="always"></param><embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url={param}&g=bb" type="application/x-shockwave-flash" width="100%"></embed></object> <a href="{param}">{param}</a>
Using an alternative found in a vB 5 thread, I've used
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url={param}&color=0066cc"></iframe>
(Height reduced to 80)
Works perfectly for me in Firefox and Chrome (Tablet) - but users say it is even worse than the original in IE.
Does anyone have a solution that works across all browsers?
regards Geoff
vB 4.2.3....