The flash-10 tag has no wiki summary.
0
votes
0answers
134 views
How to Redirect from Flash website to Asp.net website page on login?
I am new to flash, I am using Action script 2.0. I have a flash website from which i enter username and password and on Log in button click i want to redirect to Asp.net Website page.
Following is my ...
6
votes
3answers
2k views
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 ...
2
votes
1answer
511 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 ...
0
votes
2answers
898 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 ...
1
vote
1answer
286 views
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 ...
0
votes
1answer
580 views
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
490 views
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 ...
1
vote
2answers
886 views
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 ...
0
votes
2answers
388 views
textarea 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" ...
1
vote
4answers
2k views
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 ...
0
votes
2answers
232 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 ...
0
votes
1answer
967 views
Flex - Can I retrieve the ByteArray from a FileReference class using Adobe Flash Player 9?
I am trying to retrieve the ByteArray from a file selected using the FileReference class so that I can pass this to a Web Service call that I am making to Sharepoint.
Is there any way I can do this ...
9
votes
4answers
4k views
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.
...
2
votes
2answers
1k views
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 ...
2
votes
2answers
671 views
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 ...
1
vote
3answers
1k views
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 ...
0
votes
2answers
3k views
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 ...
2
votes
3answers
2k views
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 ...