|
|
|||
Flash Player 7
FileViewer.showFile( path:String )
path - String; the path of the file to display.
Nothing.
Method; Displays the image from the server.
The following example will display an image inside the FileViewer component:
myFileViewer.showFile( "http://example.com/myImage.jpg" );