Adobe Flash Media Server

VirtualDirectory

Specifies virtual directory mappings for Server-Side ActionScript File objects (under the JSEngine node) and for video files for a vod application (under the StreamManager node).

Virtual directories lets you specify file directories for different applications. If the beginning portion of a file path matches the specified virtual directory, then the storage location of the file becomes the file path of the virtual directory.

In an application-specific Application.xml file, you can use the VirtualDirectory element to specify a directory to use for vod applications. Put video files in this directory to make them instantly streamable, without writing any code.

For more information, see comments in the Application.xml file and Mapping virtual directories to physical directories.

Example

<VirtualDirectory>virtual_dir_name;physical_dir_path</VirtualDirectory> 

See also

FileObject

 

Send me an e-mail when comments are added to this page | Comment Report