Void cflashplayerdlg :: OnBrowser () {// File dialog CFiledialog FileDialog (true, "" .swf "," ",", "," Flash animation file (* .swf) | * .swf | all files (*. *) | *. * || ", this);
// Display dialog box if (fileDialog.domodal () == idok) {m_sfilepath = fileDialog.getpathname (); Updatedata (false);}