Re: [Flashcoders] Is Adobe fixing this big FP9 problem?

2008-04-15 Thread Chris Hill
ON TOPIC: I can see that most of us feel very strongly about this bug. Adobe has made it clear that their formal channel to do something about it is to vote in their ticketing system for the bug. If there already is a bug, can someone link to it? Otherwise let's get a bug in there. And then

[Flashcoders] Developers wanted.

2007-09-13 Thread Chris Hill
We are looking for quality flash developers for contract and full-time positions. Telecommute is ok. Please email me offlist with your resume and availability. Must be based in US, sorry. Thanks, Chris ___ Flashcoders@chattyfig.figleaf.com To change

[Flashcoders] Modifying Publish Settings with JSFL

2007-08-22 Thread Chris Hill
I know this has been talked about before but I figured I'd revisit it since CS3's been out: We're merging two subversion repositories, and I need to migrate about 20 or so flash files to export to a different directory. Of course I can go ahead and modify them all by hand, and I may do that

Re: [Flashcoders] Modifying Publish Settings with JSFL

2007-08-22 Thread Chris Hill
to manually enter all those publish paths. ;) Chris Hill wrote: I know this has been talked about before but I figured I'd revisit it since CS3's been out: We're merging two subversion repositories, and I need to migrate about 20 or so flash files to export to a different directory. Of course I

[Flashcoders] Contractors and Full-Time needed

2007-06-12 Thread Chris Hill
). If you have emailed me before, I'm sorry but I have lost all my contact information. Please email me again! Thanks, Chris Hill Director of Interactive Terralever 520 393 3240 ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Dynamic E4X

2007-05-16 Thread Chris Hill
The as3 examples for XML show the following: var node:String = zip; trace(employees.employee[0].address[node]); // 98765 What I'd like to do is something like this: var node:String = zip; trace(employees..[node]); // 98765 ie: Find all nodes that are called 'zip' in the document, but do it

Re: [Flashcoders] Dynamic E4X

2007-05-16 Thread Chris Hill
, 2007, at 4:57 PM, Chris Hill wrote: The as3 examples for XML show the following: var node:String = zip; trace(employees.employee[0].address[node]); // 98765 What I'd like to do is something like this: var node:String = zip; trace(employees..[node]); // 98765 ie: Find all nodes that are called

[Flashcoders] Need contractor - AS2 Developer

2007-02-07 Thread Chris Hill
. The timeline is a bit rushed, but it is quality work for a quality client. Telecommute is ok. Please send your resume and rate to [EMAIL PROTECTED] Thanks a lot Chris Hill Terralever.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Fisix Engine Release

2006-12-18 Thread Chris Hill
On behalf of Oz, and also because its a really great project: Hello, I'm sending out this email to let people know about the release of a new AS3.0 physics engine aimed at game developers. The Fisix Engine is available to download over at www.fisixengine.com. You can also check out some

Re: [Flashcoders] remote accessing flv

2006-12-04 Thread Chris Hill
I wrong or shouldn't that allow anything? John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hill Sent: Monday, December 04, 2006 3:07 PM To: Flashcoders mailing list Subject:Re: [Flashcoders] remote accessing flv Chances are you

Re: [Flashcoders] Firefox and navigateToUrl

2006-12-04 Thread Chris Hill
We have confirmed this problem exists with one of our projects, too. Anyone else have this issue? Running Apache2 (on windows) on server. Not much else to say, as this is a client side FF issue. Firefox 2, but confirmed in 1.5 also. Thanks Chris Arjen Veneman wrote: Hi all, I'm using

Re: [Flashcoders] [OT] SCM/Project management tool

2006-11-29 Thread Chris Hill
I'm really curious how you install your apps to the server using ant. We currently use svn update for some of our staging stuff. Which tasks do you use to install/deploy? I'd like to see something that would automatically synchronize via ftp in ant but I never thought doing something like that

Re: [Flashcoders] [OT] SCM/Project management tool

2006-11-28 Thread Chris Hill
Sorry, just saw this post, hope i'm not being redundant or too OT. We use trac, but we don't use it with clients, only internally. We could potentially allow client access, but our custom-built system doesn't have much in the way of access control. Checking out the permissions page in my

Re: [Flashcoders] [OT] SCM/Project management tool

2006-11-28 Thread Chris Hill
I apologize, but I said grant / deny, but you can only grant privileges in Trac. Chris Hill wrote: Sorry, just saw this post, hope i'm not being redundant or too OT. We use trac, but we don't use it with clients, only internally. We could potentially allow client access, but our custom

Re: [Flashcoders] Flash environment variables?

2006-10-25 Thread Chris Hill
I know this isn't what you're asking, but I'd strongly recommend you don't put your classes on a network share, because it wreaks havoc with your aso caching. And to attempt to answer your question, I don't think its possible, but unsure. It would be awesome if flash recognized environment

Re: [Flashcoders] Huge block of scrolling text: Choppy animation.

2006-09-15 Thread Chris Hill
The fastest way to animate this is to use runtime bitmap caching, mixed with the scrollRect property. // this is almost pseudo-code, untested, but you should get the idea r = new Rectangle(0,0,width,height); container.cacheAsBitmap = true; container.scrollRect = r; container.onEnterFrame =

[Flashcoders] Flex and subversion don't play nice? - slightly OT

2006-09-07 Thread Chris Hill
? Have you had similar issues? What is good and what isn't good to put under version control? Thanks, Chris Hill ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] jsfl - set all bitmaps in library to photo compression

2006-08-30 Thread Chris Hill
You put it in the Commands folder in your user configuration folder. For example: C:\Documents and Settings\MyUserName\Local Settings\Application Data\Macromedia\Flash 8\en\Configuration\Commands You might need to show hidden files. Here's my image settings command, while we're sharing:

[Flashcoders] Looking for resumes/contractors, please fill in the blank :)

2006-08-29 Thread Chris Hill
interactive marketing and technology firm aimed at creating online experiences that not only build brands for our clients but more importantly generate business for them. If you have any questions, please ask! Thanks Chris Hill (Soon to be) Director of Interactive Terralever

Re: [Flashcoders] OT: TRUMATCH hex colors

2006-08-22 Thread Chris Hill
Heya Steven, If you can't find one, you might try using Adobe Illustrator's javascript to create the xml: http://partners.adobe.com/public/developer/en/illustrator/sdk/AIJavaScriptReference.pdf Page 192 has information regarding the swatch accessibility, so it sounds feasible. I also

Re: [Flashcoders] Re: Workaround for loadvars size limitation (Chris Hill)

2006-08-18 Thread Chris Hill
I've found that you can overload the XML object within flash We aren't using XML. I'm not saying you could use XML, but what you can do is overload the XML object and you can write whatever you like to your POST data. This may be able to get around whatever limit you are hitting

[Flashcoders] DataGrid woes

2006-08-18 Thread Chris Hill
I'm in a real bind, with no real solution. I'm using the DataGrid, which I've used before, but the problem is that multiple selection and re-ordering seems to be unbelievably broken. I've never used these features, and I've googled just about every possibility to shed light on the subject and

Re: [Flashcoders] Workaround for loadvars size limitation

2006-08-17 Thread Chris Hill
The limit on a querystring is not 64KB in browsers, its less than that in browsers: http://www.aspfaq.com/show.asp?id= Anyway, need more information: Are you using GET or POST? Are you limited to one or the other? I've found that you can overload the XML object within flash, and write

[Flashcoders] scrollRect....bad idea?

2006-08-11 Thread Chris Hill
into the root of BaseComponent, and things no longer crashfor now. So my question is: Do you use scrollRect? Does it work for you? Do you have to constantly be careful of this problem, or do you just not use scrollRect and live with the performance hit? Thanks, Chris Hill Director of Flash

Re: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-10 Thread Chris Hill
tx.onKillFocus = function(){ tt786.removeTip(); trace(is it coming out?); } } Thanks, Subba -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hill Sent: Wednesday, August 09, 2006 6:23 PM

Re: [Flashcoders] print question

2006-08-10 Thread Chris Hill
Not to sound like a jerk, but you really should check google before posting such beginner questions: http://www.devx.com/webdev/Article/27318 Peace Chris Flash guru wrote: Hey, Can anyone tell me if it's possible to print a swf? this is what im thinking var myPrinter = new Printer();

Re: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Chris Hill
You're overwriting the onPress event on your text field. You need to save your old onPress event before overwriting it, and make sure that it is called: class test { private var txt:TextInput; private function test() { } private function onLoad() { //save the

Re: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Chris Hill
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hill Sent: Wednesday, August 09, 2006 3:56 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Tooltip rollovers for textinput..help plss You're overwriting the onPress event on your text field. You need to save your old

Re: [Flashcoders] Tooltip rollovers for textinput..help plss

2006-08-09 Thread Chris Hill
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hill Sent: Wednesday, August 09, 2006 4:52 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Tooltip rollovers for textinput..help plss This: txt.onRollOut = txt.onPress = Delegate.create(this,txtPress); Should

Re: [Flashcoders] how to set the root directory - swf vs html?

