converters.get(Number) Method HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Returns the converter at the specified index.

Syntax

JavaScript
$au.imageUploaderFlash('uploaderID').converters().get(index);

Parameters

index

Type: Number

The zero-based index of the converter to get.

Return Value

Type: $au.converter

The converter at the specified index.