Re: [Flashcoders] RIA patent granted

2006-03-02 Thread Chris Allen
On 3/2/06, elibol [EMAIL PROTECTED] wrote: Chris, the evidence being collected at OSFlash should only serve to bestow the ownership of the patent to someone else. I apologize, but I would need help understanding what else this kind of documentation could prove. The problem would persist, am I

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

2006-03-02 Thread Chris Hill
My googling yielded 1.0, not 2.0, my search skills must not be very leet. Thanks for the link! Chris Scott Hyndman wrote: http://www.meychi.com/archive/31.php You really should search on google or through the archives before asking. People ask for this often. Scott -Original

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

Re: [Flashcoders] XPATH Question

2006-03-01 Thread Chris Allen
Try this: /Localidades/Localidad[idLocalidad='83' or idComunidadAutonoma='15'] That should work for you. On 3/1/06, julian atienza [EMAIL PROTECTED] wrote: I have this XML Localidades Localidad idLocalidad type=number83/idLocalidad idProvincia type=number34/idProvincia

[Flashcoders] Regular Expression

2006-02-28 Thread Chris Kennon
Hi All, Does AS 3 have support for regular expressions? Return True, Christopher Kennon Principal/Designer/Programmer -Bushidodeep www.bushidodeep.com ___ An ideal is merely the projection, on an enormously enlarged scale, of some aspect of personality.

[Flashcoders] [ann] Sydney Developers Group March meeting

2006-02-27 Thread Chris Velevitch
as the kick off event for WebDu 2006 (www.webdu.com.au) Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

[Flashcoders] Red5 Flash Server 0.3 Release

2006-02-20 Thread Chris Allen
not production worthy, but it does contain some of the core functionality that we are very excited about. Thanks in advance for checking out the Red5 project if you haven't already. Chris Allen and John Grden ___ Flashcoders@chattyfig.figleaf.com To change

Re: [Flashcoders] how to liesten XML onLoad Event?

2006-02-20 Thread Chris Velevitch
= true; doc.onLoad = function (ok) { ... } doc.load (xmlPath); Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

Re: [Flashcoders] how to liesten XML onLoad Event?

2006-02-20 Thread Chris Velevitch
On 2/21/06, zikey Han [EMAIL PROTECTED] wrote: Hi,Chris Velevitch, Thank you for your replay!But I use you mathod ,it's helpless! you mean that : put doc.load after doc.onLoad function assigment.But it can do nothing when i compile it! Is the onLoad function being called (put trace

Re: [Flashcoders] multiuser flash games

2006-02-16 Thread Chris Allen
a Jabber implementation that's hosted by dreamhost. From what he told me it's working fine with Flash after he had to configure a few things with the XIFF library. Anyway, I hope these tips help. Good luck! -Chris On 2/16/06, Oleg Kolokolov [EMAIL PROTECTED] wrote: I once dealt with Oregano

[Flashcoders] gotoandlearn()

2006-02-16 Thread Chris Kennon
Hi, I've contacted lee directly, but thought this might prove additionally helpful. I'm working with OS 10.4.5, both Safari and FireFox cannot load gotoandlearn() tutorials, and both are unable to download the material. I'm at a loss why this happening? Return True, Christopher

Re: [Flashcoders] gotoandlearn()

