Re: [Flashcoders] there is a problem plz help

2007-04-24 Thread Petrus Rademeyer
you check if the arr[i] is greater than greater and then you increment i rather do for(int i=0; i15;i++){ if(arr[i]greater){ greater=arr[i]; } } :) Waseem Shahzad wrote: /* to find greater no. from the array whats the problem with this algo. please help */ #includeiostream.h

[Flashcoders] Scrollbar in IE / Resize outside player

2007-04-19 Thread Petrus Rademeyer
Hi List, I'm quite new to flash and have run into 2 problems with a project I'm working on. I've got a ScrollPane of which I set the contentPath to display a document(another swf) inside it. This works during testing and in firefox, whenever I try in IE6 and IE7 the document only displays