To change default browser,

go to Windows > Preferences > General > Web Browser
and select the browser u need...

On Mon, Aug 24, 2009 at 5:21 PM, Preetham Hegde <[email protected]>wrote:

> Its there for firefox,
> Firefox is netscape compatible browser :)
>
> Download the Windows Flash Player 10 Plugin content debugger (for
> Netscape-compatible 
> browsers)<http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug.exe>
>  (EXE,
> 2.09 MB)
>
>
> On Mon, Aug 24, 2009 at 6:48 AM, adrianwonder <[email protected]> wrote:
>
>>
>> i was trying to download the debugger but couldn't find anything for
>> Firefox. how do i make the default browser as IE for flex 3?
>>
>>
>>
>> On Aug 22, 4:05 am, Arun Rao <[email protected]> wrote:
>> > I think you are having doubts bcoz alert After 2 is seen first ,then
>> behind
>> > it you will see alert B4 1.I dont think this is bottom up approach or
>> > something.Last generated alert is shown on top,it will hide previously
>> > generated alerts.
>> >
>> > Regards,
>> > Arun.
>> >
>> > On Fri, Aug 21, 2009 at 10:37 AM, Preetham Hegde
>> > <[email protected]>wrote:
>> >
>> >
>> >
>> > > try to use trace instead of Alert.show(), and run in debug mode.
>> > > (This may need u to install debug supporting flashplayer in ur browser
>> > > downlaod here if u dont have:
>> > >http://www.adobe.com/support/flashplayer/downloads.html)
>> >
>> > > U will know exactly which is executed first.
>> >
>> > > On Fri, Aug 21, 2009 at 5:04 AM, adrianwonder <[email protected]>
>> wrote:
>> >
>> > >> Hi
>> >
>> > >> Bit new to flex so im still discovering new stuff everyday. today i
>> > >> noticed in a function when its been read, the out put comes from
>> > >> bottom up, which is very confusing to me why they would use a stack
>> > >> like call for the functions. for e.g
>> >
>> > >> private function setNext()
>> > >>                {
>> >
>> > >>                        Alert.show("B4
>>  count:"+currentItems.toString());
>> >
>> > >>                        currentItems=currentItems+1;
>> >
>> > >>                        if(currentItems<0)
>> > >>                        {
>> > >>                                currentItems=0;
>> > >>                        }
>> >
>> > >>                        Alert.show("After
>> > >>  count:"+currentItems.toString());
>> > >>                }
>> >
>> > >> will display an output in the order of
>> >
>> > >> After count-2
>> >
>> > >> B4 Count -1
>> >
>> > >> would anybody like to shed more light on this matter??
>> >
>> > >> cheers
>> > >> Adrian
>> >
>> > > --
>> > > Regards,
>> > > Preetham Hegde
>> > >www.dizzianer.com
>> >
>> > > _______________________________________________
>> > > If you only have a hammer, you tend to see every problem as a nail.
>>
>> >>
>>
>
>
> --
> Regards,
> Preetham Hegde
>
>
>
> _______________________________________________
> If you only have a hammer, you tend to see every problem as a nail.
>
>


-- 
Regards,
Preetham Hegde


_______________________________________________
If you only have a hammer, you tend to see every problem as a nail.

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

Reply via email to