Suppose I have one swf called circle.swf.

In this circle.swf there is a movieclip called mc1 which is exported
dynamically .In the movie clip mc1 there is dynamic text box called txt1.

Now I want to change the value of the txt1 from flex.


What I did was in Flex:

<mx:SWFLoader id="loader1" source="@Embed(source='circle.swf',
symbol='mc1')" width="400" height="300" x="0" y="0"/>

so I got the symbol mc1 in swfLoader in flex.But I want to change the value
of txt1 inside mc1 then how can I change it?

Is it possible? Or any other solution by which I can able to change the
value in textBox[from flash] in flex .


Thanks,
Ankur

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to