Re: [Flashcoders] rotationX not working In Flex actionscript Projects

2009-04-11 Thread Muzak
In FlexBuilder, in the Project properties (right click the project select properties), set the required Flash Player to 10 in the Flex Compiler tab. By default FlexBuilder compiles to Flash 9, which doesn't have the new 3D stuff. regards, Muzak - Original Message - From: "Omar Fouad"

Re: [Flashcoders] How to smooth bitmap?

2009-04-11 Thread Patrick Matte
Here's a facebook API. http://code.google.com/p/facebook-actionscript-api/ > From: Pavel Repkin > Reply-To: Flash Coders List > Date: Sat, 11 Apr 2009 20:28:14 +0400 > To: , Flash Coders List > > Subject: Re: [Flashcoders] How to smooth bitmap? > > Thanks, Latcho! > > Inside discussions o

[Flashcoders] rotationX not working In Flex actionscript Projects

2009-04-11 Thread Omar Fouad
Hi all, Since I switched to Mac now, I am using Flex Builder for my ActionScript Projects, I've got the latest Flex SDK 3.2 (I think that is the latest) and edited the flex_config xml file. I've added the playerglobal swc file to the build path of Flex for Auto Completion and all. Here is the pro

Re: [Flashcoders] Math: Is this correct?

2009-04-11 Thread Mark Winterhalder
On Sat, Apr 11, 2009 at 5:57 PM, Jer Brand wrote: > Thanks Mark, Gonna go read with the faq's.  And you hit the nail on the > head. It looked right, but the behavior wasn't quite right There's a picture on the Wikipedia page, just look at where the axis' go and replace x, y and z with where they

Re: [Flashcoders] How to smooth bitmap?

2009-04-11 Thread Pavel Repkin
Thanks, Latcho! Inside discussions over BitmapData.draw() on Flash-help site I've found this script But it looks very insecure. Do you know a proper one with correct input checking? I'm a new to PHP and it's hard for me to make this script secure. Yes, there is the crossdomain.xml on Facebook,

Re: [Flashcoders] Math: Is this correct?

2009-04-11 Thread Jer Brand
Thanks Mark, Gonna go read with the faq's. And you hit the nail on the head. It looked right, but the behavior wasn't quite right Time to learn some vector math I suppose. Thanks again everyone. I hafta wonder if it'd be easier if I just made the day job pay for a few math courses, I work on campu

Re: [Flashcoders] How to smooth bitmap?

2009-04-11 Thread Latcho
I'm afraid that you need to implement a proxy script on your own server that loads the image from facebook. But isn't there a crossdomain.xml to load from FB ? Or isn't there an API (yet) ? Latcho Pavel Repkin wrote: Hey! I have a bitmap image loaded from external site (Facebook user avatar).

[Flashcoders] How to smooth bitmap?

2009-04-11 Thread Pavel Repkin
Hey! I have a bitmap image loaded from external site (Facebook user avatar). Its size is 50x50 pixels and it looks very pixelated when the Flash Stage size changes. The image would look much better if it was smoothed. But, smoothing does not work for images loaded from external domains. MovieClip

Re: [Flashcoders] onEnterFrame question

2009-04-11 Thread Zeh Fernando
> > Hi Zeh, > I tested the theory and put the onEnterFrame = null inside if(loaded == > filesize) right at the beginning and it did not finish the alpha that was > under it. > Does that mean that my code does not finish because I made it null or does > that mean that it does matter where you place

Re: [Flashcoders] Math: Is this correct?

2009-04-11 Thread Mark Winterhalder
On Fri, Apr 10, 2009 at 4:52 PM, Jer Brand wrote: > Anyone care to school me on this or confirm the math is correct? It looks correct to me. > public static function polarToCartesian3D(distance:Number, degrees1:Number, > degrees2:Number ):Point3D Ah, that's your problem right there -- your code

Re: [Flashcoders] Loading MC

2009-04-11 Thread Karl DeSaulniers
Thanks Cor, I do appreciate that, in leu though he did say "not everyone". The reason I posted the code in that manner was because I felt "you" (whom ever it would be) would need all the code to really assess this problem I am having. Pardon me I am new to forums. I have followed your respons