*load the swf using swfloader(say with id="sampark"), then you access
methods/and or properties *
*on the content. *
*
*
*You should have a accessible method or property inside flash for this to
wok.*
*
*
*For example you have a method named setTitle() inside the swf loaded, then
you can call as following.*
*
*
*

    <mx:SWFLoader id="sampark"
        source="

sampark_bottom

.swf" />

    // Inside actionscript


    loadedSampark = sampark.content;



loadedSampark


.setTitle("Inserted using flex actionscript.");


*
*Hope this may help you. *

Regards,
Preetham Hegde




On Wed, Feb 16, 2011 at 11:34 PM, naveen maddala <navin.fl...@gmail.com>wrote:

> Here i am attaching that swf file for your reference.
>
>
> On Wed, Feb 16, 2011 at 11:20 PM, naveen maddala <navin.fl...@gmail.com>wrote:
>
>> I have one flash swf file in which it contains username and password to
>> enter. Here i need to capture those username and password from flex.
>>
>> How can we do this?
>>
>> Regards,
>> Naveen.
>>
>
>  --
> 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_india@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.
>

-- 
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_india@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