Re: [Flashcoders] Javascript Zoom To Location

2006-10-15 Thread Janis Radins
I'm not realy sure I understand what exactly you are up to, but if youre interesting in zooming specifics maybe one of my lil experiments migth help you. I made this just for fun a while ago, take a look and maybe it can help you: http://www.mediaverk.lv/trash/zoom.html

Re: [Flashcoders] hello, and interval management question

2006-10-15 Thread Janis Radins
yes you can pass that interval ID you can do something like this: var intContainer:Object = new Object(); intContainer.interval = setInterval(someFun, 50, intContainer); in this case intContainer will be to first argument of that functon and you'll be able to refference it anytime as

Re: [Flashcoders] Alternative IDE for Flash Devel

2006-10-15 Thread Hans Wichman
Hi, i thought the information on this page http://labs.blitzagency.com/?p=8 was pretty clear without needing to learn MTASC. Haven't tried the help button, I'm a google addict:) greetz JC On 10/13/06, Pete Miller [EMAIL PROTECTED] wrote: Thanx. I got it working...I entered the .fla instead

Re: [Flashcoders] hello, and interval management question

2006-10-15 Thread Andrei Thomaz
hello Gilles, if you are doing an artwork, please, don't miss Processing ( www.processing.org). Maybe it can be useful, if you don't need to deploy a web app that works with Flash Player. []'s andrei On 10/15/06, Janis Radins [EMAIL PROTECTED] wrote: yes you can pass that interval ID you

Re: [Flashcoders] hello, and interval management question

2006-10-15 Thread Giles Bowkett
I've played with Processing but it totally doesn't fit this situation unfortunately. On 10/15/06, Andrei Thomaz [EMAIL PROTECTED] wrote: hello Gilles, if you are doing an artwork, please, don't miss Processing ( www.processing.org). Maybe it can be useful, if you don't need to deploy a web app

[Flashcoders] Now Shipping: ActionScript 3. 0 Cookbook – Solutions for Flash Platform and F lex Application Developers

2006-10-15 Thread greg h
fyi ... O'Reilly is now shipping: ActionScript 3.0 Cookbook Solutions for Flash Platform and Flex Application Developers By Joey Lott, Darron Schall, Keith Peters http://www.oreilly.com/catalog/actscpt3ckbk/#top ___ Flashcoders@chattyfig.figleaf.com To

Re: [Flashcoders] Now Shipping : ActionScript 3.0 Cookbook – Solutions for Flash Platform and Flex Application Developers

2006-10-15 Thread eric dolecki
sweet - thanks for the heads up :) - e. On 10/15/06, greg h [EMAIL PROTECTED] wrote: fyi ... O'Reilly is now shipping: ActionScript 3.0 Cookbook Solutions for Flash Platform and Flex Application Developers By Joey Lott, Darron Schall, Keith Peters

[Flashcoders] sorry if I accidently posted to this list!

2006-10-15 Thread ns9989
Hi, I was forwarding hundreds of emails from one account to another from these excellent lists for flash, director, etc and am now looking in my out box to see that apparently at least some of them went to the list in error due to my lack of understanding about redirecting. If they

[Flashcoders] i hope i did not send posts to this list by accident!

2006-10-15 Thread ns9989
Hi, I was forwarding hundreds of emails from one account to another from these excellent lists for flash, director, etc and am now looking in my out box to see that apparently at least some of them went to the list in error due to my lack of understanding about redirecting. If they

[Flashcoders] I hope i didnt send emails to this by mistake!

2006-10-15 Thread ns9989
Hi, I was forwarding hundreds of emails from one account to another from these excellent lists for flash, director, etc and am now looking in my out box to see that apparently at least some of them went to the list in error due to my lack of understanding about redirecting. If they

[Flashcoders] Font color in datagrid component

2006-10-15 Thread Carl Welch
I'm trying to make the color of text white in a datagrid. it doesn't seem to be working, though. The text looks dark blue against a black background. Also is it possible to change the color of the top part of the datagrid. Even though I have the cells set to an alternating color of black and

Re: [Flashcoders] Global sound control ...

2006-10-15 Thread Paul Neave
The best way to turn sounds off isn't to use stopAllSounds() as that will only stop the sounds at that moment, not mute them permanently. If you're using timeline-based code, you can do this: s = new Sound(_root); s.setVolume(0); and to un-mute the sound: s.setVolume(100); Simple. Of course,

[Flashcoders] Casting external SWF's

