Tagged Questions
The flash10 tag has no wiki summary.
2
votes
1answer
103 views
Why is a linked list faster than Vector in AS3?
I tried the benchmark on this site: Array vs. Vector vs. Linked list. It tests the performance of iterating over said sequences.
Remarkably, iterating over a linked list is approximately 2.5x faster ...
1
vote
1answer
206 views
AS3, flash 10 - swap different colour rectangle in movieclip
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 action script 3.
Using frame:
A movieclip in which there are 6 frames
Red ...
1
vote
2answers
595 views
AS3, flash 10 - click on color button and write in textarea with that color font
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 ...
1
vote
4answers
2k views
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 ...
0
votes
2answers
107 views
How to declare a filled Vector?
I am using Vectors in Flash 10 for the first time, and I want to create it in the same way I used to do with Arrays, e.g:
var urlList : Array = [url1, url2, url3];
I have tried various different ...
0
votes
0answers
148 views
How to install flash 10 on android emulator 2.2
Hi
I am new to android, i am trying to install flash10 on android emulator 2.2 and i m able to install it but it is not supporting flash file in browser.So plz tell me how to do this.Please tell me ...
0
votes
1answer
384 views
flash 10, as3 - save text of textarea and reuse it to replace text in textarea
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 ...
0
votes
1answer
331 views
flash 10, as3 - wmode=“opaque” causes selection on textarea to behave wierdly after mouse is pressed and left stage
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 ...
0
votes
2answers
298 views
Flash 10, AS 3 - textarea problem - shows 2 lines when htmlText is set
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" ...
0
votes
2answers
189 views
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 ...