You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file:
http://www.sendspace.com/file/ad8xps
became broken (shows white blank screen in FP) after this:
var rawSWFFile:ByteArray = new ByteArray();
FileIO.readFile(targetFile, rawSWFFile);
var io:SWFFileIO = new SWFFileIO();
var swfFile:SWFFile = io.read(rawSWFFile);
var savedFile:ByteArray = new ByteArray();
io.write(savedFile,swfFile);
FileIO.saveFile(targetFile, savedFile);
Original issue reported on code.google.com by [email protected] on 14 Oct 2012 at 1:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Oct 2012 at 1:36The text was updated successfully, but these errors were encountered: