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 PROTECTED]> wrote:

>   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 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 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 =
>>> viewstack.selectedIndex(viewstack.selectedIndex-1);
>>> }
>>> if(buttonClicked == next){
>>> viewstack.selectedIndex =
>>> viewstack.selectedIndex(viewstack.selectedIndex+1);
>>> }
>>>
>>> }
>>> </mx:Script>
>>>
>>> <mx:ViewStack>
>>> <view1></view1>
>>> <view2></view2>
>>> <view3></view3>
>>> <view4></view4>
>>> <view5></view5>
>>> <view6></view6>
>>> </ViewStack>
>>> <buttonPrev/><buttonNext/>
>>> </Application>
>>>
>>> It's just an outlook of an application.
>>> Get it worked by urself.
>>>
>>> -Manu.
>>>
>>>
>>> deepa_pathuri wrote:
>>> >
>>> > 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
>>> >
>>> >
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Hi-Alex-tp19681631p19683180.html
>>> Sent from the FlexCoders mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>> --
>> Teoti Graphix, LLC
>> http://www.teotigraphix.com
>>
>> Teoti Graphix Blog
>> http://www.blog.teotigraphix.com
>>
>> You can find more by solving the problem then by 'asking the question'.
>>
>>
>
>
> --
> Thanks and Regards,
> Krishna
> Read my blogs
> http://flashactions.wordpress .com
> Gtalk:krshnaraj
> YahooIM:krishna.rajs
> Live Messenger: krishna.rajs
> Skype: krishna.rajs
> Linkedin: http://www.linkedin.com/in /krishnarajs
> Cellular Contact: 0091.998.5013.316
> Cellular Contact: 0091.924.8763.069
> Twitter:krshnaonweb
>
>  
>



-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.

Reply via email to