[Flashcoders] ComboBox Component and preloader

2007-08-16 Thread Kerry Thompson
it to? Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe

RE: [Flashcoders] ComboBox Component and preloader

2007-08-16 Thread Kerry Thompson
don't have to be too gentle. I've been programming for 25 years. It's just some aspects of Flash I'm not yet familiar with. -Kerry -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Kerry Thompson Sent: Thursday, August 16, 2007 8:52 PM

RE: [Flashcoders] porting to Flash 8

2007-08-16 Thread Kerry Thompson
, myRoot.getNextHighestDepth()); It's probably better to use DepthManager, especially if you're going to have components, to get the depth. Regardless, you'll have much more maintainable code with AS2 (or AS 3, if FP 9 is your target). They're much more OOP-oriented. Cordially, Kerry Thompson

RE: [Flashcoders] porting to Flash 8

2007-08-16 Thread Kerry Thompson
Jesse Graupmann wrote: This works, but it's not really doing anything specific to AS2.0 :-) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] porting to Flash 8

2007-08-16 Thread Kerry Thompson
me your class name and movie clip name (the library symbol), I'll give you the line of code to attach it to your movie clip, subclass and all. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

RE: [Flashcoders] ComboBox Component and preloader

2007-08-17 Thread Kerry Thompson
a lot on it lately. Thanks, Hans. I'll try that. Now that you mention it, there is a warning in the docs about that. As to ComboBox woes, I have my share of horror stories to share. But I'll spare you. Cordially, Kerry Thompson ___ Flashcoders

RE: [Flashcoders] [OT] Improve my design skills

2007-08-17 Thread Kerry Thompson
Jesse Graupmann wrote: Just look around, go to a contemporary bookstore Ok, since it's Friday afternoon, I'll bite. What's a bookstore? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

RE: [Flashcoders] ComboBox Component and preloader

2007-08-18 Thread Kerry Thompson
working. Thanks for pointing me in the right direction, Hans. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

RE: [Flashcoders] ComboBox Component and preloader

2007-08-19 Thread Kerry Thompson
very code-intensive. It calculates what you need to save for retirement, and uses some heavy-duty actuarial math, but few graphics. So, the piece is very light, and the load bar is superfluous on broadband. Even on a 28.8 modem, it only takes a couple of seconds to load. Cordially, Kerry Thompson

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-19 Thread Kerry Thompson
. Start with those two, and you really can't go wrong. There are a lot of other good books, but I consider those the cream of the crop. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive

RE: [Flashcoders] accessing super fields

2007-08-20 Thread Kerry Thompson
inherited, not declared. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

RE: [Flashcoders] accessing super fields

2007-08-20 Thread Kerry Thompson
Hans Wichman wrote: okay thanks that comes as closest to an explanation as I'd like I guess, but. If I declare a method test() in superclass, i can call it from the subclass using super.test(). Whether I have overwritten it or not. So why doesnt the same go for fields. I think

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-20 Thread Kerry Thompson
. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting

RE: [Flashcoders] accessing super fields

2007-08-20 Thread Kerry Thompson
Hans Wichman wrote: yep they should have copied that [private and protected] from java years ago :)) Or from C++ years before Java was born ^_^ Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-20 Thread Kerry Thompson
prototype approach. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-20 Thread Kerry Thompson
model easier to understand than the class/object model? I'll admit to having a strong bias for the class model from my time with C++ and Lingo, and having a tough time when first introduced to the prototype model. Cordially, Kerry Thompson

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-20 Thread Kerry Thompson
, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-21 Thread Kerry Thompson
neither procedural nor OOP. They're just the basics. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-21 Thread Kerry Thompson
Troy Rollins wrote: since everyone knows that cats don't know their own names. Unless you believe e. e. cummings ^_^ Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-21 Thread Kerry Thompson
Mark Winterhalder wrote: You can't just teach somebody to snowboard without first teaching them how to ski. Ooh, that's going to get a reaction from the boarders. I'm going to go wax my skis and stay out of this one ^_^ Cordially, Kerry Thompson

RE: [Flashcoders] Intro to OOP using ActionScript

2007-08-21 Thread Kerry Thompson
what Kerry Thompson wrote. Alan was quoting me. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

RE: [Flashcoders] Do we like the same books?

