Flex is probably not the right tool for that job. You should be looking at something like Ming (php module) or the MTASC open source project for compiling Flash. I'm sure there are several other options if you look around. When you use the Flex compilers, you get the Flex framework code as the price of entry. -Steve
Ary wrote: > Hi, > > i use mxmlc module (apache) to generate swf, its a > very simple swf only write a swf that has function to > load images externally, but the file size is 133 KB , > if i make the same procedure with flash and publish > it the file its only 20-30 KB. > > can i make the swf that rendered by mxmlc more simpler > and lighter? and is it possible to embed the image > inside the swf rather than link it to external file? > > >