2006-08-08 Thread Chris Hill
swfFolder = _level0._url.substring(0,_level0._url.lastIndexOf(/)) + /; then use this variable to load your data: loadMovie(swfFolder + image.jpg); Peace Chris quinrou . wrote: Hi, My HTML and my flash movie live in 2 different directories. So when I work in the flash IDE my swf can load

Re: [Flashcoders] how to set the root directory - swf vs html?

2006-08-08 Thread Chris Hill
quinrou . wrote: Hi, My HTML and my flash movie live in 2 different directories. So when I work in the flash IDE my swf can load all its assets but when I try to use that same swf via its HTML page the swf can't find its assets. Because it now has its root as the html root. I am pretty

Re: [Flashcoders] Components in Flash 4/MX

2006-07-27 Thread Chris Hill
I hope you're bald, otherwise you'll be pulling your hair out very soon. C Weyert de Boer wrote: Does anyone know some good resources how to make components for Flash MX/4 ? Yours, Weyert de Boer ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Array Empowerment

2006-07-26 Thread Chris Hill
Thanks a lot for your array functions. I'm setting these up in a class file, and I was thinking that I'd add the functions to the intrinsics. But I looked at the intrinsics file for Array.as, and I was a bit surprised to learn that Array is dynamic. So is it worth the effort to modify the

Re: [Flashcoders] Array Empowerment

2006-07-26 Thread Chris Hill
Found a couple problems with sum(): First off, instanceof works with *objects* not primitives, and so you must do: var a:Array = new Array(new Number(2),new Number(3),new Number(54),new Number(6),new Number(7),new Number(8),new Number(9)); instead of say: var b:Array = new

Re: [Flashcoders] Array Empowerment

2006-07-26 Thread Chris Hill
I just checked and delete_all did not have 'var a' but just 'a' in the loops. No biggie. I'm not really sure that converting a primitive to an object, then testing with isNaN is faster than just using typeof and (if that fails) instanceof. But what I do like about it is that it works with

Re: [Flashcoders] Array Empowerment

2006-07-26 Thread Chris Hill
Darn, I wasn't fast enough to get this into rev 3 :) Array.prototype.sum = function() { var x = 0; var a = this.length; while (--a -(-1)) { var n = Number(this[a]); if (!isNaN(n)) { x += n; } else { return undefined; } } return x;

Re: [Flashcoders] Array Empowerment

2006-07-26 Thread Chris Hill
Hmmm...it looks as though there are some name conflicts or something between MM v2 Array mixins and your functions. I've got a DataGrid, and as soon as I add the ArrayEmpowerment class, the data grid stops working. I'm assuming that DataProvider's adding some methods with the same names as

Re: [Flashcoders] Array Empowerment

2006-07-26 Thread Chris Hill
; var x = this.last(); while (--a -(-1)) { x = Math.max(this[a], x); } return x; }; } Chris Hill wrote: Hmmm...it looks as though there are some name conflicts or something between MM v2 Array mixins and your functions. I've got a DataGrid, and as soon

Re: [Flashcoders] Array Empowerment

2006-07-26 Thread Chris Hill
Done! :D http://ubergeek.tv/XArray/XArray.as I'll put it up there from now on instead of spamming people's inboxes more. -C Steven Sacks | BLITZ wrote: Chris, You rock! How about calling it PowerArray or XArray instead. :) -Steven BLITZ | Steven Sacks - 310-551-0200 x209

Re: [Flashcoders] DataGrid Scrollbar

2006-06-17 Thread Chris Hill
I'm confused as to how the drawHeaderBG function relates to moving a scrollbar. Regardless, this should move you in the right direction: for (var i=0;i20;i++){ foo.push({test:blah}); } dg.dataProvider = foo; onEnterFrame = function(){ dg.vSB._x = dg.width + 10;

Re: [Flashcoders] loadvar php equivalent

2006-06-02 Thread Chris Hill
I'm going to take a stab here and guess that what you're looking for is SOAP(Simple Object Acess Protocol): http://dietrich.ganx4.com/nusoap/ This allows you to expose functions within php, then you can call the function and return an object. You can call the function from flash, or another

Re: [Flashcoders] PHP :: Dimensions of a SWF file?

2006-05-25 Thread Chris Hill
http://getid3.sourceforge.net/ This will get you not only width and height, but a lot of really useful information such as bg color, frame rate, etc... And here's my (somewhat old) php code for rendering the swf: $fileInfo = GetAllFileInfo($filePath,'swf');

Re: [Flashcoders] HTML templates in Flash

2006-04-27 Thread Chris Hill
This information is in the help files, but pretty hidden: http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=0824.html On a similar note I've got a flashObject template that I use: http://ubergeek.tv/article.php?pid=111 But I'd like

