简体   繁体   中英

Flex : How to center pop-up from FileReference browse?

我想将调用FileReference.browse()方法时出现的文件选择器屏幕居中。

FileReference.browse() calls your system's file dialog and waits for the answer. This window is not managed by flash, this is an OS window, you can't do anything with it except what is allowed by the API: add file types in the filters list.

The Popup that you see when you call FileReference.browse() it is a modal browser window. This is not controlled or derived from flash, so basically you have no control on it. The position is controlled 100% by the browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM