Re: [Flashcoders] a historical question

2008-12-29 Thread Jah
http://www.gskinner.com/blog/archives/2005/01/varicoseg_exper.html is that what you're looking for? i just googled flash growing vines and followed some links. On Mon, Dec 29, 2008 at 4:27 PM, Paul Freedman p...@freedmania.com wrote: Several years ago (in Flash 8, I'm almost positive) someone

[Flashcoders] multi language support and font embed/styling best practices?

2008-12-28 Thread Jah
greetings list. the team i am on is building an AS3 site that needs to support multi languages. I'm inquiring about best practices, custom built classes/solutions, etc for dealing with runtime font loading/sharing vs. embedding... basically a font management and styling solution allowing external

[Flashcoders] AS3 CSS + styling solutions

2008-12-23 Thread Jah
apologies if this is a tad vague, but i'm looking for a styling solution in AS3. We're looking for something that is more along the lines of a style manager to apply CSS formatting to be used in an MVC framework. if anyone knows of such tools please advise. thanks.

Re: [Flashcoders] AS3 CSS + styling solutions

2008-12-23 Thread Jah
text in multiple views. On Tue, Dec 23, 2008 at 12:01 PM, allandt bik-elliott (thefieldcomic.com) alla...@gmail.com wrote: what would you want to style with it? On Tue, Dec 23, 2008 at 3:59 PM, Jah flash@gmail.com wrote: apologies if this is a tad vague, but i'm looking for a styling

Re: [Flashcoders] Flash 8 textfields in a Flash 7 SWF

2007-03-21 Thread Jah
for the effects to take affect, you'd need to publish in version 8. since those with 7 won't be able to load that (or might not be able to with predictable results) using System.capabilities.version to detect version number might not solve your problem. so within a single swf, i don't think you

Re: [Flashcoders] practical limits to size of XML files?

2007-03-13 Thread Jah
on the subject of Xpath with large files, i've been impressed with the speed of XMLUtilities for large XML files. granted it really is just a wrapper for the built in XML functions, but i found it very fast and light. and really i hardly use a fraction of what Xpath is capable of anyway. sorry

Re: [Flashcoders] class files have stopped compiling?

2007-03-12 Thread Jah
i think an extenstion was published ... for MX 2004 this is what he speaks of: http://www.adobe.com/cfusion/exchange/index.cfm?extid=1016963view=sn111 On 3/12/07, Merrill, Jason [EMAIL PROTECTED] wrote: I'm running MX04 Professonal. I don't see this command. Must be in F8. It is. But you can

Re: [Flashcoders] Crossdomain for president

2007-03-02 Thread Jah
that would require them to know the domains that they are allowing, which is somewhat impossible... no? On 3/2/07, John Crosby [EMAIL PROTECTED] wrote: Howdy all, Wouldn't it be nice if Yahoo starts adding crossdomain.xml files to their public services such as weather and del.icio.us so that

[Flashcoders] tabbing in flash

2007-02-12 Thread Jah
hello list, simple question for youis there anyway to modify the yellow bounding box around form fields when tabbing through them? I've tried searching the livedocs for something on the subject, but apparently i'm not using the right keyword here as nothing is coming up to help. thanks in

Re: [Flashcoders] tabbing in flash

2007-02-12 Thread Jah
thanks. apparently one has to treat it as skinning a component. On 2/12/07, Muzak [EMAIL PROTECTED] wrote: docs: _focusrect Muzak - Original Message - From: Jah [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Monday, February 12, 2007 4:53 PM Subject: [Flashcoders

Re: [Flashcoders] text length difference

2007-02-02 Thread Jah
most likely it is the font face='someFont' and /font that are making up the extra characters. if you were to trace the text, not htmlText you'll see that. On 2/2/07, PR Durand [EMAIL PROTECTED] wrote: Hi list! I have a text in a value, the text length is 502, I fill my htmlText with it, the

Re: [Flashcoders] full screen window

2007-01-30 Thread Jah
i think this is still in the realm of techniques illegitimate designs used in the early days of the web. additionally... you should probably consider how many users won't return to your site bc you've messed with thier primary browser settings, as most users might not have the knowledge to turn