Here's Markus' email with more information on the issue:
I found your FLPMaker very useful but was little but frustated about some xml errors. Flash ignored them but the Sepy actionscript editor recognized them. I had to open the project first in Flash and change the project before I could open it in Sepy. I took a look at the generated FLP file and found some redundant close tags.
On line 221 I changed your line:
if ( ! folderEnded )
into
if ( !folderEnded && createFolder && folderStarted)
...and voila now I am able to open the generated file immediately in Sepy.
I've attached the changed Java class and a diff file. Hope someone finds it use full too. Thanks to your great work. It saved me already some hours of unnecessary work.
Here's the updated flpmaker.java file.
The FLPMaker update article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.
0 Responses to “FLPMaker update”