[Flashcoders] Flash developer [Verona, Italy]

2006-10-23 Thread Alfredo Montresor - Upgrade Multimediale Srl
Upgrade Multimediale Srl is a looking for an innovative Flash developer. Job position is intended in Verona (Italy) and it's not for freelance or collaboration. He will be involved in developing interactive applications, online games, animations, web campaings, ... His responsibilities will

Re: [Flashcoders] EmbedFonts = true

2006-10-23 Thread Ian Thomas
On 10/22/06, Joseph Balderson [EMAIL PROTECTED] wrote: You can't. The best way to use an embedded font with only certain outlines included in the embedding is to create a dummy (i.e. 'invisible') dynamic textfield, and in the property inspector select the outlines you want embedded. That way you

[Flashcoders] Some whining about AS2 interfaces

2006-10-23 Thread Andreas R
So i'm trying to build a framework around interfaces. To create an application within this framework, ideally all you'd have to do is implement the interfaces and satisfy their conditions. However: No static methods in interfaces means no static methods means no singletons. Bummer. No way

Re: [Flashcoders] Q:Playing with BitmapData

2006-10-23 Thread David Buff
Hi I didn't find a better solution than two x and y loops... (other loop solutions I tested are not faster) Just note than copyChannel is a method 3x slower than copyPixels If you need to loop on your BitmapData, may be doing a setPixel inside the loop to build your channel Bitmap is more

[Flashcoders] find same label

2006-10-23 Thread Laurent CUCHET
Is there a way to find same la bel in a combobox and let only one same label ?? my_cb.addItem({data:1, label:One}); my_cb.addItem({data:2, label:Two}); my_cb.addItem({data:3, label:One}); my_cb.addItem({data:4, label:Two}); var cbListener:Object = new Object(); cbListener.change = function

[Flashcoders] Inheritance and contructor issue

2006-10-23 Thread Andreas R
//parent class: class no.rayon.aronning.StateMachine.prototypes.BaseState implements no.rayon.aronning.StateMachine.interfaces.IState { public var stateName:String; public var addListener:Function; public var removeListener:Function; private var broadcastMessage:Function; public

Re: [Flashcoders] Inheritance and contructor issue

2006-10-23 Thread Hans Wichman
Hi, what is the output? greetz JC On 10/23/06, Andreas R [EMAIL PROTECTED] wrote: //parent class: class no.rayon.aronning.StateMachine.prototypes.BaseState implements no.rayon.aronning.StateMachine.interfaces.IState { public var stateName:String; public var addListener:Function;

Re: [Flashcoders] Some whining about AS2 interfaces

2006-10-23 Thread Janis Radins
Interfce main purpose is to define communication methods for some kind of object. Pls be so kind and tell me what in a hell private properties have to do with external objects which what to communicate with instance implementing particular interface? Static mighe be usefull, but then again,

Re: [Flashcoders] Inheritance and contructor issue

2006-10-23 Thread Janis Radins
that is not what is happening here. try this: class TestClass1 { public function TestClass1() { trace(TestClass1 TestClass1 TestClass1 ); } } class TestClass2 extends TestClass1 { private static var instance:TestClass2 = null; public static function get smething():TestClass2 {

Re: [Flashcoders] Some whining about AS2 interfaces

2006-10-23 Thread Andreas R
Because they *INTRIGUE* me Janis, and i'm excited about what they look like they can do on paper. AS2 doesn't conform to any kind of OOP standard anyway, so what's wrong with asking questions? The documentation states interfaces are good for API conformity, and that's what i'm trying to

Re: [Flashcoders] Some whining about AS2 interfaces

2006-10-23 Thread Jim Kremens
Re: Simgletons... you can have all other public methods in that class subscribe to interface methods, except 'getInstance()' or 'create()' or whatever. So singletons can definitely make use of interfaces. I agree that static methods would be useful, as would intrinsic getters and setters. Jim

[Flashcoders] Odd behavior of Camera after reconnecting to server

2006-10-23 Thread Karina Steffens
Hi List, I'm trying to figure out a bug that's driving me nuts, and since the FlashComm list is down, I hope someone here can shed some light on it. I have a customised chat application (FlashComm), where an advisor is talking to one or more clients. The advisor has a camera attached via a net

Re: [Flashcoders] find same label

2006-10-23 Thread David Buff
Sorry, more simple: don't push in a array and cast the array as string... just push in a string like: var myString:String = and myString+=value; David Buff - Original Message - From: David Buff [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com

[Flashcoders] Why would Selection.setFocus(mc) return false?

2006-10-23 Thread Tom Versweyveld | VERSO
Does anybody know why Selection.setFocus(mc) would return false, even if mc has a unique tabindex .it won't receive tabbing focus, unless you put it inside a handler: test_mc.tabIndex = 1; trace(Selection.setFocus(test_mc)); // traces false test_mc.onRelease = function() {

RE: [Flashcoders] find same label

2006-10-23 Thread Doug Coning
I actually like using associative arrays to test for duplicate values. Something like this: var findItem_array:Array = new Array(); for (var i = 0; i my_cb.dataProvider.length; i++){ if(findItem_array[my_cb.dataProvider[i].label){ my_cb.removeItemAt(i);

RE: [Flashcoders] Some whining about AS2 interfaces

2006-10-23 Thread Mark Lapasa
Re: only for polymorphism Interfaces are great for this because if you have a concrete class that implements an interface, that instance gains another (abstract) type in addition to it's concrete type. This allows you to upcast an instance to the abstract type and allows client code (the code of

Re: [Flashcoders] AS3 SVG embedding resources

2006-10-23 Thread info dehash
Hi all and thanks for the input. I agree with Dave that the svg does look bloated compared to swf, and Claus and Jaco's explanations make sense for why this is. So far from what I found I agree with Jaco that there is no golden rule for predicting filesize when embedding svgs except that usually

RE: [Flashcoders] EmbedFonts = true

2006-10-23 Thread Steven Sacks | BLITZ
You don't need separate textfields for bold, italics and bold italics. You make one html textfield and in that textfield you put r b i bi Make b bold, i italic, and bi bold italic. Then embed the characters you need. :) ___

RE: [FlashCoders] Delegates and performance

2006-10-23 Thread Steven Sacks | BLITZ
Well, if you're not changing anything in the timeline(s) of the movie (such as those animations or new movieclips), and you're only making a change to the classes, then you'll definitely benefit from using FLASC for those compiles. ___

Re: [Flashcoders] Washington DC Cold Fusion Developer Needed

2006-10-23 Thread Arlo Jamrog
Hi Dave- I've tried twice to get off the list, and for some reason keep getting emails. The address I'm trying to use is '[EMAIL PROTECTED]'. The list is great, but it's just too much email for me to handle at this point in my life. If you can help get me off it, I'd be grateful!

[Flashcoders] Zinc issues

2006-10-23 Thread Stan Vassilev
We just purchased a license for Zinc since we had to quickly pick a 3rd party projector with file load/save for a project. I'm using it with flex 2 framework / flash 9. It's kinda a letdown, first thing, it has a bad conflict with TortoiseSVN which caused it to crash right on startup. After

[Flashcoders] animationpackage library, onCallback ?

2006-10-23 Thread Wendy Richardson
Animationpackage: That's a fun library, has taken me too many hrs to get to where I almost want to go. Now I have 2 animations on curves, want them to run one after each other, and trying to start a second animation at the completion of the first, and I am trying to use onCallback from said

Re: [Flashcoders] animationpackage library, onCallback ?

2006-10-23 Thread Julien Vignali
Wendy, I'm afraid I can't help you with AnimationPackage but, you may have a look at the Fuse Engine which is a powerful sequence animation engine, and what you asked can be so easily done with this cool tool (full AS2 and OOP support, event callbacks, sequence manipulation...)

[Flashcoders] determining how much of one clip intersects another

2006-10-23 Thread Josh Santangelo
I'm working on a little component which is sort of like the fill-in bubbles on standardized tests. The user will use the mouse to scribble within a region. I'll draw into a clip which is on top of the region to fill it up. This is pretty easy. What I want to do is every time I draw into

[Flashcoders] FlashPaper

2006-10-23 Thread Éric Thibault
Hello all! Is there a way to change the styles of a flashPaper instance on stage, like setStyle(themeColor,0xff)? I would like to remove the halo green effects! Thanks a million Éric Thibault ___ Flashcoders@chattyfig.figleaf.com To change

RE: [Flashcoders] Q:Elementary Trig part 2

2006-10-23 Thread Jayson K Hanes
Ah well.. indeed -- point is still made the same in the end I gather. Looks like he got what he needed. -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Pete Miller Sent: Sunday, October 22, 2006 11:52 PM To: Flashcoders mailing list

[Flashcoders] Dynamically Distort Text?

2006-10-23 Thread Marc Hoffman
I need to dynamically distort user input text to fill a limited set of shapes. For example, the user might type in WINNERS and select a shape like the Arc d' Triomphe (flat-topped arch), and the tops of all the letters would be flat but the bottoms would be curved. This is more than just

Re: [Flashcoders] Q:Elementary Trig part 2

2006-10-23 Thread Mark Winterhalder
On 10/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Another way of stating my problem: Given an initial angle, and a circle with radius r, how do you determine the x,y coordinates of the point p1 on the circumference of this circle...assuming the circle's center is at 0,0.? Just use

Re: [Flashcoders] animationpackage library, onCallback ?

2006-10-23 Thread Muzak
Have you tried listening for the onEnd event of the MoveOnCurve instance? // pseudo code import mx.utils.Delegate; import de.alex_uhlmann.animationpackage.animation.*; import com.robertpenner.easing.*; function curveEndHandler(curve):Void { trace(curveEndHandler); } // replace params with