How in the article by adding MP3, WMA and other audio
Users questions:
Experts answer:, how to add music player BLOG article? Can insert in the article music player; First, click the "Write Post", open the device article was published, written in the text box after the body of the article, check the "Show source code" Check the box, paste the following code after all the code to the onePut on the music link address you want to add music to the actual link address, click on "Write Post" can; code is as follows: embedsrc ='s link address width = 200height = 50type = audio * mpegloop = "true"autostart = "true" code description: support music formats: wma, mp3, rm, ra, ram, asf, try to use music to connect high-link, to ensure the smooth music playback; width and height, said width and height of playerThe flexibility to set; autostart = "true" that automatically broadcast, autostart = "false" that do not play automatically; loop = "true", said continuous loop, loop = "false" that does not loop; loopCan also be set to an integer, such as loop = "3", said the music loop three times; Finally, all adjustments can be saved after a good a blog.