English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am in the process of designing a web-site for school (little project) and am wondering how I can add music to it with Dreamweaver. Can anyone help?!?!? Any other cool things you can do with this program I should know about?

2006-10-03 10:34:46 · 3 answers · asked by Anonymous in Computers & Internet Software

Okay. Got the music on there but it's just a little box that you have to click on to play. Anyway to just have the music automatically playing so the web-page viewer doesn't have to click Play?

2006-10-03 11:15:02 · update #1

3 answers

Click on Insert -> media -> plug-in then dreamweaver opens a select file window and then you select the multimedia file you want to insert and click select.

You can do alot of wonderful things in dreamweaver, including create a popup window when you roll a mouse over a link, also a blinking or moving object using timelines (the program has to be in standard mode to do this using layers).

To make the song play continuously, you have to use the "loop" command together with the embed command, here is an example:

SRC="../graphics/sounds/helloo.wav"
LOOP="TRUE"
HEIGHT="60" WIDTH="144"
>

loop=true makes it play over and over again

On the sites that play the songs over and over again, they use midi or wav files.

You should also use the autostart command to make the song start automatically. Here is an example:

SRC="../graphics/sounds/helloo.wav"
AUTOSTART="TRUE"
WIDTH="144" HEIGHT="60"
>

So, to put the two together, I think the code would look like this:

SRC="../graphics/sounds/helloo.wav"
AUTOSTART="TRUE"
LOOP="TRUE"
HEIGHT="60" WIDTH="144"
>

HTH!

2006-10-03 10:45:56 · answer #1 · answered by Mr. Mysterio 4 · 0 0

i'm a information superhighway studying instructor. we commence our pupils to write down html tags making use of homestead windows NotePad and Explorer browser to view them. I pretty propose you study html first earlier you utilize a speedy application progression (RAD) application. there are a number of very unfastened tutorials and unfastened pdf textbooks accessible you need to use. the superb RAD software accessible is DreamWeaver. you in simple terms drag factors and pictures to the internet site. it is going to cost you approximately $3 hundred.00 even nonetheless it consists of Flash and FireWorks and another extras.

2016-10-15 11:50:10 · answer #2 · answered by Anonymous · 0 0

Get some professional help here, hope it helps, all the best :)

http://tinyurl.com/o5e26

2006-10-03 22:20:29 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers