Re: [Flashcoders] PureMVC vs Cairngorm // who's better?

2011-06-23 Thread Joel Stransky
RIA. >> >> >> >> thanks >> > > __**_ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.**com > http://chattyfig.figleaf.com/**mailman/listinfo/flashcoders<http://chattyfig.figleaf.com/m

Re: [Flashcoders] PureMVC or RobotLegs ?

2010-09-14 Thread Joel Stransky
t;>> Flashcoders@chattyfig.figleaf.com > >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >>> ___ > >>> Flashcoders mailing list > >>> Flashcoders@chattyfig.figleaf.com > >&g

Re: [Flashcoders] Flex Coders List

2009-11-18 Thread Joel Stransky
Thank you friends. On Wed, Nov 18, 2009 at 9:53 AM, Paul Andrews wrote: > Joel Stransky wrote: > >> What is the Flex equivalent of this mailing list? >> >> >> > Surprisingly.. http://groups.yahoo.com/group/flexcoders/ > > > >

[Flashcoders] Flex Coders List

2009-11-18 Thread Joel Stransky
What is the Flex equivalent of this mailing list? -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Converting .swf playback to .mov

2009-10-21 Thread Joel Stransky
s the way to go, I'd just like to get some alpha (key) control over the output that doesn't require me recording it over a green background. Thanks for any direction. -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcod

[Flashcoders] Re: getCharBoundaries and display lists

2009-10-20 Thread Joel Stransky
Wow, it's definitely something with AIR. I switched over to fp10 in my publish settings and it worked fine. Doesn't really solve the issue just gives us a little more insight as to what's happening. On Tue, Oct 20, 2009 at 1:17 PM, Joel Stransky wrote: > I'm getting some

[Flashcoders] getCharBoundaries and display lists

2009-10-20 Thread Joel Stransky
ilding an AIR app as opposed to a normal .swf. Any idea what gives and why my textfield needs to be added prior to calling getCharBoundaries? -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Catalyst

2009-09-30 Thread Joel Stransky
S3 too? > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > ___ > Flashcoders mailing list &

Re: [Flashcoders] best way to use external interface

2009-09-30 Thread Joel Stransky
Keep in mind as a second parameter to ExternalInerface.call() you can pass arguments. There's actually some hidden power to EI where the js doesn't even need to exist physically in the html. You can actually write js right from EI and then call it and or delete it later. http://www.actionscript.or

Re: [Flashcoders] time based smooth animation w/ GTween. HELP!

2009-09-11 Thread Joel Stransky
ic function get timingMode():String > public function set timingMode(value:String):void > > but cannot figure out how to implement it... > > help ! thanks ! > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf

[Flashcoders] debugging events

2009-09-03 Thread Joel Stransky
. Is there a good way to verify that events are being broadcast or to debug wtf the handler never gets triggered? Thanks. -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.c

[Flashcoders] Weird htmlText line break behavior

2009-08-21 Thread Joel Stransky
to be recognized. Thoughts? -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Duplicate multiple lines in FlashDevelop?

2009-08-18 Thread Joel Stransky
That is awesome! On Tue, Aug 18, 2009 at 3:15 PM, Latcho wrote: > Then let me be your champ today. > http://greencollective.nl/blog/?p=24 > Latcho > > > Joel Stransky wrote: > >> Thanks, you're a big help champ. >> >> On Tue, Aug 18, 2009 at 11:58 AM

Re: [Flashcoders] Duplicate multiple lines in FlashDevelop?

2009-08-18 Thread Joel Stransky
http://www.materiaprima.co.uk/ >> >> Sidney de Koning wrote: >> >>> Yeah it is, they call it copy-pasting ;-) The key command is CTRL-C to >>> copy and CTRL-V to paste... Think it even works on a mac too... >>> One extra key command, but still incredibly use

[Flashcoders] negative scale

2009-08-18 Thread Joel Stransky
Know of any good workarounds for when you need to set the scale to negative? as in mySprite.scaleX = -1; //scaleX only accepts positive integers. -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Duplicate multiple lines in FlashDevelop?

2009-08-18 Thread Joel Stransky
Seems like it'd be an incredibly useful feature. On Tue, Aug 18, 2009 at 9:40 AM, Pedro Taranto wrote: > don't know about multiple lines, but to duplicate a simple line just use > CTRL+D > > -- > Pedro Taranto > > > Joel Stransky wrote: > >> Anyone