2007-08-22 Thread Kerry Thompson
Ambivert wrote: I just joined Shelfari to connect with other book lovers. Come see the books I love and see if we have any in common. Then pick my next book so I can keep on reading. What does this have to do with Flash? ___

RE: [Flashcoders] Property Access (was: Intro to OOP using ActionScript)

2007-08-22 Thread Kerry Thompson
, and performance was more of an issue than it is now. Still, it's a perfectly logical and solid OOP implementation. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

RE: [Flashcoders] flv playback speed control

2007-08-24 Thread Kerry Thompson
. Or, when you want to change tempo, delete the old timer and replace it with one with a new interval. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

RE: [Flashcoders] AS3 Events, Delegates and passing parameters

2007-09-02 Thread Kerry Thompson
EKA+ wrote: The event model concept it's not very for a newbee POO developper I understand your point, and agree. I must have been asleep at the switch, though. What is a POO developer? Cordially, Kerry Thompson ___ Flashcoders

RE: [Flashcoders] AS3 Events, Delegates and passing parameters

2007-09-03 Thread Kerry Thompson
or spoken. Now, back to Flash before we get chastised by the moderator. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo

RE: [Flashcoders] Static without extending Movieclip (2.0)

2007-09-07 Thread Kerry Thompson
you're creating a component (the only uses I know of for static classes is components and class libraries). AS2 components are, by definition, Movie Clip subclasses, so you have to make the class extend MovieClip. Cordially, Kerry Thompson

RE: [Flashcoders] RESUME: Senior Flash/Flex Developer

2007-09-07 Thread Kerry Thompson
Give him a sample problem and time his generation of a solution Who, the recruiter or the candidate? ;-) Ok, it's Friday. Back to Flash. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search

RE: [Flashcoders] RESUME: Senior Flash/Flex Developer

2007-09-06 Thread Kerry Thompson
times I've been swamped and looking for a reliable third hand. But not professional recruiters. My 2 ¥ Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

RE: [Flashcoders] Static without extending Movieclip (2.0)

2007-09-07 Thread Kerry Thompson
of components. For example: class com.services.myClass extends MovieClip The keyword static is conspicuously absent there. Perhaps that's the confusion. You don't declare the class static like you would a method or a property. Is that more clear? Cordially, Kerry Thompson

RE: [Flashcoders] Function call from a function

2007-09-07 Thread Kerry Thompson
+ years experience, and I spent my first 6 Flash months on Newbie before I came over here. I never felt out of place, and, once I felt I had a good enough handle on Flash's way of doing things, I signed up for Flashcoders. Cordially, Kerry Thompson

RE: [Flashcoders] Function call from a function

2007-09-07 Thread Kerry Thompson
be a better forum. I am still on Flashnewbie, but now I answer more questions than I ask, which is as it should be. I couldn't have made it to where I am now without the help I got there, and it's my turn to help the next wave, many of whom will surpass me. Cordially, Kerry Thompson

[Flashcoders] Compound interest formula

2007-09-15 Thread Kerry Thompson
8% annual return, and you want $1,000,000 in 25 years, how much do you need to set aside each month? TIA. Cordially, Kerry Thompson ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http

RE: [Flashcoders] Compound interest formula

