Navigation
0 Users online :: 0 Guests and 0 Registered
Records in this category
Tags
Sticky FAQs
Adobe Dreamweaver
ID #1006
Using Dreamweaver, how can I include a YouTube video?
When using Dreamweaver to include a YouTube video follow these simple steps:
- Firstly, locate the video clip that you would like to embed on your web page.
- On
YouTube on the Right sidebar panel > Locate > Embed
The embed customize includes movie size / color / related movie
Set movie: 425x344
Color: Blue/Blue
Include Related Video: Uncheck
Border: Check
Enabled delayed cookies: unchecked - After completing your video setting, select the line of code in the Embed field
- CRTL C
(Copy)
Example of the YouTube code.
<object width="445" height="364">
<param value="http://www.youtube.com/v/hb0mwlS_mJU&hl=en&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&border=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/hb0mwlS_mJU&hl=en&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&border=1" type="application/x-shockwave-flash"
allowscriptaccess="always" allowfullscreen="true" width="445" height="364">
</embed></object> - Open Dreamweaver > Locate the page you wish to include the YouTube video.
- Click the area you wish to include on your active page.
- When copying code from other websites, it is normally easier to insert the code directly via the CODE editor in Dreamweaver. Entering the CODE directly on the DESIGN page would simply include the <tags> as active content to be published as COPY on a webpage.
- Locate the line in you wish to insert the video script inside the CODE editor for your active page.
- CRTL V (Paste) the code.
10. Preview –
If video does not play – return to step 3
If video plays okay go to step 11
11. Publish page.
Tags: "Embed YouTube Video"
Related entries:
- What is the correct workflow for publishing an article using WordPress?
- How do we get quick help on WordPress?
- How does CSS padding work?
Last update: 2009-09-19 01:36
Author: Gary Crossey
Revision: 1.4
You can comment this FAQ

