import win.ui;
/*DSG{{*/
var winform = win.form(text="Embedded FLASH control";right=511;bottom=352;parent=...)
winform.add(
btnScreen={cls="button";text="full screen";left=403;top=314;right=491;bottom=341;db=1;dr=1;z=2};
flashBox={cls="custom";left=17;top=15;right=486;bottom=302;db=1;dl=1;dr=1;dt=1;edge=1;z=1}
)
/*}}*/
import com.flash;
var flash = com.flash( winform.flashBox );
flash.movie = "http://fs.focusky.com.cn/jhgh/mcnh/files/extfiles/ext_2018414091740557.swf"
flash.play()
winform.show(true)
winform.flashBox.fullscreen(true);
win.loopMessage();

if QM has a function controlled all controls toggleFullscreen. It would be great