|
|||
|
I've experienced a problem with the stringstream object. In my application, the text of a txt-file is read by a filestream object and transfered to flash.
Everything worked fine until I burned the project to a cd. Suddenly the vars aren't transfered anymore.. Does the filestream object work not work with locked files? |
|
|||
|
Sorry to hear that.
A file on CD is read-only. You should open a read-only file like this Code:
new Filestream("test.txt", "r");
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|