Questions tagged [adobe-flash-cs3]
33 questions
10
votes
1 answer
What's the 11th number glyph?
I see it, but it makes no sense.
What the heck is the 11th number glyph? For that matter, why does each one have an extra glyph?
This is Flash CS3 Professional edition.

Cyclone
- 17,939
- 45
- 124
- 193
4
votes
6 answers
Hide a Button in AS3?
I have a button called myBtn.
In my actions in Frame 1, I have tried both:
myBtn.visibility = false;
myBtn.enabled = false;
Both give me the same error:
1120: Access of undefined property myBtn.

wesbos
- 25,839
- 30
- 106
- 143
2
votes
1 answer
Actionscript 3.0 warning as error
Is it possible to configure Adobe Flash CS3 ActionScript to make it treating warnings as errors?

Nick
- 3,205
- 9
- 57
- 108
2
votes
0 answers
can I access scanner attached to system using Adobe Flash?
can I access scanner attached to system using Adobe Flash?

ashishb
- 534
- 7
- 17
2
votes
0 answers
Adobe Flash Builder 4.7 with flex sdk for making JW player
I'm making JW player. I have installed Adobe Flash Builder.
When I try to parse the XML file of JW player with ANT, ANT is not parsing my XML file completely and throws an exception.
Here is screen what I'm getting in exception…

imran ali
- 21
- 1
1
vote
1 answer
How to resume animation from last position irrespective of whether I pause it on main timeline animation or child/grandchild MC animation?
I have found a generic recursive loop that stops/pauses all child movieclips. If I change stop to play in the code, it plays all child movieclips simultaneously. I want it to resume only one animation at a time. I want a generic recursive loop that…

sanjay
- 11
- 2
1
vote
1 answer
How to create Adobe Air Internet Radio?
I am going to develop Adobe Air Internet Radio. I have knowledge of designing of Adobe Air application & also I found SHOUTcast Radio Directory API but I dont know how to use it. Can any one please suggest hints how to use in application. Thanks

Mr. Sajid Shaikh
- 7,051
- 4
- 21
- 35
1
vote
1 answer
Need to create a pause/resume toggle button in Flash CS3 AS3
OK, I have seen a lot of questions and answers on how to code pause/resume buttons, but none of them fit my specific need. First let me explain what I have:
I have made a tutorial video for my job. It consists of screens shots and sounds. I have a…

cholverson
- 61
- 1
- 7
1
vote
1 answer
how to add "Click" event to SWF file
i have SWF file. i want to send the user to another page when he clicks the SWF file
1- i tried to wrap the SWF file with tag but it did not works
2- i tried to add javascript events like "onclick" but it didnot works too
so i think the best…

trrrrrrm
- 11,362
- 25
- 85
- 130
1
vote
2 answers
Flash Error #1063 Argument count mismatch AS3
I'm trying to mix two tutorials in one game. Level 3 is previously used in a action script file but I transferred it into a normal AS3 timeline.
I get this error:
ArgumentError: Error #1063: Argument count mismatch on…

Ordin Ayroso
- 13
- 1
- 1
- 3
0
votes
1 answer
How to access data from row in Grid while selecting it so that further it can be used in Text Field below in Adobe Flex (ActionScript)?
I've created a Grid that takes data from an XML file. I need to get the entire row value and display them in the text field below accordingly. I was able to achieve the row index of the selected row but couldn't get the entire row data.
I tried…

Chaitanya
- 1
- 1
0
votes
0 answers
Adobe Flash CS3 make MovieClip hidden
I have a MyGame.fla with some animation "MyAnim"(MovieClip). I want this animation to be hidden and stopped initially. I plan to start and show it when some button is clicked.
Of course, I can just type something…

Nick
- 3,205
- 9
- 57
- 108
0
votes
1 answer
Unexpected file format when trying to open a .fla file
I am trying to customize a video player skin from f4player (http://code.google.com/p/f4player/downloads/detail?name=f4player-beta-v1.00.zip [the file is mySkin.fla]).
I am using flash cs3 pro and I get the error "Unexpected file format" when trying…

slemdx
- 1,055
- 2
- 16
- 19
0
votes
1 answer
Dragging more than one item in Adobe Flash CS3 Actionscript
I've been trying to program a game in my class on Digital Media, and have run up to a huge roadblock concerning draggable items. I first managed to make one item that could be dragged with the mouse using this code (the movie clip is called…

Jascha
- 1
- 1
0
votes
2 answers
splitting values and putting it in a text box in AS3
I enter a set of 4 values in one text box and i display it in a splitted way in 4 other small text boxes using this code:…

Reshni
- 1
- 1