You can hide FileChooser completely (make invisible or move off the screen) and use any other button/sprite to invoke file open dialog. For this you need to set ID on FileChooser object, for example to "FileChooser01" and then run this script:
"FileChooser01.click();"
You can also do this with Browser Execute Javascript action.