在和讯博客中加背景音乐的方法 试验成功以下代码为在和讯博客中加背景音乐的方法和代码 <iframe id="playMusicIframe" name="playMusicIframe" src="http://music.hexun.com/PlayMedia.aspx?CID=1&MID=1363066&FileUrl=" width="300" height="64" scrolling="no" noresize frameborder="0"> </iframe> src="http://music.hexun.com/PlayMedia.aspx?CID=1&MID=1363066&FileUrl=" 此处为音乐文件地址。可以把自己喜欢的音乐上传到和讯上。然后找到相关的地址。复制过来就行。把以上代码复制到自定义HTML中保存就可以。 |
|