Question
Workers throw security error when using File class
I am creating a program that is writing/reading large files using the FileStream class. This portion works fine but when I want to use concurrency to prevent the UI from locking it fails. When I check inside Adobe Scout I can see the worker fires a secuirty error.
SecurityError: file
at flash.filesystem::File$/getFile()
at flash.filesystem::File$/get userDirectory()
at Main/archiveFile()
at Main/onMessageToArchiveWorker()
