Hello,

can I use two separate <mx:Script/> blocks?

Such as:

<Application>

<mx:Script>
    ...
    ...
    ...
</mx:Script>

<mx:Tags/>
...
...
...

<mx:Script>
    ...
    ...
    ...
</mx:Script>

</Application>

I'd want to do this to organize my script code between two canvases in a view 
stack 
container.  Are there any drawbacks to doing this?

thanks,
Hoyt



Reply via email to