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

RE: [Flashcoders] Q:Elementary Trig part 2

2006-10-22 Thread Jayson K Hanes
Been awhile since I've explained this to anyone.. lets see how this goes! SOHCAHTOA (so-ca-toa) Sin(a) = opposite/hypotenuse Cos(a) = adjacent/hypotenuse Tan(a) = opposite/adjacent a = angle in RADIANS *not* degrees.. you'll have to convert degrees to radians with knowing: ..there are PI

RE: [Flashcoders] WhiteBoard app

2006-08-15 Thread Jayson K Hanes
http://www.electro-server.com/Examples/whiteboard/whiteboard.html 20 User trial of the server is at no cost with no limitations. -Jayson -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Weldon MacDonald Sent: Tuesday, August 15, 2006

RE: [Flashcoders] [:::] appending html toavar for displaynot workingand code not runnign as expected.

2006-08-15 Thread Jayson K Hanes
My 2 cents var a = [null, undefined, , somnething, null, undefined]; var i=0; while (ia.length) if (a[i++].length) trace(do something with +a[i-1]); variable.length is 0 and thus viola ? -Jayson -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL

RE: [Flashcoders] [:::] appending html to a var for display not

2006-08-15 Thread Jayson K Hanes
You need them if your rendering html in those fields, though -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of dnk Sent: Tuesday, August 15, 2006 7:54 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] [:::] appending html to a

[Flashcoders] Invert text in textbox

2006-08-11 Thread Jayson K Hanes
Are there any new ways to invert text in a text box with html tags or otherwise? (such as white text on a black background for THAT text only among other text in the same box).. as we can do in browser html/css with: span style=FILTER: Invert; background:#ff;Inverted black/spannot

RE: [Flashcoders] efficient htmltext.reduce() function? or similaridea?

2006-01-17 Thread Jayson K Hanes
PROTECTED] On Behalf Of Jayson K Hanes Sent: 17. januar 2006 01:54 To: Flashcoders mailing list Subject: [Flashcoders] efficient htmltext.reduce() function? or similar idea? Does anyone have any divine wisdom for safely and efficiently reducing an htmltext string down in size? I've been

RE: [Flashcoders] efficient htmltext.reduce() function? orsimilaridea?

2006-01-17 Thread Jayson K Hanes
a regular html tag look compared to a reduced one? What exactly does the algorithm do? I apologize for side tracking, I hope you find the answer you're looking for Jayson. H On 1/17/06, Jayson K Hanes [EMAIL PROTECTED] wrote: Thanks gunnar.. I've used regex stuff for simple string

RE: [Flashcoders] efficient htmltext.reduce() function? orsimilaridea?

2006-01-17 Thread Jayson K Hanes
Thanks for your detailed effort, Julius, but, I'm afraid you do not understand. I need to be able to arbitrarily truncate and html string to maintain a stable length, without damaging the html to the point of mucking up flash's ability to render it. I don't want to strip anything, I need to

RE: [Flashcoders] efficient htmltext.reduce() function? orsimilaridea?

2006-01-17 Thread Jayson K Hanes
Yes you have the issue understood! :) -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Julius - XK Sent: Tuesday, January 17, 2006 6:05 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] efficient htmltext.reduce() function?

[Flashcoders] efficient htmltext.reduce() function? or similar idea?

2006-01-16 Thread Jayson K Hanes
Does anyone have any divine wisdom for safely and efficiently reducing an htmltext string down in size? I've been using old code for a while that simply loops looking for html tags.. and if it's a known paired tag set (like font), looks for the closing tag, and then, substring's from that point

RE: [Flashcoders] Way to get URL of host page?

2005-11-23 Thread Jayson K Hanes
That's utterly useless in attempts to foil an swf that is used by way of someone else's html on another server... it is good information but can't be used the way that it would be most desirable. Flash needs to have this ability natively through the ocx.. without the dependence of html

[Flashcoders] script running slowly .. um.. WHERE?

2005-11-18 Thread Jayson K Hanes
Ok I've never really cared much on this... but.. I'm editing a movie made by a 3rd party and its buggy And it occurred to me... when you see the script is running slowly message.. why the heck doesn't flash tell you WHERE What function? What movieclip? It would be just so useful... and