Re: [flexcoders] Hi Alex

2008-09-26 Thread Manu Dhanda
First of all, you should be talking about an application (not an swf). Now, the SIX pages, I took it as SIX views. There are many ways to do that. One of them is: mx:Application mx:Script private function return nextPrevView():void{ if(buttonClicked == prev){ viewstack.selectedIndex =

Re: [flexcoders] Hi Alex

2008-09-26 Thread Michael Schmalle
Deepa, This is a professional list, the title Hi Alex just doesn't work here, please try a more descriptive title for your next post. Mike On Fri, Sep 26, 2008 at 2:31 AM, Manu Dhanda [EMAIL PROTECTED]wrote: First of all, you should be talking about an application (not an swf). Now, the SIX

Re: [flexcoders] Hi Alex

2008-09-26 Thread krshnaonweb
Mike!! I did not notice the title at all. Just saw her query. Thats it ;) .kr On Fri, Sep 26, 2008 at 4:50 PM, Michael Schmalle [EMAIL PROTECTED]wrote: Deepa, This is a professional list, the title Hi Alex just doesn't work here, please try a more descriptive title for your next

Re: [flexcoders] Hi Alex

2008-09-26 Thread Michael Schmalle
Hi, If I understand you correctly, thats not the point (reading the question regardless of the title). The archives get searched all the time and titles that are ambiguous serve no purpose. I read the question to, just moderating. Mike On Fri, Sep 26, 2008 at 11:17 AM, krshnaonweb [EMAIL

Re: [flexcoders] Hi Alex

2008-09-26 Thread krshnaonweb
+ 1 , I totally agree to your point. No ambiguity... .kr On Fri, Sep 26, 2008 at 9:23 PM, Michael Schmalle [EMAIL PROTECTED]wrote: Hi, If I understand you correctly, thats not the point (reading the question regardless of the title). The archives get searched all the time and titles that

[flexcoders] Hi Alex

2008-09-25 Thread deepa_pathuri
I have a .swf file which has 6 pages in it.i want to control that .swf ie to show each page of .swf file on click of next and previous button...How can i do this