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

2009-04-14 Thread Omar Fouad
There is no compiler settings except to the html wrapper file that I don't use... On Sun, Apr 12, 2009 at 2:29 AM, Muzak p.ginnebe...@telenet.be wrote: In FlexBuilder, in the Project properties (right click the project select properties), set the required Flash Player to 10 in the Flex

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

2009-04-14 Thread Muzak
Well, that's the one you should enable :) I don't know how else to *force* FlexBuilder to compile a f10 swf. Try enabling it, fill in fp 10, then click apply (it will make some project changes behind the scene) then disable it again (leaving fp10 as the required version). See if that helps..

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

2009-04-14 Thread Muzak
This might do the trick as well: In the project properties select Flex Build Path - Library Path. Select the playerglobal.swc and remove it. Select Add SWC.. and browse to frameworks/libs/player/10/playerglobal.swc inside the 3.2 SDK directory and click OK. That's probably what FB

[Flashcoders] Nintedo experiencewii ( how did they do that ? )

2009-04-14 Thread Stephen Matthews
Hi, I know that the whole YouTube area is a Flash movie, but... does anyone have any idea how they got to embed this Flash movie onto the YouTube site? http://www.youtube.com/experiencewii ( I see the Flash movie is served from the facebook.com server - even weirder ). Regards - and

Re: [Flashcoders] Nintedo experiencewii ( how did they do that ? )

2009-04-14 Thread jonathan howe
Stephen, I think the answer is one word: Money. My theory is that the whole page is paid advertising. On Tue, Apr 14, 2009 at 1:03 PM, Stephen Matthews st...@gingerman.co.ukwrote: Hi, I know that the whole YouTube area is a Flash movie, but... does anyone have any idea how they got to

RE: [Flashcoders] Nintedo experiencewii ( how did they do that ? )

2009-04-14 Thread Merrill, Jason
Yep - and likely done with one of the many Javascript libraries out there - of course they had to work with YouTube to get this implemented for both the page, and for the video player which probably uses ExternalInterface to trigger the Javascript events that trigger the animation. Very cool

Re: [Flashcoders] Nintedo experiencewii ( how did they do that ? )

2009-04-14 Thread Muzak
Stephen, I think the answer is one word: Money. Well, not enough money apparently.. getting security errors and a bunch of null object reference errors :) - Original Message - From: jonathan howe jonathangh...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent:

[Flashcoders] Favorite Flex book?

2009-04-14 Thread Todd Kerpelman
Hey, guys. So at this point I feel like I've got a pretty good handle on AS3, but I'd like to get some experience with more Flex-specific development. Is there a favorite book that people have of the various ones that are out there? Ideally, I'd like to find one that spends less time rehashing

RE: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Merrill, Jason
(On a side note, are there people out there who are successfully using FlashDevelop with the FlexDesignView plugin for real development? Or should I lay down the cash for FlexBuilder?) I'm using FlashDevelop + the free Flex SDK from Adobe to create Flex apps. Works great, no problems. I didn't

Re: [Flashcoders] Nintedo experiencewii ( how did they do that ? )

2009-04-14 Thread Bob Wohl
gotta love the pauses. :) On Tue, Apr 14, 2009 at 10:50 AM, Muzak p.ginnebe...@telenet.be wrote: Stephen, I think the answer is one word: Money. Well, not enough money apparently.. getting security errors and a bunch of null object reference errors :) - Original Message - From:

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Dave Watts
I have Flexbuilder but don't use it much because I have so many out of memory errors with it, I haven't been able to get those under control - only happens with Flexbuilder - not with any other multimedia application. And I have 2GB RAM.  I'm really disappointed in Adobe for not addressing

Re: [Flashcoders] Nintedo experiencewii ( how did they do that ? )

2009-04-14 Thread Anthony Pace
You are only prompted with the messages if you have the debug player on, and in most cases, just getting it out there is the concern for the ad agency. Muzak wrote: Stephen, I think the answer is one word: Money. Well, not enough money apparently.. getting security errors and a bunch of

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Muzak
I have Flexbuilder but don't use it much because I have so many out of memory errors with it, I haven't been able to get those under control - only happens with Flexbuilder - not with any other multimedia application. Sounds odd. I've used FB on an older P4 with only 1Gb ram without any

RE: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Merrill, Jason
As Dave said, you should probably look into tweaking the Eclipse JVM memory If you google Eclipse JVM or Eclipse ini I'm sure something useful will come up. Dave, Muzak - Hey thanks guys. However, been there and done that tweaking of the ini a few times to create more heap space. Initally, I

[Flashcoders] soundchannel with timeline sound??

2009-04-14 Thread laurent
Hi, got a sound on the timeline. Can I controle it with a soundchannel ? L ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Muzak
If you're using the Flex Builder integrated install What does that mean? How would I know? Flex Builder Standalone vs Eclipse + FB plugin. If you have FB standalone, you typically see the FB startup logo when starting the app. Eclipse + FB plugin shows the Eclipse logo at startup. The

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Dave Watts
This experience has made me really dislike the fact that Adobe essentially built an Eclipse Plug-in instead of a single app, but I also understand why they did it No, this is actually a Good Thing(tm). Eclipse is a mature environment with lots of people improving it regularly. And because of

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

2009-04-14 Thread Omar Fouad
Thanks Muzak. I'll feedback soon.. Cheerz On Tue, Apr 14, 2009 at 4:44 PM, Muzak p.ginnebe...@telenet.be wrote: This might do the trick as well: In the project properties select Flex Build Path - Library Path. Select the playerglobal.swc and remove it. Select Add SWC.. and browse to

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Muzak
No, this is actually a Good Thing(tm). Eclipse is a mature environment with lots of people improving it regularly. And because of its plugin architecture, you can use it for all sorts of things. Not to mention a big step forward from Flex 1/1.5 which was a messed up version of Dreamweaver. I

RE: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Merrill, Jason
I have the stand alone version then, not the plug-in. No, this is actually a Good Thing(tm). Eclipse is a mature environment with lots of people improving it regularly. And because of its plugin architecture, you can use it for all sorts of things. I understand what you mean, but I am using

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Steven Sacks
For training, I like the Adobe Flex training from the source book(s). I personally did not like this book at all. Here's how the book goes: Build this like this. Build that like that. Now, you know how you built this and that? That's the wrong way to build it, so we're going to refactor

RE: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Merrill, Jason
OK, if that's true, (I didn't notice), but I still liked it when I was a beginner - it walked me through holding my hand essentially so I got more and more comfortable - it turned the lightbulb on for me, so to speak so I could move off on my own. If it taught me some bad ways to do things in the

Re: [Flashcoders] Favorite Flex book?

2009-04-14 Thread Steven Sacks
This book obviously wasn't meant for your learning style, but it was for me. Different strokes for different folks! :) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders