music on blogs?
-
I would like to add music to my blog. (I noticed blogspot bloggers can do that). With this recent wordpress upgrade, is music now available as an option?
-
Thank you…I added the space upgrade, and I’ve uploaded the mp3 files so it’s in my library…I’ve looked around the forum and I can’t find how to get the music to play. I just want it to start running whenever the blog is opened.
-
What you’re asking for is autoplay. If you search the forums, you’ll find many previous threads on autoplay, and why it is a bad idea.
-
It will not autoplay at WordPress.com. And your readers will appreciate it. Most of them are playing music already, or deliberately NOT playing music. There is no autoplay option at WP.com.
What you can do is use the audio player whose instructions are in the link timethief gave you. You just put it in your posts.
-
Thank you for your thoughts on auto-play…I have read through the forums and understand the pros/cons :)
I just checked out http://www.playlist.com (which I found on a friend’s blog–blogspot), and I was able to create a playlist that will autoplay on my site, but I need to post one of the two following pieces of code into the site…I tried posting it into a text widget, but wordpress deleted part of the code and it won’t work. Any ideas how I could set this up so it will work?
<div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;"><embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player-othersite.swf?config=http://www.profileplaylist.net/mc/config/config_regular.xml&mywidth=435&myheight=270&playlist_url=http://www.profileplaylist.net/loadplaylist.php?playlist=54613754" menu="false" quality="high" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/><BR /><a href=http://www.profileplaylist.net><img src=http://www.profileplaylist.net/mc/images/create_regular.jpg border=0></a><a href=http://www.profileplaylist.net/standalone/54613754 target=_blank><img src=http://www.profileplaylist.net/mc/images/launch_regular.jpg border=0></a><a href=http://www.profileplaylist.net/download/54613754><img src=http://www.profileplaylist.net/mc/images/get_regular.jpg border=0></a> </div>OR
`<div style=”text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;”>
<object type=”application/x-shockwave-flash” width=”435″ height=”270″
data=”http://www.profileplaylist.net/mc/mp3player-othersite.swf?config=http://www.profileplaylist.net/mc/config/config_regular.xml&mywidth=435&myheight=270&playlist_url=http://www.profileplaylist.net/loadplaylist.php?playlist=54613754″> <param name=”movie”
value=”http://www.profileplaylist.net/mc/mp3player-othersite.swf?config=http://www.profileplaylist.net/mc/config/config_regular.xml&mywidth=435&myheight=270&playlist_url=http://www.profileplaylist.net/loadplaylist.php?playlist=54613754″>
</object><img src=http://www.profileplaylist.net/mc/images/create_regular.jpg border=0><img src=http://www.profileplaylist.net/mc/images/launch_regular.jpg border=0><img src=http://www.profileplaylist.net/mc/images/get_regular.jpg border=0>
</div>’ -
Those codes include flash. Flash, javascript, iframes and forms are not allowed (as you found out), for security reasons.
- The topic ‘music on blogs?’ is closed to new replies.