AddinsAddins\Link Extend/EmbedLink Extend/Embed\Embed a Video

Embed a Video

To embed a video clip into the help system, you should insert a specified hyperlink to mo:media into the source document and enable the Link Extend/Embed add-in.  See Embed a Flash animation for instructions.

The format of the Hyperlink Text is:

video=URL,width=width,height=height

Parameter

Example

Description

URL

The url of the video file.

.\test.mp4

A local file in the same folder of the source document

..\test.mp4

A local file in the parent folder of the source document

d:\somewhere\test.mp4

A local file in the specified folder.

http://www.somewebn.com/test.mp4

A video file on the web.

width

The width value of the video.

480

The default value is 640.

height

The height value of the video.

240

The default value is 360.

 

Note:  Local files will be copied to the sub-folder named media in the output folder.

 

Top of Page