Operation Manual

235
USING DREAMWEAVER
Adding content to pages
Last updated 3/28/2012
Streaming Video Streams the video content and plays it on a web page after a short buffer period that ensures smooth
play back. To enable streaming video on your web pages, you must have access to Adobe® Flash® Media Server.
You must have an encoded FLV file before you can use it in Dreamweaver. You can insert video files created with two
kinds of codecs (compression/decompression technologies): Sorenson Squeeze and On2.
As with regular SWF files, when you insert an FLV file, Dreamweaver inserts code that detects whether the user has
the correct version of Flash Player to view the video. If the user does not have the correct version, the page displays
alternative content that prompts the user to download the latest version of Flash Player.
Note: To view FLV files, users must have Flash Player 8 or later installed on their computers. If a user does not have the
required version of Flash Player installed, but does have Flash Player 6.0 r65 or later installed, the browser displays a
Flash Player express installer instead of the alternative content. If the user declines the express install, the page then
displays the alternative content.
For more information about working with video, visit the Video Technology Center at
www.adobe.com/go/flv_devcenter.
Insert an FLV file
1 Select Insert > Media > FLV.
2 In the Insert FLV dialog box, select Progressive Download or Streaming Video from the Video Type pop-up menu.
3 Complete the rest of the dialog box options and click OK.
Note: Microsoft Internet Information Server (IIS) does not process nested object tags. For ASP pages, Dreamweaver uses
nested object/embed code instead of nested object code when inserting SWF or FLV files.
Set options for progressive download video
The Insert FLV dialog box lets you set options for progressive download delivery of an FLV file inserted in a web page.
1 Select Insert > Media > FLV (or click the FLV icon in the Media category of the Common insert bar).
2 In the Insert FLV dialog box, select Progressive Download Video from the Video Type menu.
3 Specify the following options:
URL Specifies a relative or absolute path to the FLV file. To specify a relative path (for example, mypath/myvideo.flv),
click the Browse button, navigate to the FLV file, and select it. To specify an absolute path, type the URL (for example,
http://www.example.com/myvideo.flv) of the FLV file.
Skin Specifies the appearance of the video component. A preview of the selected skin appears beneath the Skin pop-
up menu.
Width Specifies the width of the FLV file, in pixels. To have Dreamweaver determine the exact width of the FLV file,
click the Detect Size button. If Dreamweaver cannot determine the width, you must type a width value.
Height Specifies the height of the FLV file, in pixels. To have Dreamweaver determine the exact height of the FLV file,
click the Detect Size button. If Dreamweaver cannot determine the height, you must type a height value.
Note: Total With Skin is the width and height of the FLV file plus the width and height of the selected skin.
Constrain Maintains the same aspect ratio between the width and height of the video component. This option is
selected by default.
Auto Play Specifies whether to play the video when the web page is opened.
Auto Rewind Specifies whether the playback control returns to starting position after the video finishes playing.
4 Click OK to close the dialog box and add the FLV file to your web page.