Is it possible to call a function in <fx:script> from an Action Script coded behing class?
hi,
i know if there's posiblity call function written in mxml action script class. action script class coded behind mxml. example:
//mxml <forms:myasclass> <fx:script> public function hello(): void { ... } </fx:script> </forms> //action sccrip public class myasclass { public function callhello():void { this.hello(); } }
is there possiblity this?
thanks in advance,
aron.
you may want this
<group>
<fx:script soure="com.adobe.scriptacular.as"/>
</group>
now far references mxml components , don't know how work since in different classes. worth checking out.
if post helpful , please mark such.
sincerely ,
ubu
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment