dynsrc Property

Microsoft FrontPage Visual Basic

dynsrc Property

Sets or returns a String that represents the address of a video clip or VRML world to be displayed in an IMG element.

expression.dynsrc

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

The following specifies the video clip to display for the first image in the active document. This example assumes there is at least one image in the active document.

    Dim objImage As FPHTMLImg

Set objImage = ActiveDocument.images.Item(0)
objImage.dynsrc = "video/video.mov"