PDA

View Full Version : [Question]Export MXML from FireworksCS3


zerlot
05-08-2007, 12:01 AM
Hi,
I followed the article (http://www.adobe.com/devnet/fireworks/articles/mxml_images_export.html) to export MXML from FWCS3 in my desktop. I met the following different steps with the original articles.

When I exported login.png(original) to Mxml and Images, I found FWCS3 firstly export two independent files in images folder. one is "login.png", the second is "main.png". There are not any login.mxml and main.mxml in flex project.Then, I opened these new two png files in FWCS3, did exporting mxml and images again, the login.mxml and main.xml appeared.
I have confirmed that I have not checked the "current page only" option.

Could anyone explain this? thanks in advance.

senocular
05-08-2007, 10:23 AM
Are you saying it exported only images the first time and the MXML the second time?

zerlot
05-08-2007, 09:57 PM
Yes.
first time, exported two png files into images folder
sencond time, each png file could be exported the MXML.

senocular
05-09-2007, 11:09 AM
each png file could be exported the MXML.

don't quite understand that part.

Assuming MXML was generated, the MXML files should (technically) exist. The same process that exports the images also exports the MXML. The only exception is the document image which Fireworks internally (outside of the MXML export) creates on its own. This shows the entire document and is not used within the MXML itself.

If you can create a file that reliably produces this behavior, I'd like to see it :)