[flexcoders] Run SWF file in Flash Player

2006-08-23 Thread Kumar
Hi All,   I am new to flex.   I want to run a swf file on a button click in flash player.   Currently I am using navigatetoURL() function and it opening that swf file in Browser can we use some thing else and open file in flash player itself.   Thanks Kumar __._,_.___ --

[flexcoders] Run Swf File in flash player.

2006-08-24 Thread Kumar
I am using  below code for running an swf file.       And this opens the file in explorer can we do some thing to open this file directly in flash player.   Can anybody suggest some solution.     __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fle

Re: [flexcoders] Run Swf File in flash player.

2006-08-25 Thread Samuel Reuben
I don't get it Kumar,   Are you trying to open a stand alone swf from a IE browser (Explorer) by using SWFLoader??? That is clearly not possible. or are you trying to open it from your computer's file Explorer? That is possible if you have the stand alone player on your machine... You could do a

RE: [flexcoders] Run Swf File in flash player.

2006-08-25 Thread Kumar
@yahoogroups.com] On Behalf Of Samuel Reuben Sent: Friday, August 25, 2006 2:50 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Run Swf File in flash player.   I don't get it Kumar,   Are you trying to open a stand alone swf from a IE browser (Explorer) by

Re: [flexcoders] Run SWF file in Flash Player

2006-09-01 Thread Omar Ramos
Hi Kumar,You would have to use the SWFLoader class to load external swf into your application. Keep in mind that if you are using Flex 2 thenyou can only load swf files that are compiled for the flash player 9. Omar RamosOn 8/23/06, Kumar <[EMAIL PROTECTED]> wrote: