Questions tagged [flash-10]
17 questions
10
votes
5 answers
Compile for Flash 10.1 in Flash Professional CS6
I'm currently working on a project for a Samsung Smart TV.
This project will require Flash, and the specifications state to compile for Flash 10.1 if I want to use it on the TV. However, I'm looking at the publishing options in Flash Professional…

Serge
- 1,974
- 6
- 21
- 33
9
votes
4 answers
Does Flash10 + p2p really work?
I've been googling around and I still can't get it. Some people say: here you go, just use it. Others claim it has certain restrictions that does not allow you to use p2p the way you want it in Flash.
So, here's a simple question: is it possible to…

orion3
- 9,797
- 14
- 67
- 93
6
votes
2 answers
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 methods but none seem to work, and I have settled on…

soulBit
- 438
- 6
- 15
2
votes
2 answers
swfupload not working with Flash 10
I'm using jquery and swfupload in order to upload files and photos.
Worked fine till now, but it seems it doesn't like Flash 10.
It stopped working the moment I upgraded Flash.
Anybody had this problem? How did you solve it?
Thank you very much!

user122038
- 23
- 3
2
votes
2 answers
Flash 10: How to stream data to a local file?
I need something like FileStream class in Adobe AIR, but needs to work in Flash Player.
I know there is FileReference#save(), but it can only save the whole file at once, which does not work if the size of the data to be saved is larger than the…

bartekb
- 203
- 6
- 14
2
votes
1 answer
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 than a Vector.. What is the reason for this…

Stefan Dragnev
- 14,143
- 6
- 48
- 52
2
votes
3 answers
Not Detecting Flash 10: World's Most Widespread Web Video Bug?
Here's the Question: What is the best way to make sure that your requirement for Flash Version "x" on a site will properly detect presence of later-version Adobe Flash Player Version "10" (or "1y" for that matter)?
Now here's the mystery: Why are so…

orcmid
- 2,618
- 19
- 20
1
vote
3 answers
Load SWF Compiled for Flash 10 into Flash 9 SWF
Is this possible? I would like to have a main swf that can be viewed by users who either have flash 9 or flash 10 installed. Inside of this swf, a separate module will be loaded only for users who have flash 10 installed. This module will use some…

ghempton
- 7,777
- 7
- 48
- 53
1
vote
1 answer
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 rectangle in first 3 frames
Blue rectangle in last 3…

user427969
- 3,836
- 6
- 50
- 75
1
vote
2 answers
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 ??????
I tried using setTextFormat but the problem is i…

user427969
- 3,836
- 6
- 50
- 75
1
vote
4 answers
Flex 4 vs JavaScript Options (Cappuccino, JQuery, etc.)
Rehashing an older post:
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…

ylluminate
- 12,102
- 17
- 78
- 152
0
votes
2 answers
FileReference.save() duplicates ByteArray
I've encountered a memory problem using FileReference.save(). My Flash application generates of a lot of data in real-time and needs to save this data to a local file. As I understand, Flash 10 (as opposed to AIR) does not support streaming to a…

bartekb
- 203
- 6
- 14
0
votes
1 answer
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 htmlText of textarea but the problem is when i replace it…

user427969
- 3,836
- 6
- 50
- 75
0
votes
1 answer
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 mouse.
Here is what causes that:
* click somewhere on…

user427969
- 3,836
- 6
- 50
- 75
0
votes
2 answers
textarea shows 2 lines when htmlText is set
I am using a TextArea. I set its htmlText as follows:
textArea.htmlText = '';
The problem is that there are always 2 lines in text area when it…

user427969
- 3,836
- 6
- 50
- 75