Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.mediaType | |||
MediaDisplay, MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.mediaType
Property; indicates the type of media (FLV or MP3) to be played. The default value is "FLV". See "Working with Video" in Using Flash.
The following example determines the current media type being played:
var currentMedia:String = myMedia.mediaType;
Flash CS3