Can't remove 'autostart' music on the Web page

Tried all day to eliminate the 'autoplay' music on one of my Web pages where I included a video clip. Having watched several Youtube videos on 'false' to auto-start adding. No luck.

Here's what I have in the code:

< embed src = "thoughts soar Pages/MOVIE with music.mp4' width = '570' height = '451' autostart ="false"> < / embed >"

< /p >

< p > < / p >

< p > < a href = "index.htm" > home < /a > < /p >

< p > < / p >

< p > < / p >

< p align = "center" > < / p >

< / body >

< / html >

Thoughts? Suggestions?

Thank you very much!

(I'm pulling out my hair.  ;-))

According to the HTML5 specification, autostart is not listed as an attribute for the element, which probably explains why it does not work.

Use the

Furthermore, you should not have spaces in the names of files and folders on the web.

Tags: Dreamweaver

Similar Questions

Maybe you are looking for