Nov 8, 2009
Pages: 1, 2

How To Put Music Into Dreamweaver? - Help

free web hosting

Read Latest Entries..: (Post #14) by iGuest on Oct 29 2009, 06:37 PM.
insert mp3 in html How To Put Music Into Dreamweaver? for the simple way use this: <embed src="whatever.Mp3" width="32" height="32"></embed> -reply by st commy
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > Computers > Multimedia

How To Put Music Into Dreamweaver? - Help

marcus.360
I'm not sure if this is in the right column but here we go. Does anyone know how to put music on a dreamweaver site which automatically plays when you visit the website. Thanks for the help. smile.gif

Comment/Reply (w/o sign-up)

bthaxor
there are a couple of ways to do this. the first is very basic: the user goes to the site, the sound file starts playing. the code is:

CODE
<bgsound src="whatever.mp3" loop="infinite"/>


but of course, if the user were to hate that song or something, they would have no way of stopping it without muting their volume, which can be annoying.

the best way to do this is to embed a flash player... there are many good ones out there, such as this one, or you can make one yourself.

finally, an embedded quicktime player, as is on many sites. the code would look something like this:

CODE
<embed src="media/whatever.mp3"
autostart="true" loop="false" controller="true" id="whatever.mp3"
name="bg song" pluginspage="http://www.apple.com/quicktime/download/">
</embed>


on a personal note though, i dont like autoplaying music - i like having some choice in the matter... my noscript would block it anyway tongue.gif

hope i helped

 

 

 


Comment/Reply (w/o sign-up)

marcus.360
Well i have decided i want the slim player from the flash thing so how do i put that into dreamweaver?

Comment/Reply (w/o sign-up)

bthaxor
if you go to the link i gave you, and scroll down a bit further, there are comprehensive instructions explaining how to use the player.

when it says you must use a xspf file: that is just a playlist format. here are instructions on how to make such playlists.

have fun!

Comment/Reply (w/o sign-up)

marcus.360
Well i dont no what a quicktime one looks like so which ever one is easiest

And i just wanna be able to but my own musi file from my documents in there?

Comment/Reply (w/o sign-up)

bthaxor
here's an example of an embedded quicktime object.

all embed methods support file:/// protocols, so i guess it's up to you to choose which!

i'd personally go with xspf, because it's easier to change which song to play etc. because all you have to do is edit the xml file.

once again, it's up to you.

finally, please don't double-post...

Comment/Reply (w/o sign-up)

marcus.360
Could i just send you my Page and the music file and could you be ever so helpful and put it in there, or would it take to long?

p.s. i like the quicktime but i would prefer the music player

Comment/Reply (w/o sign-up)

bthaxor
embed code:

CODE
<object type="application/x-shockwave-flash" width="400" height="170"
data="http://yourdomain.com/xspf_player.swf?playlist_url=http://yourdomain.com/yourplaylistlist.xspf">
<param name="movie"
value="file:///pathtositefolder/xspf_player.swf?playlist_url=file:///pathtositefolder/yourplaylistlist.xspf" />
</object>


then, the xspf file will look something like this:

CODE
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
    <trackList>
        <track><location>file:///mp3s/song_1.mp3</location></track>
        <track><location>file:///mp3s/song_2.mp3</location></track>
        <track><location>file:///mp3s/song_3.mp3</location></track>
    </trackList>
</playlist>


replace the locations with the locations with your file.

download the swf file, save it in the same directory as the site.

tadaa!

Comment/Reply (w/o sign-up)

marcus.360
So do i just copy and paste those into my dreamweaver "code" bit.


http://img120.imageshack.us/img120/1959/dr...averhelpgo5.jpg
http://img45.imageshack.us/img45/5285/drea...verhelp1ik0.png

Comment/Reply (w/o sign-up)

bthaxor
yup...

also, if you're planning to upload this to the web, then this guide is about as comprehensive as it gets in terms of using this flash player...

Comment/Reply (w/o sign-up)

Latest Entries

iGuest
insert mp3 in html
How To Put Music Into Dreamweaver?

for the simple way use this:

<embed src="whatever.Mp3" width="32" height="32"></embed>

-reply by st commy

Comment/Reply (w/o sign-up)

iGuest
adding music on dreamweaver
How To Put Music Into Dreamweaver?

hello.. I need help adding music onto dreamweaver web, and I want it to play throughout the whole pages.. Please if anyone knows how let me know... 

-reply by Meley 

Comment/Reply (w/o sign-up)

marcus.360
Replae them with what html?

Comment/Reply (w/o sign-up)

bthaxor
surely commonsense would tell you that yourdomain.com is not an actual site...

replace the paths with the ones that you want to use....

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : Dreamweaver


    Looking for put, music, dreamweaver,

Searching Video's for put, music, dreamweaver,
See Also,
advertisement


How To Put Music Into Dreamweaver? - Help

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com