开发者

Can I share .as file bettween two applications in same project in flex

I have two applications in my project 'test' the applications are one.mxml and two.mxml and i want to use the same main.as file in both using

    <script source='main.as'/>

Can I access the components o开发者_JAVA百科f both applications from main.as when both are running simultaniously.

Thanks in Advance

Prashant Dubey


How do you compile your projects? Which version of Flex/Flash Builder are you using? Also to note, script files are shared at compile time, not runtime.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