0
我嘗試很長時間來使用jquery來設計這個簡單的soundcloud播放器示例。風格iframe內容的問題
<html>
<head>
<title>test</title>
</head>
<body>
<iframe id="player" width="300px" height="50px" scrolling="no" frameborder="no" src="http://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F60778614&auto_play=false&show_artwork=false&color=ff7733&show_bpm=true"></iframe>
<script>
$('#player').contents().find('body').hide();
</script>
</body>
</html>
(我只是想改變.singleTrack和#widget,但沒有工作的背景顏色) 能有人幫助我
非常感謝
不,我沒有權限訪問soundcloud服務器:) – fteinz
這就是我的想法;-)在這種情況下,你必須採取他們給的東西。 – strah
是否可以刪除原始的css文件並加載自己的?通過jquery – fteinz