2006-02-16 Thread Chris Kennon
Hi, Player 8.x On Feb 16, 2006, at 11:54 AM, JesterXL wrote: What Flash player is installed in both browsers? - Original Message - From: Chris Kennon [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, February 16, 2006 2:41 PM Subject

Re: [Flashcoders] gotoandlearn()

2006-02-16 Thread Chris Kennon
Hi, After completing a clean install of Flash Player 8.5, the situation continues with the following error returned to the activity window: http://fpdownload.macromedia.com/pub/flashplayer/update/current/ install/version.xml plugin-canceled Respectfully, Chris On Feb

Re: [Flashcoders] Issue with two instances on a timeline

2006-02-16 Thread Chris Velevitch
If there are 2 instances with the name name in different frames, can't you refer to a specific instance by including the frame number or frame name in the reference? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: [Flashcoders] Flex Pricing

2006-02-14 Thread Chris Velevitch
and Web Services. The server side costs vary from free and up depending on your server needs. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders@chattyfig.figleaf.com To change your subscription

Re: [Flashcoders] Jabber - XIFF Dreamhost

2006-02-13 Thread Chris Allen
basis. Good luck. -Chris P.S. You may want to add this method to the XMPPConnection class, as it will allow you to pass plain Strings to the server thus allowing you to try out things easier. /** * Sends a raw String or XML object through to the XMPP server. * Typically used

Re: [Flashcoders] vardump an object in ActionScript?

2006-02-13 Thread Chris Allen
Man, I feel like a broken record. :-) Didn't this just come up recently. Anyway, I suggest that you try Xray: http://osflash.org/xray as it has this ability (Xray.trace(myObject);) and tons more. It will indeed save you time in debugging your Flash application. -Chris On 2/13/06, Josh McDonald

Re: [Flashcoders] vardump an object in ActionScript?

2006-02-13 Thread Chris Allen
. As for Lumixbox, it is really great too. In fact John Grden is planning on having a way to include it in Xray so that your logging can be done through this more robust logging tool. Anyway, if you don't like it don't use it, but don't spread misinformation. -Chris

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

2006-02-13 Thread Chris Hill
it doesn't use frames. Would anyone have any magic fairy dust, or even better, a solution to this problem? I'd also be interested in knowing why this bug still exists, as I'm working on Flash 8. Any shedded light is mucho appreciated. Chris ___ Flashcoders

Re: [Flashcoders] Flex Pricing

2006-02-12 Thread Chris Velevitch
On 2/13/06, Josh McDonald [EMAIL PROTECTED] wrote: I don't really believe in coughing up AU$8000 for a development environment :) For development purposes, all server products are free. And Flex 2 compiler and framework and limited connection Flex Enterprise Services will also be free. Chris

[Flashcoders] Unit Tesing Framework Recommendations

2006-02-07 Thread Chris Velevitch
I'm interested in finding what unit testing frameworks exist for Flash and the pros and cons of each. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Extract actionscript from .FLA?

2006-02-07 Thread Chris Velevitch
across multiple files and/or directories.. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

Re: [Flashcoders] As2 Event Broadcasting for fp 6.0.0.0 [was: 6.0]

2006-02-06 Thread Chris Velevitch
On 2/6/06, Giles Taylor [EMAIL PROTECTED] wrote: Sorry, should have said that I need it for fp 6.0.0.0 (rather than 6.0). EventDispatcher is 6.0.79.0. I believe it should work as is, because the full source of the EventDispatcher class is included in the mx classes. Chris -- Chris Velevitch

Re: [Flashcoders] Question about xpath and cdata

2006-02-03 Thread Chris Allen
Why not use Xpath.selectSingleNode() if you are only looking for one node? mySting = XPath.selectSingleNode(myXML, /content/biog).firstChild.nodeValue; Works fine in my application in a node with CDATA content. -Chris On 2/3/06, Merrill, Jason [EMAIL PROTECTED] wrote: This is the only thing

Re: [Flashcoders] Attn: John Grden

2006-02-03 Thread Chris Allen
error, which might have evaluated to true in the end, and not to mention it would have been tough to debug. :-) Yikes, what a thought. Have a great weekend. -Chris ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] using flash for UI in applications

2006-02-02 Thread Chris Velevitch
On 2/2/06, Mike Mountain [EMAIL PROTECTED] wrote: What's wrong with the new external interface api? Nothing. The external interface api is stated to be better and more flexible than fscommands, but you still need to know which container you are talking to and what it can do. Chris -- Chris

Re: [Flashcoders] xpath / xpath4as2 beginners question

2006-02-02 Thread Chris Kennon
Hi, After reading this article, I'm confused why client name does not merit an element? (http://www-128.ibm.com/developerworks/xml/library/x-eleatt.html) On Feb 2, 2006, at 10:00 AM, Merrill, Jason wrote: It's well formed, sure, but I would do it like this instead - make heavy use of

[Flashcoders] Re: Flashcoders Digest, Vol 13, Issue 5

2006-02-01 Thread Chris Rounds
I will be out of the office from Wednesday, Feb 1 through Monday Feb 6th and may not be able to get to my email very often. Please direct any immediate needs to [EMAIL PROTECTED] or to the CDR Services office at: 505.391.7768. Thanks, Chris

Re: [Flashcoders] Tell me more about _professionalism

2006-02-01 Thread Chris Allen
ActionStep is a dynamic language? Man Scott, you've been working too hard on that project. ;-) Anyway, I totally agree about compile time checking. There's nothing worse than a run-time error in Flash and trying to track that sucker down. Okay, I'm shutting up before I get in trouble. :-) -Chris

Re: [Flashcoders] using flash for UI in applications

2006-02-01 Thread Chris Velevitch
. In fact Zinc uses an OO class to wrap the fscommand to make it compatible with an OO approach to writting code. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders

RE: [Flashcoders] ConvolutionFilter performance

2006-01-31 Thread chris
Blur: 5944 convolution 3x3: 5641 convolution 5x5: 29932 no filter: 5646 also Win XP, 3GHz (northwood), 512MB RAM - intel 915 GAV motherboard w/built in crap vga -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Ian Thomas Verzonden: dinsdag 31 januari 2006

Re: [Flashcoders] ActionScript Cheatsheet Update (new URL)!

2006-01-29 Thread Chris Velevitch
Great work! Wouldn't be a good idea to include the AS2 operators? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Fav XML editor

2006-01-27 Thread Chris Allen
with it is pretty damn good though. My 2 cents, I hope it helps. -Chris ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] XPathDocument()

2006-01-25 Thread Chris Allen
not XPathDocuments, so you have to convert those if you need that functionality on the results. It's working this way, because I decided not to alter the XMLNode class's prototype. -Chris /** Copyright (c) 2002 Neeld Tanksley. All rights reserved. Redistribution and use in source and binary

Re: [Flashcoders] Final Class Question

2006-01-22 Thread Chris Kennon
Hi, The revised code, Nathan's, worked. Chris On Jan 21, 2006, at 11:13 PM, Chris Velevitch wrote: I agree with Nathan's observations, amMessage and pmMessage properties are being obscured by the constructor arguements of the same name in the class constructor and those properties aren't

Re: [Flashcoders] Flash Remoting

2006-01-22 Thread Chris Velevitch
On Windows, did you run the AS2 Remoting Components installer? I only use Windows, so I can't help you with Mac. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders

[Flashcoders] Flash (AS2) vs Flex Remoting with CF

2006-01-22 Thread Chris Velevitch
this in Flash? There is an implicitation that the Flash Remoting classes for Flex and Flash are different. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Final Class Question

2006-01-21 Thread Chris Kennon
Hi, Very helpful best practices information, however, as previously stated, this is my first Class. The custom greeting still returns undefined. It's probably how I call them in the class instance constructor? import com.bushidodeep.TimeStamp; // var my_ts:TimeStamp = new TimeStamp(this,

Re: [Flashcoders] Final Class Question[It's Done!!]

2006-01-21 Thread Chris Kennon
/ __ Knowing is not enough, you must apply; willing is not enough, you must do. ---Bruce Lee On Jan 21, 2006, at 3:48 PM, Maximilian Reuss wrote: Hi Chris, for me, this is right all worked fine output white on white 0:43

Re: [Flashcoders] Final Class Question[Correction]

2006-01-21 Thread Chris Kennon
/ __ Knowing is not enough, you must apply; willing is not enough, you must do. ---Bruce Lee On Jan 21, 2006, at 3:48 PM, Maximilian Reuss wrote: Hi Chris, for me, this is right all worked fine output white on white 0:43

Re: [Flashcoders] Final Class Question

2006-01-21 Thread Chris Velevitch
I agree with Nathan's observations, amMessage and pmMessage properties are being obscured by the constructor arguements of the same name in the class constructor and those properties aren't being set anywhere, which is why the result is undefined. Chris, did you change your class as per Nathan's

[Flashcoders] Another Class Error Message

2006-01-20 Thread Chris Kennon
Hi, Working away on the renamed hello class, now time stamp. However getting the following errors: **Error** BushidoDeep:Users:chris:Desktop:classes:timeStamp:com:bushidodeep:TimeSt amp.as: Line 23: Type mismatch in assignment statement: found Void where TextField is required.

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Chris Allen
it hasn't been an issue for me yet. Btw, I thought it was 5000 lines of code per class, not for the whole project? I'm not sure anymore. Nope it's 5000 lines for your whole project. :-) Thus it doesn't work for me either. -Chris ___ Flashcoders mailing

Re: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread Chris Allen
Try using Xray http://osflash.org/xray It comes with a tt(YourObject) method that will recursively trace your objects. It also allows you to inspect objects, MovieClips or whatever is in your Flash movie and manipulate them with a GUI at run-time. It's freaking great! -Chris

Re: [Flashcoders] Flash 8 Mac Projector - Remoting Issue

2006-01-18 Thread Chris Velevitch
is an interface class and RelayResponder implements that interface. Try that to see if makes a difference. [1] http://livedocs.macromedia.com/flashremoting/mx2004/actionscript_api_reference/mx/remoting/PendingCall.html Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group

[Flashcoders] An Issue of Encapsulation

2006-01-17 Thread Chris Kennon
Hi, If my understanding of encapsulation is misguided, please correct. In the following code snippet, should in the interest if encapsulation, the Good Morning/Afternoon strings be called from another function? //code snippet private function formatTime(theDate) {

Re: [Flashcoders] An Issue of Encapsulation

2006-01-17 Thread Chris Kennon
enlarged scale, of some aspect of personality. -- Aldus Huxley On Jan 17, 2006, at 7:04 PM, Alan MacDougall wrote: Chris Kennon wrote: Hi, If my understanding of encapsulation is misguided, please correct

Re: [Flashcoders] Flash Projects Visual Source Safe

2006-01-16 Thread Chris Allen
a suggestion. I hope it helps. -Chris On 1/16/06, Fitzpatrick, Kevin [EMAIL PROTECTED] wrote: Miles, Sorry I wasn't more specific, I am using MX 2004 Pro and the option isn't there. I can't seem to find any more information on the problem. Unforunately, I'm tied to VSS because the entire

[Flashcoders] Class Error Message

2006-01-16 Thread Chris Kennon
Hi All, In the following code my attempt at formatting the date returns this to the output window: // **Error** BushidoDeep:Users:chris:Desktop:hello:com:bushidodeep:Hello.as: Line 55: This statement is not permitted in a class definition. now = new Date(); **Error**

Re: [Flashcoders] Class Error Message

2006-01-16 Thread Chris Kennon
; willing is not enough, you must do. ---Bruce Lee On Jan 16, 2006, at 3:32 PM, PR Durand wrote: Hi Chris At the end of your code you have this now = new Date(); outside any method so flash doesn't know what to make with. Those 2 lines now = new Date

Re: [Flashcoders] Can't redefine class method

2006-01-16 Thread Chris Velevitch
A refenced a method of class C, then just because A was subclassed into B, B still refers to class C - what else should it do? Honour the heritance tree which is what seems to be happening when you call a class method on B that is only defined in B's parent A.. Chris -- Chris Velevitch Manager

Re: [Flashcoders] Focus in the text field

2006-01-16 Thread Chris Velevitch
You might also need to set the cursor position Selection.setSelection(0, 0); Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Focus in the text field

2006-01-16 Thread Chris Velevitch
What value does Selection.setFocus(text_txt) return? If it's false, then is failed. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

[Flashcoders] [Flash Remoting MX]-null

2006-01-16 Thread Chris Velevitch
What does:- [Flash Remoting MX]-null in the coldfusion server Flash Remoting log mean? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] Can't redefine class method

2006-01-15 Thread Chris Velevitch
this problem before? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] ComboBox not firing change event when selectedIndex set

2006-01-15 Thread Chris Velevitch
This is the intended behaviour. You should fire the change event yourself. The reason being, know you changed it, so you can call or do anything else you like at the same time. It's only when the user interacts with a component that you want to detect. Chris -- Chris Velevitch Manager - Sydney

Re: [Flashcoders] Can't redefine class method

2006-01-15 Thread Chris Velevitch
() { trace(B.dothis); } } and when I call B.doit(), the trace output is:- A.dothis whereas I'm expecting B.dothis. I using Flash Professional v 8.0. Has anyone seem this problem before? Chris -- Chris Velevitch Manager - Sydney Flash Platform

Re: [Flashcoders] Can't redefine class method

2006-01-15 Thread Chris Velevitch
Professional v 8.0. Has anyone seem this problem before? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] (no subject)

2006-01-15 Thread Chris Velevitch
to do it with the Displacment Map ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au

Re: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread Chris Kennon
Microsoft? On Jan 13, 2006, at 7:28 AM, Nick Weekes wrote: Id rather earn 21000 euros than work for the antichrist. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Éric Thibault Sent: 13 January 2006 15:23 To: Flashcoders mailing list Subject: Re:

Re: [Flashcoders] Using a Function as Variable[SOLVED]

2006-01-12 Thread Chris Kennon
Thanks for your help. Fixed it On Jan 12, 2006, at 2:39 PM, Johannes Nel wrote: public function get displayGreeting():String { if (now == afternoon) { message = Disco Rules; } else { message = Samba Rules;

Re: [Flashcoders] Using a Function as Variable[code]

2006-01-12 Thread Chris Kennon
The following returned undefined: /** A Simple hello class that assigns a custom message to a text field based upon time of day. **/ class com.bushidodeep.Hello { private var width:Number; private var height:Number; private var stageHeight:Number = 300; private var

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
PM, Martin Wood wrote: passing the target into the constructor. martin. Chris Kennon wrote: Hi, I attempting to create a mc, then attach a textField via composition, instead of extending the movieClip class. Could someone point out what I missed? -- Martin Wood http

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Have I missed something in the displayGreeting(); method or creating the timeline object? Nothing appears on stage. Would you like to view the files? Respectfully, Chris On Jan 11, 2006, at 5:47 PM, Andy Johnston wrote: public function Hello(target:MovieClip) { container_mc

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Hi, This worked on the FLA timeline test is displayed in the textField, but shouldn't this functionality be in the class? Respectfully, Chris On Jan 11, 2006, at 5:56 PM, Andy Johnston wrote: nah actually should be [CODE] var myHelloClip:MovieClip = createEmptyMovieClip(hello_mc, 1

Re: [Flashcoders] Creating An OOP MC Via Composition

2006-01-11 Thread Chris Kennon
Perfect.. Thanks so much! On Jan 11, 2006, at 6:25 PM, Andy Johnston wrote: import com.bushidodeep.*; var myHello:Hello = new Hello(this); ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] XMLSocket + close()

2006-01-06 Thread Chris Allen
for the clarification. -Chris On 1/6/06, Weyert de Boer [EMAIL PROTECTED] wrote: Hi Jobe, I think that you're supposed to assume it worked. The only time you get the closed event is when its not intiated by the client. Bummer, then we have to assume that indeed! BTW, if you use

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

2006-01-06 Thread Chris Hill
= 4; for(var i;i10;i++){ box.addElement(symbolID,{myText:TabName,initData:myData}); } Handles spacing, attachMovie, spacing, etc. Very handy dandy class. If you're changing the widths of them dynamically, you can re-arrange them by calling box.arrange() I believe. HTH, Chris Dennis Hart

[Flashcoders] Anyone have a current link to XMLSA for AS2?

2006-01-04 Thread Chris Whiteford
I have been looking and can't find any current links. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from

Re: [Flashcoders] aseditor discussion

2005-12-28 Thread Chris Allen
On 12/27/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Eclipse is of course powerful but java based apps always seem a bit slow on OSX IMHO. Hey Jim, Did you try upgrading the JVM to 1.5? That seemed to help performance quite a bit once I did that. -Chris

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
, as it allows you versatility over the way you load your content, although most people just load the entire movie before going to town. Happy Flashing! Chris Charles Parcell wrote: That indeed does work. I still find it baffling that even if the content is not loaded that it should render

[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] Scaling text using ActionScript

2005-12-17 Thread Chris Gaelic
I can get it to work if I use a truetype font like Arial set up as static text. The text then stretches inside the movie clip. However, if I change the text type to Dynamic - because I want to change it using ActionScript - then it no longer stretches with the movie clip. Thanks, Chris Chris

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
but when I compiled it myself I must've set FSFS as the default. It must be slower for me because its on a 1ghz machine. Glenn J. Miller wrote: Chris, Just some 'nice-to-know' information. We're running several Subversion repositories on a Fedora Core 3 boxen - FSFS Subversion file system

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] The Amazing infinite call stack

2005-12-13 Thread Chris Wilson
. -Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Mark Hawley Sent: Tuesday, December 13, 2005 9:40 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] The Amazing infinite call stack I'm sure this has a ridiculously easy answer that I

[Flashcoders] ComboBox change event

2005-12-13 Thread Chris Bare
unsetting the list selection, but it won't let you do this. I have seen this work in the Flash Text Editor, but can't figure out what they are doing. Any suggestions? -- Chris Bare [EMAIL PROTECTED] ___ Flashcoders mailing list Flashcoders

RE: [Flashcoders] The Amazing infinite call stack, part 2

2005-12-13 Thread Chris Wilson
event loop. Unfortunately, my ActionScript is not proficient enough to know which classes/methods you need to use to interact with Flash's native event queue, but I'm sure someone else on the list could chime in with the right info. HTH, -Chris -Original Message- From: [EMAIL PROTECTED

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

[Flashcoders] Job in Boston

2005-12-07 Thread Chris Allen
on a Flash and Java based messaging RIA for the hospital using XML Socket and XMPP. If you are interested, feel free to contact me off list, or sign up via the form above. Thanks, Chris ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

[Flashcoders] [OT] Job in Boston

2005-12-07 Thread Chris Allen
://sh.webhire.com/servlet/av/jd?ai=635ji=1690994sn=I This person would be working with me on a Flash and Java based messaging RIA for the hospital using XML Socket and XMPP. If you are interested, feel free to contact me off list, or sign up via the form above. Thanks, Chris

Re: [Flashcoders] Re: Flash is a single-threaded app? Maybe it's justtheAVM? or...

2005-12-07 Thread Chris Allen
On 12/7/05, A.Cicak [EMAIL PROTECTED] wrote: I dont understand how your UI could lock in the first place? Sockets and sounds are already working in another thread and all other code which could lock the UI (like some long loops, etc.) can be made by emulating loop with onEnterFrame and few

Re: [Flashcoders] eclipse UNDELETE

2005-12-07 Thread Chris Allen
with versioning of code, you should try Subversion, CVS or VSS. I hope that helps. -Chris On 12/5/05, Cosmin Cimpoi [EMAIL PROTECTED] wrote: I set up a project in eclipse targeting a folder that had some files inside it. I had an error and now those files are deleted. Thei are not in recycle bin

[Flashcoders] [ann] Reminder: Sydney Developers Group December Meeting

2005-12-07 Thread Chris Velevitch
/ http://www.flashdev.org.au/venue/school/ Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Re: Re: Flash is a single-threaded app? Maybe it'sjusttheAVM? or...

2005-12-07 Thread Chris Allen
it might be a lot cleaner than doing onEnterFrame() all over the place. It certainly sounds like a legitimate approach to me. -Chris On 12/7/05, A.Cicak [EMAIL PROTECTED] wrote: Believe me multithreding is lot harder to debug, read and maintain in most cases assuming that onEnterFrame is not made

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] Flash security advisories from U.S. Navy/Marines?

2005-12-02 Thread Chris Wilson
lead to compromise of the client's system. -Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Friday, December 02, 2005 1:51 PM To: Flashcoders mailing list Subject: [Flashcoders] Flash security advisories from U.S. Navy/Marines

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

[Flashcoders] [ann] Sydney Developers Group December Meeting

2005-11-28 Thread Chris Velevitch
/ http://www.flashdev.org.au/venue/school/ Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] method calls being delayed

2005-11-27 Thread Chris Velevitch
It's works fine for me. I'm using Flash 8. Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

<    1   2   3   4   5   >