[Flashcoders] Duplicate multiple lines in FlashDevelop?

2009-08-18 Thread Joel Stransky
Anyone know how? Like if I want to dupe an entire function sig. -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] FlexBuilder 3 auto-complete vs. FlashDevelop

2009-08-14 Thread Joel Stransky
pe: > > ar CTRL+SPACE ENTER [ > > Lame. > > On top of that, if you make a typo in FlexBuilder or FDT, the hints go > away. If you press CTRL+SPACE and there's a typo you get no hints. In > FlashDevelop, typos are forgiven and code hints still show up, and again, > &qu

Re: [Flashcoders] Type Coercion failed: library symbols and custom classes

2009-08-14 Thread Joel Stransky
so you get an >> coercion error. >> >> Try passing a LoaderContext object with ApplicationDomain.current to the >> Loader. >> (From memory); >> >> var context:LoaderContext = new >> LoaderContext(false,ApplicationDomain.current); >> loader.load(request,context); >

Re: [Flashcoders] Type Coercion failed: library symbols and custom classes

2009-08-14 Thread Joel Stransky
ionDomain.current to the > Loader. > (From memory); > > var context:LoaderContext = new > LoaderContext(false,ApplicationDomain.current); > loader.load(request,context); > > > Cheers > Juan Pablo Califano > 2009/8/14 Joel Stransky > > > This I just don'

[Flashcoders] Type Coercion failed: library symbols and custom classes

2009-08-14 Thread Joel Stransky
course I lose my custom props and methods. Any idea on how to deal with this properly? Thanks. -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] manage conent of multiple frames with a single framescript

2009-08-06 Thread Joel Stransky
#x27;t do it that way. What do you > people think about it ? > > Thanks in advance ! > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Just a stupid question (hope you can help me)

2009-07-22 Thread Joel Stransky
.figleaf.com >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> >> > > > __ Information from ESET NOD32 Antivirus, version of virus > signature database 4261 (20090720) __ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Filtering xml with E4X

2009-07-22 Thread Joel Stransky
;> Website >>> Game >>> Application >>> >>> >>> >>> And another >>> >>> Game >>> Website >>> >>> >>&g

Re: [Flashcoders] Getting hypertext to work

2009-07-14 Thread Joel Stransky
___ >> Flashcoders mailing list >> Flashcoders@chattyfig.figleaf.com >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> > > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] To Void or not to void?? That is my question..

2009-07-14 Thread Joel Stransky
of the basics like gotoAndPlay? or does >>>>> it >>>>> literally mean a return(); ??? >>>>> >>>>> Thanks for any clarification anyone can give me. >>>>> >>>>> Best, >>>>> >>>>>

Re: [Flashcoders] styled text disappears when clicked or animated

2009-07-09 Thread Joel Stransky
ginal Message- >> From: flashcoders-boun...@chattyfig.figleaf.com >> [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Joel >> Stransky >> Sent: Friday, 10 July 2009 9:37 a.m. >> To: Flash Coders List >> Subject: [Flashcoders] styled text disappea

Re: [Flashcoders] Is this error prone? [loading multiple images]

2009-07-09 Thread Joel Stransky
oved. > > Otherwise, as far as I know, that looks like it should be fine to get > reference to the loader again and remove the event listener. > ? > > Ktu > > On Tue, Jul 7, 2009 at 12:50 PM, Joel Stransky >wrote: > > > I'm wondering if I can use a for loop

[Flashcoders] styled text disappears when clicked or animated

2009-07-09 Thread Joel Stransky
s bad boy and get some sleep. :) -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Is this error prone? [loading multiple images]

2009-07-07 Thread Joel Stransky
to using throw away loaders? -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Author Time RadioButtonGroups

2009-05-22 Thread Joel Stransky
work. For anything else I'm used to declaring the display object in my document class but I don't know what scope radiobuttongroups have so I'm a little confused. -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcod

Re: [Flashcoders] Tween a matrix transformation

2009-05-01 Thread Joel Stransky
As with everything else you beat me to it Jack. Congrats on v11! --Joel On May 1, 2009, at 10:04 AM, "Jack Doyle" wrote: You could do this: var matrix:Matrix = mc.transform.matrix; TweenLite.to(matrix, 1, {a:1.5, b:0.2, c:0.2, d:1.5, tx:100, ty:100, onUpdate:applyMatrix, onUpdateParams:[mc,

Re: [Flashcoders] Dynamicly created text-pages...

2009-04-23 Thread Joel Stransky
fastest way I > guess. > > Any thoughts on this subject? > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ F

Re: [Flashcoders] Fake Preloading

2009-04-16 Thread Joel Stransky
doesn't have a preloader. > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com

Re: [Flashcoders] Smart Preloading

2009-04-16 Thread Joel Stransky
h kind regards, > > > > Dennis > > Isioux > > ___ > > Flashcoders mailing list > > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > __

Re: [Flashcoders] ColorTransform GTween

2009-04-10 Thread Joel Stransky
en(clip,2,{color:0xFFcc00}); > >>>>> myTween.setAssignment(clip.transform,"colorTransform"); > >>>>> > >>>>> //resulting in flickering of color of the clip. > >>>>> > >>>>> Jiri > >> > >> __

Re: [Flashcoders] Math: Is this correct?

2009-04-10 Thread Joel Stransky
_ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] id3 runtime error

2009-04-02 Thread Joel Stransky
Are they id3 version 1 or 2? --Joel On Apr 2, 2009, at 7:51 PM, "Dave Segal" wrote: I have a bug that is driving me nuts. I am loading an mp3 file from the same server as my swf. About 1 in 30 tries when trying to reading the id3 tags after the ID3 event I get a runtime error telling me I

Re: [Flashcoders] Flashplayer "positioning"

2009-04-02 Thread Joel Stransky
> Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] AS3 Object reference

2009-03-30 Thread Joel Stransky
> > >> > >> > >> photoStrip_mc["thumbnail" + i + "_mc"]._width > >> > >> > >> > >> Thanks ahead, T > >> > > > > ___ > > Flashcoders mailing list > > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > ___ > > Flashcoders mailing list > > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] ?: how to prevent users to copy text from a TextArea?

2009-03-27 Thread Joel Stransky
___ >>> Flashcoders mailing list >>> Flashcoders@chattyfig.figleaf.com >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>> >>> _______

Re: [Flashcoders] Tips for newbie

2009-03-20 Thread Joel Stransky
m, but, how to do that in flash? >> Sorry if it sounds lazy, but, my cable is off and I need gather most tuff >> possible to get home and use it a lot at weekend. >> >> Thanks in advance >> >> >> > > -- > > Glen Pike > 01326 218440 > www.glenpike.co.uk <http://www.glenpike.co.uk> > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flash Future - Unity3D, iPhone and performance

2009-03-20 Thread Joel Stransky
ze comes to mind again. > > Is there a market for Unity 3D? I'm sure there is and their demo site shows > that as well. > Does this affect Adobe/Flash? I seriously doubt it. As Taka pointed out: > >> Unity is pretty kick-ass, but Unity != Flash >> > One is a game deve

Re: [Flashcoders] Flash Future - Unity3D, iPhone and performance

2009-03-20 Thread Joel Stransky
mes, that is not its main purpose. > > You can't build a website in Unity... therefore, the only real > semi-contender to Flash is Silverlight, I really don't think Flash is > in too much danger at the moment. > > > > On Fri, Mar 20, 2009 at 11:32 AM, Joel Stransky

Re: [Flashcoders] Flash Future - Unity3D, iPhone and performance

2009-03-20 Thread Joel Stransky
> Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] crossdomain policy requests

2009-03-19 Thread Joel Stransky
s? > > Glen > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com _

Re: [Flashcoders] tiny remoting with weborb in as3 pure sang

2009-03-12 Thread Joel Stransky
;flex.messaging.config.ConfigMap", ConfigMap); > } > > > Now my questions: > Is this the best way to keep it tiny and pure AS3 without mxml > Do I drop functionallity here if it comes to remoting (and not to the > remote data processing) ? > Can this be done in an oher AS3 wa

Re: [Flashcoders] find and delete XML nodes

2009-03-09 Thread Joel Stransky
>> delete >>> them if they meet certain criteria. It's probably simple but its late and >>> brain fatigue is setting in. >>> >>> Say I had this node >>> >>> >>> >>> >>> >>> >>> >

[Flashcoders] find and delete XML nodes

2009-03-08 Thread Joel Stransky
I have some xml nodes where I need to evaluate their attributes and delete them if they meet certain criteria. It's probably simple but its late and brain fatigue is setting in. Say I had this node How would I find and delete any who's id is "b" ?

Re: [Flashcoders] Actionscript 3.0 Coding Niggles

2009-03-08 Thread Joel Stransky
books but still don't quite get this. I am after all trying to > learn a new programming language without any previous experience with > programming languages. > > Any help with this hopefully simple problem would be gratefully > appreciated. > > Thanks, > Ali Hitch > ___

Re: [Flashcoders] advice to ms word/xml

2009-03-06 Thread Joel Stransky
f.com] On Behalf Of Juan > >>> Anzaldo > >>> Sent: donderdag 5 maart 2009 22:14 > >>> To: Flash Coders List > >>> Subject: Re: [Flashcoders] advice to ms word/xml > >>> > >>> You can use dreamweaver in code view > >>> > &g

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
it is a POS, but I set my > own color scheme and everything so mine's all tricked out and it's not > half as bad as it is with default settings ;) > > - Taka > > On Fri, Mar 6, 2009 at 11:34 AM, Joel Stransky > wrote: > > Hahaha. FlashDevelop pwns you! > >

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
Hahaha. FlashDevelop pwns you! On Fri, Mar 6, 2009 at 1:55 PM, whispers wrote: > P.O.S. Actions panel 4 LIFE!!! > > > :) > > -Original Message- > From: flashcoders-boun...@chattyfig.figleaf.com > [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf O

Re: [Flashcoders] include directive ...

2009-03-06 Thread Joel Stransky
ing list >> Flashcoders@chattyfig.figleaf.com >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] advice to ms word/xml

2009-03-05 Thread Joel Stransky
ah didn't read it that way. On Thu, Mar 5, 2009 at 3:37 PM, Fabio Pinatti wrote: > you didn't get it. Clients send content in word. My problem was copy/paste > that content. > > On Thu, Mar 5, 2009 at 4:58 PM, Joel Stransky >wrote: > > > why on earth would yo

Re: [Flashcoders] advice to ms word/xml

2009-03-05 Thread Joel Stransky
___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] OOP AS3 learning

2009-03-05 Thread Joel Stransky
___ > > Flashcoders mailing list > > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] [AS3] Dynamic and Static text field font conflict work arounds

2009-03-04 Thread Joel Stransky
one for embedding... > > However, why not just set your static textFields to dynamic... > > You can use the font in your library by setting the font to exportName* > > - Taka > > On Wed, Mar 4, 2009 at 12:02 PM, Joel Stransky > wrote: > > Sorry I meant exported f

Re: [Flashcoders] [AS3] Dynamic and Static text field font conflict work arounds

2009-03-04 Thread Joel Stransky
mbedded the font in the dynamic > text field and it worked... > > > > On Wed, Mar 4, 2009 at 11:16 AM, Joel Stransky > wrote: > > I've finally run into a situation where I really need the same font both > > embeded and used statically. > > I've been sear

[Flashcoders] [AS3] Dynamic and Static text field font conflict work arounds

2009-03-04 Thread Joel Stransky
I've finally run into a situation where I really need the same font both embeded and used statically. I've been searching the web and there a lots of mentions of the bug but I've yet to find a great work around. Does anyone have a preferred or elegant fix they can recommend? --

Re: [Flashcoders] money question AJAX style apps or flash?

2009-03-03 Thread Joel Stransky
coders mailing list >>> Flashcoders@chattyfig.figleaf.com >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>> >>> >>> >> ___ >> Flashcoders mailing list >> Flashcoders@chattyfig.figleaf.

Re: [Flashcoders] Which way is best...

2009-02-18 Thread Joel Stransky
eaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] play sound via linkage

2009-02-13 Thread Joel Stransky
__ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] capturing mouse events for layered sprites

2009-02-03 Thread Joel Stransky
Join the Bank of America Flash > Platform Community > Interested in innovative ideas in Learning? Check out the Innovative > Learning Blog and subscribe. > > > > > _______ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com >

Re: [Flashcoders] OT: Internet Explorer 8

2009-02-03 Thread Joel Stransky
_ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] capturing mouse events for layered sprites

2009-02-03 Thread Joel Stransky
g Blog and subscribe. > > > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] trace command in .as3 docs

2009-01-30 Thread Joel Stransky
gt; > > > Thanks. > > Rebecca > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com __

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Joel Stransky
rn Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/

Re: [Flashcoders] Error Instantiating Object

2009-01-27 Thread Joel Stransky
en > I do not use an array and all I do is try to create a single object. > > My slide class has a constructor: > >public function Slide(primaryText:String, secondaryText:String, > imagePathString:String, slideLinkText:String, slideLi

Re: [Flashcoders] [AS3] height not right

2009-01-25 Thread Joel Stransky
e IDE out of AS2...that's a value neutral > statement, by the way, people like what they like. > > --Matt > > On Sun, Jan 25, 2009 at 11:06 AM, Joel Stransky >wrote: > > > Thanks Matt, > > I understand I can work out the height manually but I'm trying to wr

Re: [Flashcoders] [AS3] height not right

2009-01-25 Thread Joel Stransky
an 25, 2009 at 2:06 PM, Joel Stransky wrote: > Thanks Matt, > I understand I can work out the height manually but I'm trying to write a > function into the main stage that can read the height of any child swf. The > names and locations may vary so its not that attractive of a solut

Re: [Flashcoders] [AS3] height not right

2009-01-25 Thread Joel Stransky
t; > var functionalHeight:Number = item.y + item.height; > > --Matt > > On Sun, Jan 25, 2009 at 10:30 AM, Joel Stransky >wrote: > > > *height not right* > > -- > > Create two .fla's called SizeParent.fla and SizeChild.fla. > &

[Flashcoders] [AS3] height not right

2009-01-25 Thread Joel Stransky
I keep getting 20. What gives? -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Re: Dynamically resize Flash

2009-01-19 Thread Joel Stransky
consider the other dimension as 0. The fix for this was setting both properties everytime even if one never changes. On Mon, Jan 19, 2009 at 2:05 PM, Joel Stransky wrote: > Hmm, I'm using BrowserCanvas in my current project and having zero issues > aside from it breaking swfaddress in IE7

Re: [Flashcoders] Re: Dynamically resize Flash

2009-01-19 Thread Joel Stransky
implemented by Mustard Lab). Unfortunately it does need to work with > >>> SWFObject. > >>> > >>> Any ideas would be much appreciated, > >>> > >>> Cheers, > >>> CB. > >>> > >>> > >>> > >> ___ > >> Flashcoders mailing list > >> Flashcoders@chattyfig.figleaf.com > >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >> > >> > >> > > > > ___ > > Flashcoders mailing list > > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] [AS3] Cleaning Up (timelines, movieclips and events)

2009-01-16 Thread Joel Stransky
gt; > > -- > Olivier Besson (gludion) - (33 1) 44 64 78 99 > http://www.gludion.com > http://blog.gludion.com > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] [flash textfield] lose formatting

2009-01-16 Thread Joel Stransky
gt; Version: 8.0.176 / Virus Database: 270.10.8/1897 - Release Date: > >>> 16-1-2009 > >>> 6:52 > >>> > >>> > >>> ___ > >>> Flashcoders mailing list > >>> Flashcoders@chattyfig.figleaf.com > >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >>> > >>> > >>> > >> > >> > >> > >> > >> > > > > ___ > > Flashcoders mailing list > > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > -- > Fábio Pinatti > :: web.developer > www.pinatti.com.br > :: 19. 9184.3745 / 3342.1130 > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] [AS3] Cleaning Up (timelines, movieclips and events)

2009-01-15 Thread Joel Stransky
tion with AS3. Cleaning up movie clips is *hard*. > There is a list of things that must be done, and they've made it hard to do > all that. > > Here's a decent place to start reading: > http://www.gskinner.com/blog/archives/2008/04/failure_to_unlo.html > > > > 200

Re: [Flashcoders] [AS3] Cleaning Up (timelines, movieclips and events)

2009-01-14 Thread Joel Stransky
gt; Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chatt

[Flashcoders] [AS3] Cleaning Up (timelines, movieclips and events)

2009-01-13 Thread Joel Stransky
g parent to frame 2 but what I want to be sure of is the memory taken up by child.swf is freed up. How would I gaurantee this happening? -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Partially drawing a graphic?

2009-01-13 Thread Joel Stransky
t; seem to find anything like that. If anybody has any clever suggestions, >> I'd >> love to hear 'em... >> >> --T >> ___ >> Flashcoders mailing list >> Flashcoders@chattyfig.figleaf.com >> http://chatty

Re: [Flashcoders] Partially drawing a graphic?

2009-01-12 Thread Joel Stransky
t; > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > > > -- > > Cheers, > Nate > > http://blog.natebeck.net > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] localconnection and loading

2009-01-12 Thread Joel Stransky
ction to > fail? > > thanks in advance > a > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com __

Re: RE : [Flashcoders] create object with getDefinition and pass parameters using apply ?

2009-01-09 Thread Joel Stransky
gt; > Cheers, > Nate > > On Thu, Jan 8, 2009 at 9:39 PM, Patrick Matte | BLITZ < > pma...@blitzagency.com> wrote: > > > That wouldn't help, I'm writing a class that can create any kind of > objects > > and pass any number of argument to that object a

Re: [Flashcoders] Auto Reply: Flashcoders Digest, Vol 16, Issue 11

2009-01-09 Thread Joel Stransky
1) 4 88 89-19 > > http://www.masterkitchen.de > > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders

Re: [Flashcoders] create object with getDefinition and pass parameters using apply ?

2009-01-08 Thread Joel Stransky
t; > Is there any way to do this ? > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > ______

Re: [Flashcoders] How do you access this mailing list ...

2009-01-08 Thread Joel Stransky
n this. > > > > Cheers. > > SF. > > ___ > > Flashcoders mailing list > > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > ____

Re: [Flashcoders] Auto Reply: Flashcoders Digest, Vol 16, Issue 8

2009-01-07 Thread Joel Stransky
; ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flas

Re: [Flashcoders] design pattern diagrams...

2009-01-07 Thread Joel Stransky
those objects to communicate. >>> >>> How do I accomplish this without calling to the function in the parent? >>> ___ >>> Flashcoders mailing list >>> Flashcoders@chattyfig.figleaf.com >>&g

Re: [Flashcoders] design pattern diagrams...

2009-01-07 Thread Joel Stransky
___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Patrick Jakub Jankun added you as a connection on Plaxo

2009-01-07 Thread Joel Stransky
Plaxo any more? Go to: > http://www.plaxo.com/stop?src=email&et=1&est=nolevels&etv=nnic1b2&el=en > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Strans

Re: [Flashcoders] convert data passed to swf to be a sound or video object in flash player 10?

2009-01-06 Thread Joel Stransky
_ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] RE: Interactive Developer, NYC | 90-100k (Beau Gould (OSS))

2009-01-05 Thread Joel Stransky
ailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flash

Re: [Flashcoders] AS3: Dispatching events to further listeners, but not to itself

2008-12-23 Thread Joel Stransky
// XXX and to dispatch it to PlayingTable - fails :-( > >dispatchEvent(event); > } > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] use get / set functions or make your own

2008-12-10 Thread Joel Stransky
om > >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > >> > > ___ > > Flashcoders mailing list > > Flashcoders@chattyfig.figleaf.com > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] use get / set functions or make your own

2008-12-09 Thread Joel Stransky
Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.176 / Virus Database: 270.9.15/1839 - Release Date: 9-12-2008 > 9:59 > > ____

Re: [Flashcoders] Soma Protest

2008-12-08 Thread Joel Stransky
_ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] My rights - site not paid for.

2008-12-08 Thread Joel Stransky
_ >> Flashcoders mailing list >> Flashcoders@chattyfig.figleaf.com >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> >> ___ >> Flashcoders mailing list >> Flashcoders@chattyfig.figleaf.com >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> > > ___ > Flashcoders mailing list > Flashcoders@chattyfig.figleaf.com > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- --Joel Stransky stranskydesign.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] What design pattern would this be?

2008-12-07 Thread Joel Stransky
Thanks Latcho, That is actually very helpful. Now that I look at it I can see definitely would be over engineering in this case but it will be good practice for me. On Sun, Dec 7, 2008 at 11:32 AM, Joel Stransky <[EMAIL PROTECTED]>wrote: > Thanks Jiri, > I had not seen that site. I

Re: [Flashcoders] Registration Point of Clips (Scale 9)

2008-12-07 Thread Joel Stransky
ly. >> >> Also, what about Text Fields within these Clips. >> >> Anyone have an opinion on this. >> >> ChHeers, >> SF. >> > > ___ > Flashcoders mailing list >

  1   2   >