Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Media components > Media.displayFull() | |||
MediaPlayback.
Flash Player 7.
Flash MX Professional 2004.
myMedia.displayFull()
Nothing.
Method; sets the MediaPlayback instance to full-screen mode. In this mode, the component expands to fill the entire Stage. To return the component to its normal size, use Media.displayNormal().
The following code forces the component to expand to fit the Stage:
myMedia.displayFull();
Flash CS3