Upon user click within a <button> or <click> tag, makes the video full-screen or returns the video from full-screen to normal size.
The video will return to normal size if the user presses Esc on their computer or if <full_screen>NO<full_screen> is executed.
Note that if the application is running on a Web page, <full_screen>YES</full_screen> must be initiated by a user click within a <button> or <click> tag. It will only work without a user click (i.e., within <node name="">) if the application is running in a standalone Flash player. However, <full_screen>NO</full_screen> does not require a user click in either case.
Accepted values are YES and NO.
Child of: <button>, <click>, <node name="">, <press>, <release>
Parent of: Nothing
Example:
<full_screen>YES</full_screen>