Thanks, it will really help, one more question, hopefully the last one:
is there anything specific to set in "compc" to indicate the SWC that's
being built is a RSL? I have fear this is a dumb question. Can't I
rather use "compc" to generate a RSL directly (SWF file) to be used by
the main application?


--- In flexcoders@yahoogroups.com, "Gaurav Jain" <[EMAIL PROTECTED]> wrote:
>
> Lets say you compiled the swc (SwcOutput) to directory instead of a
.swc
>
> You can use it as rsl in the mxmlc compilation. Here is the example:
>
> <mxmlc file="main.mxml" output="${output}/main.swf">
> <el dir="${flexlib}/libs/player">
> <include name="playerglobal.swc"/>
> </el>
> <el dir="${basedir}">
> <include name="SwcOutput"/>
> </el>
>
> <rsl url="../SwcOutput/library.swf"/>
> </mxmlc>
>
> Thanks,
> Gaurav
>



Reply via email to