Philo,
I've been working on some teases in the Offline Editor for a long time now (when I have time), and I thought it was time to learn how to publish one as a flash tease. However, I'm having some problems with the Nyx code that the Editor generated for me.
The first, most obvious issue has to do with media file renaming. I'm brand new to Nyx, but here is what I'm seeing: Nyx seems to rename certain pictures, etc when they are uploaded. If the original file has a space or an underscore (or possibly other special characters) it converts them to dashes. MWTEdit seems aware of this, but it is having difficulty with some of my strangely named files.
For example:
original file:
MWTEdit Nyx generated code:
What Nyx really wants:
Note that in my case it seems to completely strip the character if it is at the beginning of the name, and consecutive spaces or characters are reduced to one.
Also, when it comes to files starting with (or perhaps containing only) numbers, Nyx puts a prefix of "no-" in front of the number. For example:
original file: "1.jpg" or "1234567.jpg"
MWTEdit passes these filenames on with no modification.
However, if you manually create a page with one of those pictures on it using the Visual tab, you'll find that the files are now named "no-1.jpg" and "no-1234567.jpg".
Can anyone confirm this behavior? Am I making any sense?
There seems to be other problems with my MWTEdit-generated code as well, but the file name problem is the easiest to describe. The other problems seem to be related to quotations or tags, since my Continue buttons all have a quotation mark after the text, and after a few pages in, there is code showing where text should be. It completely breaks at that point. Perhaps fixing the picture name issue will have a cascade effect and fix the rest?

Has no one else experienced this behavior yet?
Thanks for any assistance!