Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.preferredWidth | |||
MediaDisplay, MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.preferredWidth
Property; set according to a FLV file's default width value. The default value is undefined.
The following example sets the desired width of the variable mediaWidth:
var mediaWidth:Number = myMedia.preferredWidth;
Flash CS3