2006-10-15 Thread Glen Pike
Hi, I am working on a project where I have been supplied a number of animation scenes in separate SWF's due to the size of the finished animations. All the animation in the SWF's is on the root timeline and some of it is in separate scenes :( In order to sequence the animations, I

Re: [Flashcoders] Casting external SWF's

2006-10-15 Thread Muzak
Create a wrapper class that extends MovieClip in your main app that will handle the loading of the external swf's (into a sub movieclip of the wrapper) // pseudo code import mx.utils.Delegate; class SWFLoader extends MovieClip { // private var holder_mc:MovieClip; private var

Re: [Flashcoders] Casting external SWF's

2006-10-15 Thread Glen Pike
Sounds like a plan. Thanks very much. Glen Muzak wrote: Create a wrapper class that extends MovieClip in your main app that will handle the loading of the external swf's ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Flash Classes and Preloading ...

2006-10-15 Thread Stephen Ford
I'm using AS2 classes in my flash movie. I have created a class called Preloader. How can I load this class without loading all other classes. The problem is that when testing my movie, nothing appears onscreen until about 30% of the total movie has loaded (because by default flash loads

Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solu tions for Flash Platform and Fle x Application Developers

2006-10-15 Thread Victor Gaudioso
Awesome! I was just hanging out with Keith at FiTC and he didn't mention he had this book coming out. Is he on this list? I want a signed copy. LOL - Original Message - From: eric dolecki [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday,

Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solu tions for Flash Platform and Fle x Application Developers

2006-10-15 Thread Victor Gaudioso
Anyone have a discount code for this book? - Original Message - From: Victor Gaudioso [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, October 15, 2006 5:01 PM Subject: Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solutions

Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solu tions for Flash Platform and Fle x Application Developers

2006-10-15 Thread 赵洪日
i want to see - Original Message - From: Victor Gaudioso [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, October 16, 2006 8:16 AM Subject: Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solutions for Flash Platform and Flex

Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solu tions for Flash Platform and Fle x Application Developers

2006-10-15 Thread Victor Gaudioso
You want to see what? - Original Message - From: 赵洪日 [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Sunday, October 15, 2006 5:29 PM Subject: Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solutions for Flash Platform and Flex

Re: [Flashcoders] Flash Classes and Preloading ...

2006-10-15 Thread Alain Rousseau
Hi Stephen, The best way to use a preloader is to put it in a different swf movie that loads the one you wish to preload, that way you'll be sure it will load correctly. HTH A. Stephen Ford wrote: I'm using AS2 classes in my flash movie. I have created a class called Preloader. How

Re: [Flashcoders] Flash Classes and Preloading ...

2006-10-15 Thread Stephen Ford
Thanks Alain, I have used that technique before, but surely there must be another way without using multiple SWFs ? I am trying to keep everything together in one FLA file. Stephen.___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solu tions for Flash Platform and Fle x Application Developers

2006-10-15 Thread 赵洪日
the book or the source - Original Message - From: Victor Gaudioso [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Monday, October 16, 2006 8:33 AM Subject: Re: [Flashcoders] Now Shipping: ActionScript 3.0 Cookbook – Solutions for Flash Platform and

Re: [Flashcoders] Flash Classes and Preloading ...

2006-10-15 Thread Anthony Lee
Stephen, Don't know about the Flash IDE, but MTASC can do this for you. I posted a similar question to osflash.org, here's the thread: http://www.osflash.org/pipermail/osflash_osflash.org/2006-July/009853.html The short answer is compile your main Classes into a later frame of a SWF that

Re: [Flashcoders] Font color in datagrid component

2006-10-15 Thread nelson ramirez
The DataGrid component implements the List component. So you need to set the style for List. if (_global.styles.List == undefined) { _global.styles.List = new CSSStyleDeclaration(); } _global.styles.List.setStyle(color, 0xFF); On 10/15/06, Carl Welch [EMAIL PROTECTED] wrote: I'm trying

Re: [Flashcoders] OT: sold laptop, need to release Studio 8?

2006-10-15 Thread Ramses Moreno [cuatromedios]
On 10/9/06, John Dowdell [EMAIL PROTECTED] wrote: But to be sure, you can just choose the Transfer this License item from the Help menu, which will tell the server that you've removed the old installation. That is just for MX2004 isnt it? in Studio 8 you dont have that menu item. -- Todo el

[Flashcoders] Victor's PC...OUT

2006-10-15 Thread Victor Gaudioso
Hey all, I had to do a wipe because my PC crahsed and burned. About a month ago I bought Gproject. I have no idea how to get it again without paying. Any suggestions. Oh, and anyone on this list that knows me, I no longer have your email address, so if I know you please email me