Media.mediaType

Applies to

MediaDisplay, MediaPlayback.

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

myMedia.mediaType

Description

Property; indicates the type of media (FLV or MP3) to be played. The default value is "FLV". See "Working with Video" in Using Flash.

Example

The following example determines the current media type being played:

var currentMedia:String = myMedia.mediaType;

See also

Media.setMedia()


Flash CS3