Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
ckshah #1
How to get swf file of any mxml file in flex1.5
hi all,
can anybody tell i have one mxml file now when i run this i file server
generate swf file dynemically ....now my requirement is
i need that swf file
so how can i get that swf file from which location i get this file......
plz tell me aasp
thanks in advance:)
ckshah Guest
-
How to see the .AS file that .MXML file is translated tobefore being compiled to SWF?
I am trying to dynamically load some other Applications in one Application, use ActionScript but not SWFLoader tag, it looks like: ... -
mxml file uploading
Hi, is there any file control in mxml as we have in html <input type="file"..> which can be used for file uploading. posibly can anybody send me... -
How to link a .mxml file and a .as file ?
Hello, I don't like so much the idea about mixing action Script ( processing code ) and form description ( end user presentation) even if the... -
how to load external html file into mxml file
hi all plz tell me how i can load external html file in mcml file just like say when we receive mail in inbox and see our mail data .. i have... -
Can I embed external MXML in another MXML file?
Hi - I'm new to this so please bear with me. I'm trying to do something like you do in JSP's with a JSP include where I can import prewritten code... -
Dinçer Akay #2
Re: How to get swf file of any mxml file in flex1.5
hi,
WEB-INF/flex/flex-config.xml
<!-- write generated swfs/swds to disk -->
<keep-generated-swfs>false</keep-generated-swfs>
change true
------------------
Dinçer Akay
Dinçer Akay Guest
-
Andrew Spaulding #3
Re: How to get swf file of any mxml file in flex1.5
Rather than letting the server compile the SWF at request time via the URL, you
can pre-compile the SWF using MXMLC. Without telling you anymore there's
information in the docs and an article on the Flex devnet about using MXMLC.
Andrew Spaulding Guest



Reply With Quote

