FileViewer.showFile

Availability

Flash Player 7

Usage

FileViewer.showFile( path:String )

Parameters

path - String; the path of the file to display.

Returns

Nothing.

Description

Method; Displays the image from the server.

Example

The following example will display an image inside the FileViewer component:

myFileViewer.showFile( "http://example.com/myImage.jpg" );