flash10

Flash10 Triangle Rendering

I know about Papervision 3D. However, alot of the realism there comes from textures. Does anyone know of a benchmark that shows how many single-color, flash-shaded 3D triagnels flash10 can reasonably render? I can't find this benchmark online or an engine for this (most seems to really value bitmaps / texture). Thanks! ...

Flex 4 vs JavaScript Options (Cappuccino, JQuery, etc.)

Rehashing an older post: http://stackoverflow.com/questions/1570070/jquery-vs-flex-choosing-a-platform-for-saas We are preparing to develop an application that is exceptionally dynamic and interactive. It's particularly heavy on the graphics side. We are 85% convinced that Adobe Flash built atop Flex is the right path to take, however...

Flash 10, AS 3 - textarea problem - shows 2 lines when htmlText is set

hi everyone... I am using a TextArea. I set its htmlText as follows: textArea.htmlText = '<P ALIGN="CENTER"><FONT FACE="_sans" SIZE="14" COLOR="#FFFF00" LETTERSPACING="0" KERNING="0"></FONT></P>'; The problem is that there are always 2 lines in text area when it runs......when i remove this i get usual one line but then i m not able...

AS3, flash 10 - click on color button and write in textarea with that color font

hi everyone I want to do as follows: * click a "red" button * write in textarea with red color font * click "blue" button * write in textarea with blue color font Isn't this possible in flash 10 using AS3 ?????? I tried using setTextFormat but the problem is i have to have text before inserting format on that. This is what i want: ...

flash 10, as3 - wmode="opaque" causes selection on textarea to behave wierdly after mouse is pressed and left stage

hi everyone... I m using textarea in flash 10 cs5 as3. The problem is when i try to select a text and go out of stage and leave the mouse then again move mouse on text then selection of text will move with the mouse. Here is what causes that: * click somewhere on the text and drag the mouse in order to select the text * then go out of...

flash 10, as3 - save text of textarea and reuse it to replace text in textarea

hi everyone Is it possible to save text of textarea (flash 10, as3, cs5) in some variable or so and with its textformat (more than one color) and then reuse it to replace text in textarea? I tried saving htmlText of textarea but the problem is when i replace it in textarea tags causes problem. There will always be another extra line. ...

[SOLVED] AS2, flash 10 - swap different colour rectangle in movieclip

hi everyone I am trying to create a basic example. Using frames i know how to do that but i want to know how this can be done using as3. Using frame: A movieclip in which there are 6 frames: Red rectangle in first 3 frames Blue rectangle in last 3 frames Can someone please tell me how to do this using AS3? Thanks alot for help Re...