2007-09-16 Thread Kerry Thompson
Thanks, Danny. I should be able to convert it to ActionScript. Cordially, Kerry Thompson Here it is in Lingo (from my book - sorry some line breaks have come in, I'm on a computer with no Director so I had to cut and paste from the documentation). The second function is the one you're

RE: [Flashcoders] Compound interest formula

2007-09-16 Thread Kerry Thompson
of formulas in Wikipedia under Time value of money. I think this is the one I want: http://en.wikipedia.org/wiki/Time_value_of_money#Example_5:_Calculate_the_v alue_of_a_regular_savings_deposit_in_the_future. I'll convert that to ActionScript and post it for the archives. Cordially, Kerry

[Flashcoders] Welcome Back

2007-10-19 Thread Kerry Thompson
it diminished in any way. Again, our aim is to expand the Flash list environment and complement the existing lists. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

RE: [Flashcoders] Non-latin glyphs for custom fonts not embedded in textFields

2007-10-23 Thread Kerry Thompson
if the problem persists. This is a little out of date, but still relevant to people using non-Unicode fonts. It's an article I wrote for MX Developer's Journal, and it's online now at http://director-online.com/buildArticle.php?id=1143 Cordially, Kerry Thompson

[Flashcoders] Temporary refuge

2007-10-24 Thread Kerry Thompson
as CTO. He'll get it fixed, sooner rather than later. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] as3 + non english input charCode ?

2007-12-13 Thread Kerry Thompson
View, you do Regional and Language Options - Change Keyboards - Add - Russian. Then set the input field to Arial Unicode MS, and it might work. Other than that, you might have to go to a Russian system to input Russian characters. Cordially, Kerry Thompson Snowbound in Boston

RE: [Flashcoders] Arabic

2007-12-18 Thread Kerry Thompson
attention to your graphics. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Arabic

2007-12-18 Thread Kerry Thompson
you read a bi-di text file, or XML, or a string passed from, say, an ASP page? Or do we need to wait for Astro? Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

RE: [Flashcoders] Re: AIR Printing V.S. Sytem issue

2007-12-30 Thread Kerry Thompson
will. Be patient. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Executing external ,exe witn AIR

2008-01-02 Thread Kerry Thompson
. Or Director. It's also Adobe, an excellent wrapper for Flash, and a powerful product in its own right. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Zinc port hell

2008-01-08 Thread Kerry Thompson
for the desktop or for a Flash wrapper for desktop apps. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Dispatch or Call?

2008-01-17 Thread Kerry Thompson
Jason Merrill wrote: After 30 days you'll need to either feed the tigers or unsubscribe. :) Actually, that only applies to our subscribers in San Francisco :^| ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] MultiLanguage

2008-01-22 Thread Kerry Thompson
was furious with me because I made his company look bad. I guess they would have rather let the client ship an error-filled product rather than look bad. Can't say I was too unhappy to leave that company. Cordially, Kerry Thompson ___ Flashcoders

RE: [Flashcoders] MultiLanguage

2008-01-23 Thread Kerry Thompson
. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] MultiLanguage

2008-01-23 Thread Kerry Thompson
and Korean). To me, everything points to yes, you are doing everything right, except perhaps using the right font. Or, possibly, if you're embedding the font, you simply need to include the Korean characters. Cordially, Kerry Thompson ___ Flashcoders

RE: [Flashcoders] MultiLanguage

2008-01-24 Thread Kerry Thompson
, and Arial Unicode MS does have Korean characters. The Arial installed on my system does not. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] MultiLanguage

2008-01-24 Thread Kerry Thompson
something really specialized. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] MultiLanguage

2008-01-24 Thread Kerry Thompson
choose the language up front, then load a swf with just the right character set embedded. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Framerate performance

2008-02-14 Thread Kerry Thompson
graphics with a limited range of colors (the palette). Instead of representing an actual color, each byte is an index into a palette, so there's an additional step there that must be performed during rendering. It's not so simple after all. Cordially, Kerry Thompson

RE: [Flashcoders] Testing

2008-02-14 Thread Kerry Thompson
0-1-0-1 5 ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] How do you do this?

2008-02-25 Thread Kerry Thompson
Dwayne Neckles wrote: I firmly believe its not as hard as it seems... check out mr d00b's site.. And where might that be? A Google search turned up nothing that looks relevant. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders

RE: [Flashcoders] Is there any grid component in AS 3.0

2008-03-11 Thread Kerry Thompson
oriented towards Flex. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Debugging issue

2008-03-11 Thread Kerry Thompson
, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Debugging issue

2008-03-11 Thread Kerry Thompson
, another thing I noticed--you have a lot of spaces in your file names. That's not a good idea for Internet apps. Concatenate, or use an underscore instead. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

RE: [Flashcoders] pixel-accurate _xmouse tracking?

2008-03-12 Thread Kerry Thompson
when you zip across the screen. You might try some sort of interpolation algorithm if you need every pixel, like in a drawing program. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

RE: [Flashcoders] Arabic and other character sets text entry

2008-03-12 Thread Kerry Thompson
-di). Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Arabic and other character sets text entry

2008-03-12 Thread Kerry Thompson
. Patrick's day is this weekend ^_^ Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] to mac or not to mac

2008-03-17 Thread Kerry Thompson
of audio, video, and graphics tools. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Decorator Pattern - removing a decorator