Re: [Flashcoders] Are you a help vampire?

2006-04-26 Thread Chris Hill
hi hello how do I make a multi-player game in flash its got to have lasers thank you eric dolecki wrote: I know of a few... and I am sure at a few points in the past I have almost been one :) On 4/26/06, John Dowdell [EMAIL PROTECTED] wrote: Steven Sacks wrote:

Re: [Flashcoders] Are you a help vampire?

2006-04-26 Thread Chris Hill
] On Behalf Of Michael Stuhr Sent: Wednesday, April 26, 2006 3:43 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Are you a help vampire? Chris Hill schrieb: hi hello how do I make a multi-player game in flash its got to have lasers thank you eric dolecki wrote: I know of a few

Re: [Flashcoders] Use Microsoft CRM .NET Webservice through Flash

2006-04-06 Thread Chris Hill
I use .NET services on a daily basis with flash. Flash can accept a dataset, but doesn't really know what to do with it so it just returns it to you as basic xml. I've got a DotNetDataBinder class that takes that info and turns it into a native flash object. So even if it was a dataset it

Re: [Flashcoders] Strange errors upon compile; inconsistent errors

2006-04-02 Thread Chris Hill
Wow, it is not just me! I was running into this same problem friday. The files were exactly the same on both machines, but on one machine it gave me the 'The property being referenced does not have the static attribute.' The class in question was the ascb.util.ArrayUtils.toString() function:

[Flashcoders] Flowing Text in Flash

2006-03-29 Thread Chris Hill
I've searched a lot on google and the list and haven't found much, so maybe I'm missing something obvious again. Basically I need to fill a text field, and when that text field is full, i should start filling the next one. My current idea is: Break the text into space delimited tokens. Keep

Re: [Flashcoders] Flowing Text in Flash

2006-03-29 Thread Chris Hill
Yeah, that's what I figured, but if I remember, getTextExtent is a Lingo call for Director? I'll try doing a line of tokens at a time, and see if I can improve the speed that way. Cheers C Michael Bedar wrote: I did the same thing a few years ago, and it worked fine. You may run into

Re: [Flashcoders] Flowing Text in Flash

2006-03-29 Thread Chris Hill
Ah, my bad! Very cool, never used that. Thanks a lot! C Michael Bedar wrote: Get text extent is a TextFormat method On Mar 29, 2006, at 7:19 PM, Chris Hill wrote: Yeah, that's what I figured, but if I remember, getTextExtent is a Lingo call for Director? I'll try doing a line of tokens

Re: [Flashcoders] flv local playback on linux

2006-03-15 Thread Chris Hill
Hmm...just tried playing flv locally on linux via a flash movie within an html page. Didn't work at all :( Ubuntu with Firefox and Flash 7. I don't see why it wouldn't work. Did you read something somewhere stating whether or not its possible? Chris Alfonso Florio wrote: A request from a

Re: [Flashcoders] trace inside the browser

2006-03-07 Thread Chris Hill
Use the luminic box logger. http://www.luminicbox.com/blog/default.aspx?page=postid=2 Rodrigo Guerra wrote: hi, i'm trying to figure out a way to implement a debug that i can see online (in the browser) and not just inside the flash environment. just like trace, but it must work when the

[Flashcoders] MD5 Class in AS2.0?

2006-03-02 Thread Chris Hill
I see a couple older MD5 classes in 1.0. Is there a 2.0 version floating around somewhere? Thanks Chris ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] MD5 Class in AS2.0?

2006-03-02 Thread Chris Hill
Message- From: [EMAIL PROTECTED] on behalf of Chris Hill Sent: Thu 3/2/2006 11:53 AM To: Flashcoders mailing list Cc: Subject:[Flashcoders] MD5 Class in AS2.0? I see a couple older MD5 classes in 1.0. Is there a 2.0 version floating around somewhere? Thanks Chris

Re: [Flashcoders] oop question?

2006-03-01 Thread Chris Hill
You're mixing together AS1 and AS2. #include should be import: import mLoader; You're getting the error because you're trying in include the source of a class inside the flash, instead of importing the class itself. C murder design wrote: my main flash file only contains: #include

[Flashcoders] Post data in frameset never makes it to new window, IE only.

2006-02-13 Thread Chris Hill
Hello all, I'm working on a site that I didn't make but have to update. They used frames in the site, and I've come across a bug that existed in MX2004 that (i guess) was never fixed. Basically the POST data sent from Flash never makes it to its destination, leaving me with a big empty page.

Re: [Flashcoders] Attaching the same Clip with differing widths along the X axis

