|
Below is the command we use to pre-compile our Flex app
that uses FDS. Just like Peter said you just need to specify the services option
and thats it. Hope my example helps.
<exec
executable="${FLEX2_COMPILER}"
dir="${BUILD}" vmlauncher="false" failonerror="true"> <arg value="-incremental=true" /> <arg value="-context-root=/billing"/> <arg value="-locale=en_US"/> <arg value="-source-path=WEB-INF/flex/locale/en_US"/> <arg value="-services=WEB-INF/flex/services-config.xml"/> <arg value="billing.mxml" /> </exec> Dimitrios
Gianninas
RIA
Developer
Optimal
Payments Inc.
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Riddle Sent: Thursday, October 19, 2006 6:09 PM To: [email protected] Subject: RE: [flexcoders] Does FDS project have to compile on the server?
I do have that entry in
there. Can't figure it out. From:
[EMAIL PROTECTED] You can precompile any
Flex 2 app, including FDS apps. You need to point Flex Builder 2 (or the command
line compiler if using mxmlc directly) to the
/WEB-INF/flex/ From:
[EMAIL PROTECTED] In my Data Services project, do I
have to choose the option to compile the application on the server vs.
pre-compiling it if I want to use Data Management Services? It's the only way I
could get it to work. When I do a pre-compiled swf, I'm unable to make an RTMP
connection. Sofware
Development x3217
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Does FDS project have to compile on t... Dimitrios Gianninas
- RE: [flexcoders] Does FDS project have to compile... Allen Riddle
- [flexcoders] ATTN: Adobe Re: Does FDS projec... Steven Toth
- RE: [flexcoders] ATTN: Adobe Re: Does FD... Peter Farland