2008-03-20 Thread Kerry Thompson
is--don't just follow the gurus. Understand the guru's approach, then choose what's useful to you. The gang of four, as good (and popular) as they are, don't have all the answers. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders

RE: [Flashcoders] Variable scope within for loops: reusing iterator variables

2008-03-23 Thread Kerry Thompson
} for (i = 0; i someOtherArray.length; i ++) { // do something even cooler } } Make sense? Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

RE: [Flashcoders] Variable scope within for loops: reusing iteratorvariables

2008-03-24 Thread Kerry Thompson
that AS3 is more strict about these sorts of things than AS2. AS2 was really just syntactic sugar for AS1, and wasn't strict at all. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

RE: [Flashcoders] Outsourcing (was: Tweening Engines for AS3)

2008-03-27 Thread Kerry Thompson
, expectations, and a host of other issues that it often costs more to send something overseas. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Outsourcing (was: Tweening Engines for AS3)

2008-03-27 Thread Kerry Thompson
as spritePos or detectCollision. And don't get me started on code commenting. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Outsourcing (was: Tweening Engines for AS3)

2008-03-28 Thread Kerry Thompson
. At the end of the day, Indians are, well, people. Outside of cultural issues, there is no significant difference between a Gunjeet Parma and a Sharon Jones. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

RE: [Flashcoders] books for flash programming

2008-04-03 Thread Kerry Thompson
you understand what's happening in your ActionScript code, and how to optimize and organize it. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] books for flash programming

2008-04-03 Thread Kerry Thompson
and some other Web-oriented languages. What is clear is that, at the moment, Web-oriented development is the growth field, more so than desktop apps. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

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

2008-04-14 Thread Kerry Thompson
that sort of language? I'm not the list mom, and don't pretend to speak for anybody but myself, but that does make me uncomfortable. Please? Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

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

2008-04-15 Thread Kerry Thompson
language? A: An American. Ok, back to code. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Language translation from English to german/russian etc

2008-04-23 Thread Kerry Thompson
. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Language translation from English to german/russian etc

2008-04-23 Thread Kerry Thompson
, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Sr. Flash Developer Position

2008-04-25 Thread Kerry Thompson
Bob Wohl wrote: I have read over your entire document and I have to tell ya, those requirements are pie! Yeah, and the position is in Santa Monica, too. Who wouldn't want to live there? Great town! Cordially, Kerry Thompson ___ Flashcoders mailing

RE: [Flashcoders] Sr. Flash Developer Position

2008-04-30 Thread Kerry Thompson
a respected member of the list, drive you away. I have personally responded to postings here and on Flash_Tiger, and consider these job posts a valuable resource. Cordially, Kerry Thompson Michael, My 2 cents: Please don't stop posting jobs to this group. I am sure there are folks on this list who

RE: [Flashcoders] Flash Unicode issue (Latin extended Romanian chars)

2008-05-06 Thread Kerry Thompson
the library doesn't work, as I have found out the hard way. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Flash Unicode issue (Latin extended Romanian chars)

2008-05-06 Thread Kerry Thompson
regular letters, probably in the system default font. I embedded the font in the text field (a static text field), and it displays the music notes I want. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

RE: [Flashcoders] Best way...

2008-05-13 Thread Kerry Thompson
. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Info mailing list

2008-05-15 Thread Kerry Thompson
Romuald Quantin wrote: This mailing list is great but could you share with me some nice general actionscript mailing list you might know? http://groups.yahoo.com/group/Flash_tiger Cordially, Kerry Thompson ___ Flashcoders mailing list

RE: [Flashcoders] AS3: How can I target an object from a dot-sytax string?

2008-06-11 Thread Kerry Thompson
strArray:Array; var clsRef:Class; strArray = a.split(.); clsRef = getDefinitionByName(strArray[0]) as Class; return new clsRef(); } I'm sure there are bugs in there, but that's the basic approach I'd take. Cordially, Kerry Thompson

RE: [Flashcoders] Library fonts, embedding non-latin character sets

