Re: [Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Joshua Buhler
haven't had her try already. I know it's not much but a good starting point. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157 On 6/7/07, Joshua Buhler <[EMAIL PROTECTED]> wrote: > > For 99% of our users, they can download images just fine via > FileRefe

[Flashcoders] IE7 Crashing on FileReference.download()

2007-06-07 Thread Joshua Buhler
For 99% of our users, they can download images just fine via FileReference.download(). However, one user in particular is using IE7, Windows XP, and without fail, anytime FileReference.download() is called, IE will crash. Doesn't matter whether it's our site, or other sites that allow downloads t

Re: [Flashcoders] SourceSafe??? Recommendations needed.

2006-04-21 Thread Joshua Buhler
Our company tried using SourceSafe for a while, but gave up on it after it kept corrupting files, or locking them up and not allowing anyone to access them, without an admin's intervention. Also, we couldn't find a decent Mac client for it either. We switched to Subversion after that, and

Re: [Flashcoders] > Flash on the Mac...

2006-03-25 Thread Joshua Buhler
Can't say that I've ever had that one happen to me, and I use Flash 8 on the Mac everyday. - Josh On Mar 25, 2006, at 1:59 PM, Weyert de Boer wrote: I happen to have spotted some "wrong" in Flash 8 on the Mac. If you double click on a fla file in the Finder Flash 8 will be opened includin

Re: [Flashcoders] Find Nearest Color?

2006-03-21 Thread Joshua Buhler
That's what I actually ended up doing, and it worked out pretty good: private function getClosest (red1:Number, green1:Number, blue1:Number):Number { var totalColors:Number = __palette.length; var tempDistance:Number; var closest

Re: [Flashcoders] Loading several images with one progressbar?

2006-03-14 Thread Joshua Buhler
Here's a couple of ideas: If the image urls are fetched from an XML file, and the xml is generated dynamically, have the server write the filesize of the images into the xml. Or, if the images are added to the xml manually, add the filesize of each image to the XML. Or, you could just dis

Re: [Flashcoders] scroll on ScrollPane not activating

2005-11-25 Thread Joshua Buhler
Have you tried calling Scrollpane.redraw(true) once the image is done loading? - Josh On Nov 25, 2005, at 6:50 PM, Marc Hoffman wrote: Is there a way to force the ScrollPane to refresh so that it adds the horizontal scroll bar? I have a ScrollPane that dynamically loads jpegs from the se

Re: [Flashcoders] Flash 8.5 on OSX

2005-11-01 Thread Joshua Buhler
Actually, I've had this problem in 10.4.2. The few things I published for 8.5 worked, but most of the examples I've found online don't work at all. Stuff like the PerlinForce from andre-michelle.com for example. - Josh On Nov 1, 2005, at 6:38 PM, Simon Lord wrote: Just updated to OSX 10.4.