Will there be any difference between the swf generated by Flex Builder and mxmlc? In my application, there is a page with certain fields to be filled in. Upon clicking a button, it opens up a popup.
I\'m trying to move the build of a Flex Builder workspace from the IDE into an Ant task, and I\'m having some trouble with the behavior of some custom metadata tags in the projects.
My ant buildfiles tell mxmlc.jar to recompile target mxml source.However, if the target mxml source file has not changed, either ant or mxmlc is ignoring the file and will not create a new swf.This is
I\'m trying to compile gui/flex/songs.mxml in the fourth edition of Bruce Eckel\'s Thinking in Java book and am getting a compilation error with Flex 3.4.