The basic method of inserting video files Dreamweaver

Source: Internet
Author: User
Tags dreamweaver

1, start Dreamweaver

1 Click "Start-All Programs-macromedia-macromedia Dreamweaver 8",

2 in the middle of the "Create a new project" midpoint of the first HTML, open a blank document, the title changed to "Insert Video";

 

3 point "file-save" command, to chrshp for file name save files, save location in the established site;

4 in the right side of the sidebar site, the new folder video, used to save videos;

 

In this lesson Images folder has a first ZJ file can be used as an exercise, it is WMV format;

2. Insert Video

1 in the label below the "document" toolbar in the "Split" tab, the window is divided into two parts, the top is the code, below is the document;

 

2 in the above Code window, find the <body> tag, click the mouse behind it, and then click the ENTER key to insert a blank line,

 

3 Switch to the English Input method status, enter the following code:

<object id= "WindowsMediaPlayer1" classid= "Clsid:6bf52a52-394a-11d3-b153-00c04f79faa6"
width= "160" Height = "190"
<param name= "URL" value= "video/zj.wmv"
<param name= "rate" value= "1"/>
<param Name= "balance" value= "0"/>
<param name= "currentposition" value= "0"/>
<param name= "Defaultframe" Value/>
<param name= "Playcount" value= "1"/>
<param name= "AutoStart" value= "0"/>
<param N Ame= "Currentmarker" value= "0"/>
<param name= "Invokeurls" value= "-1"/>
<param name= "BaseURL" value />
<param name= "volume" value= "/>"
<param name= "Mute" value= "0"/>
<param name= "Uimode" Value= "Mini"/>
<param name= "Stretchtofit" value= "-1"/>
<param name= "windowlessvideo" value= "0"/& Gt
<param name= "Enabled" value= "-1"/>
<param name= "Enablecontextmenu" value= "-1"/>
<param Name= "fullscreen" value= "0"/>
<param NAme= "Samistyle" value/>
<param name= "Samilang" value/>
<param name= "samifilename" value/>
& Lt;param name= "Captioningid" value/>
<param name= "enableerrordialogs" value= "0"/>
</object>

 

Copy and paste method can be, where the changes are mainly in the Blue section, the movie address, width and height,

Note that the player has a height of 70, so the entire height is 190, the actual size of the film is 160x120, in the film properties can be found;

Save the file, click the Preview button, point to the left of the play button, to see the effect of the film;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.