2006-01-06 Thread Chris Hill
@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED] |/\___ / http://ubergeek.tv

Re: [Flashcoders] Custom combobox

2005-12-23 Thread Chris Hill
Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED] |/\___ / http://ubergeek.tv

Re: [Flashcoders] Pathfinding

2005-12-22 Thread Chris Hill
-- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED] |/\___ / http://ubergeek.tv /_/ The Smell of Geek! - ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] RE: Job Opportunity in Tucson

2005-12-21 Thread Chris Hill
Wow, this is fantastic. Thanks for all your help in getting the word out! Chris John Olson wrote: Chris -- I passed this info along to a friend of mine who teaches at Tucson Design College. Good luck. - John O. ___ Flashcoders mailing list

Re: [Flashcoders] simple frame jump not rendering??

2005-12-21 Thread Chris Hill
P. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- _ __ __ | | \/ ___\ Chris Hill

Re: [Flashcoders] simple frame jump not rendering??

2005-12-21 Thread Chris Hill
the frame properly once it was loaded. Thanks, Charles P. On 12/21/05, Chris Hill [EMAIL PROTECTED] wrote: It could be that the frame is not loaded when the first frame is loaded. Try this: stop(); function onEnterFrame(){ if(_root.getBytesTotal() == _root.getBytesLoaded

[Flashcoders] Job Opportunity in Tucson

2005-12-20 Thread Chris Hill
] -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED] |/\___ / http://ubergeek.tv /_/ The Smell of Geek

Re: [Flashcoders] Job Opportunity in Tucson

2005-12-20 Thread Chris Hill
Yeah, I've already gone and posted with the university. Perhaps I should say that its on a part-time project basis? I'm not really expecting anyone on this list to be available, but just in case. Chris Merrill, Jason wrote: On-site only and PART time? I sure hope you find someone! :)

Re: [Flashcoders] Crossdomain data exchange

2005-12-15 Thread Chris Hill
this phenomenon? I'm fumbling with this for 3 days now, but all I get is undefined... So every hint will be very welcome. Best regards, Roman. -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Chris Hill
-- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED] |/\___ / http://ubergeek.tv /_/ The Smell of Geek

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Chris Hill
? Thanks for all your help by the way. Chris Hill wrote: I believe the issue is that you don't need to stick your project into c:\svnrepos\project1. When you create the repos, it creates a dir structure like this: conf/ dav/ db/ format hooks/ locks/ README.txt And saves your files in its

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Chris Hill
-only I then went into the svnserve.conf file and uncommented this line (anon-access = write) thinking it would be available but then people on the network get this error: Section header expected line:12: Any ideas? Chris Hill wrote: You should be able to delete the folder you imported

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Chris Hill
type. It absolutely rips a wake in the water for speed, and is very stable and secure as well (svn-ssh://)... Just thought I'd add my $0.03 {adjusted for inflation} - hope this is helpful for anyone interested in the subject... -- Dok Skyymap, Inc. Kindest regards, CHRIS HILL WROTE - SNIP

Re: [Flashcoders] SVN TortoiseSVN

2005-12-14 Thread Chris Hill
Oh man, I need to get me one of those! Crunching those big flash files can take a while on my machine. I use the word FLASH in an attempt to stay on topic. And more info regarding BDB and FSFS: http://subversion.tigris.org/faq.html#bdb-fsfs-convert It mentions that BerkeleyDB was the default,

Re: [Flashcoders] Success Stories with Flash Friendly CVS Systems?

2005-12-12 Thread Chris Hill
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL

Re: [Flashcoders] simulating narrowband connection

2005-12-09 Thread Chris Hill
I use Charles every day, its indispensible. You can throttle and debug from within Flash, and a number of other very important things. (shameless self plug) http://ubergeek.tv/article.php?pid=92 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Flashcoders] _framesloaded and _totalframes

2005-12-07 Thread Chris Hill
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED] |/\___ / http://ubergeek.tv /_/ The Smell of Geek

Re: [Flashcoders] (no subject)

2005-12-01 Thread Chris Hill
! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED

Re: [Flashcoders] Problem with .as files

2005-10-25 Thread Chris Hill
://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED] |/\___ / http://ubergeek.tv /_/ The Smell of Geek

Re: [Flashcoders] What's This Mean?

2005-10-25 Thread Chris Hill
___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread Chris Hill
://www.macromedia.com/cfusion/exchange/index.cfm?extid=1016963view=sn111 -- _ __ __ | | \/ ___\ Chris Hill | | / /_/ [EMAIL PROTECTED] |/\___ / http://ubergeek.tv