2008-06-12 Thread Kerry Thompson
many do you include in your font? Do you really need the 15th-century character for county magistrate in Hunan province? I'm not being facetious. These are realities that font makers face. Cordially, Kerry Thompson ___ Flashcoders mailing list

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Kerry Thompson
emoticon to appear in mid-text anywhere' I meant horizontally between the left and right margins. If you can place an image, you can specify the font. Use Wingdings for that one character--it has a smiley face at 0x45, I believe. Cordially, Kerry Thompson

RE: [Flashcoders] Real Time Lip Sync

2008-06-12 Thread Kerry Thompson
analysis. You might need to write an ActiveX in C++ (if you're targeting IE on Windows), or a Firefox plugin. It can be done--it's not easy, and you might run into problems with customer acceptance of an ActiveX control, but it's still an option. Cordially, Kerry Thompson

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-12 Thread Kerry Thompson
upstairs to start the oven for tonight's jerk chicken ^_^ Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Inserting Smiley Images in Textarea

2008-06-13 Thread Kerry Thompson
emoticons? You could create a custom font for that. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Insert breakpoints and run debugger without Flash CS3?

2008-06-13 Thread Kerry Thompson
two posts. Give the folks some time to answer. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Paste rich text possible in Flash?

2008-06-17 Thread Kerry Thompson
to format print output with RTF, and if I can do it without documentation, anybody can. It's cryptic, though, and much more sensitive to minor deviations than HTML. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

RE: [Flashcoders] Bitrate discrepancy in AS3 streaming?

2008-06-20 Thread Kerry Thompson
already .mp3-compressed, you shouldn't need to compress if further in Flash. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Flash player crashes

2008-06-23 Thread Kerry Thompson
is that it does what you tell it to, not what you want it to. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Flash player crashes

2008-06-23 Thread Kerry Thompson
that bug that it was the VM's fault, then I'd notice something, and I'd be off and running, chasing that bug, slowly spiraling ever close to the true culprit. Good luck! Cordially, Kerry Thompson -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf

RE: [Flashcoders] switch statement more efficient than if...else?

2008-06-25 Thread Kerry Thompson
to be a better way to write code than that. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Hebrew text

2008-06-30 Thread Kerry Thompson
think there is a reasonable way to do it in FP 9. I haven't even heard if FP 10 will support bi-di input. I suspect it will, but I've not heard confirmation from Adobe on that. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders

RE: [Flashcoders] Warning: 3596: Duplicate variable definition.

2008-06-30 Thread Kerry Thompson
= e.target as MenuButtonSub; buttons:Array = _subMenuButtons; break; } Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo

RE: [Flashcoders] Warning: 3596: Duplicate variable definition.

2008-06-30 Thread Kerry Thompson
: clip = e.target as MenuButtonSub; buttons:Array = _subMenuButtons; break; } Sorry--cut and paste error. The case 1 reference to buttons should be buttons = subMenuButtons; without the :Array type identifier. Cordially, Kerry Thompson

RE: [Flashcoders] Warning: 3596: Duplicate variable definition.

2008-07-01 Thread Kerry Thompson
haven't run into that syntax before. What does the asterisk do for the var type? Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Warning: 3596: Duplicate variable definition.

2008-07-01 Thread Kerry Thompson
. Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Hebrew text

2008-07-01 Thread Kerry Thompson
text up into multiple text fields, and perhaps used a special font. It also helps to be brilliant as she is, but hard work is more the key. Or, wait for F10, which will support bi-di. I think it's in beta, so it can't be far off. Cordially, Kerry Thompson

RE: [Flashcoders] Warning: 3596: Duplicate variable definition.

2008-07-01 Thread Kerry Thompson
. Not that they don't have their place, but I appreciate the compiler nagging me about mis-typed variables. I'd rather the compiler nag me than spend half a day chasing down a bug stemming from untyped variables. Cordially, Kerry Thompson ___ Flashcoders

RE: [Flashcoders] CS3 Debugger DOES NOT WORK ON OSX?

2008-07-07 Thread Kerry Thompson
writing AS2 or AS3? Cordially, Kerry Thompson ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Netstream fails to close

2008-07-09 Thread Kerry Thompson
Steven Sacks wrote Move to AS3. ;) Alexander, Mary wrote: Does anyone have a solution for AS2? LOL. One of the best pieces of advice I've seen on the lists! You made my day, Steven. Cordially, Kerry Thompson ___ Flashcoders mailing list

  1   2   3   4   >