Questions tagged [cs3]
78 questions
1
vote
1 answer
Line tool in Flash CS3 appears jagged
Can anyone help me? I us Flash CS3 a lot to draw, and usually, as it should be, the line tool draws a clean vector line. But sometimes when I use this tool the line appears jagged, as if it were a bitmap. What's happening? Did I accidentally hit a…
Marco Ribeiro
1
vote
2 answers
Flash Input Masks (AS3)
Does anybody know how to implement input masks for flash textfields? (AS3)
H3li0
0
votes
2 answers
Gapless playback of sequential sounds in Flash
I'm making a flash, which is basically a very simple tracker. My question is about sequential playback and more specifically timing problems.
The SoundChannel-object conveniently provides a SoundCompleted-event, but relying on that results in tiny…

nikc.org
- 16,462
- 6
- 50
- 83
0
votes
3 answers
How to read the value of a text input in a Flash SWF from a Flex App?
I have a Flex application, which loads a SWF from CS3. The loaded SWF contains a text input called "myText". I can see this in the SWFLoader.content with no problems, but I don't know what type I should be treating it as in my Flex App. I thought…

MidnightGun
- 1,006
- 1
- 19
- 39
0
votes
1 answer
Add links to specific points of a flash video
I am attempting to insert links into a video as it is played back. So that a link and descriptive text appear either on or below a video as the narrator movies between subjects. I'm work with a flash video. I think I need to do this using…
David Hamilton
0
votes
1 answer
How can I create simple installer, that install single image file?
I am working with old "cs3 flash" project, and to save image in file system, i need to create .exe installer that install one image.
0
votes
1 answer
flash cs3 component problem
I have been using custom swc based components for my new flash game. I was nearly through with the engine development when I decided to update some of my placeholder graphics. I made the necessary changes only to find that my component wouldn't…

David
- 253
- 2
- 4
- 12
0
votes
3 answers
Calling a method inside web service in action script 3.0
I need to call a method inside web service and passing to it it's parameters from action script 3.0
can anyone help me plz? i searched all over the internet and found solutions with flex and i am not working with flex i am working with action script…

Ahmy
- 5,420
- 8
- 39
- 50
0
votes
2 answers
How can I best convert an AS1/AS2 application to an ActionScript3 application?
I have a program consisting of multiple SWF's. An AS2-SWF loads a bunch of AS1-SWFs.
It's a crappy program. I'd like to specify the GUI in MXML and perhaps refactor some code to AS3. However, converting all of the 300+ symbols to AS3 or whatever…

JurgenW
- 307
- 2
- 4
- 18
0
votes
1 answer
Dragging an object on a mask in Flash
I have a small task in Flash, that I'm having a little trouble with.
First of all, I have 2 layers. The first is a gradient with various colors, on top of that is the second layer, which is a shape tween(movie clip). For those of you using CS4, a…

KdgDev
- 14,299
- 46
- 120
- 156
0
votes
1 answer
Is it possible to use SWC files with Flash CS3 Professional?
I hate CS5, so I'm trying to stick with CS3. However, I'm doing a Facebook app, and I need to use the GraphAPI, which is a swc file. So far, I cannot figure out how to use the swc file with Flash CS3 Professional. CS5 has a "browse to swc file"…

user359519
- 711
- 2
- 16
- 28
0
votes
2 answers
Making Movie Clips in CS3 for use within FlashDevelop
I'm making a game in actionscript using the FlashDevelop tool and the FlashPunk game engine. I have a designer making movie clips for me to put into this game using Flash CS3.
My problem is that when I add these movie clips into my game they are…

John Lilley
- 159
- 1
- 3
- 13
0
votes
2 answers
i need to implement some mouse/flash animation object interactivity, can anyone please help?
Sorry if this is a bit longwinded. I need to model a couple of 3d objects in a separate 3d application, then animate them, import these animations into flash cs3 and then trigger these animations with a mouse. So, for example, a box object will open…

Sambad
- 1
0
votes
1 answer
Flash AS2: accessing header movieclip in accordion
I want to create a list with flash cs3 using the accordion component (the user clicks on a row, and the row expands). The icon of the header is a movieclip "My_icon":
var oAccordion_1:Object = oAccordion.createChild("Datasheet", "Icon",…

Ilyssis
- 4,849
- 7
- 24
- 30
0
votes
1 answer
Muting all sound for a streaming video in Actionscript-2
So I'm trying to mute a streamed video. For now I'm working with one in the same directory.
var flvURL = 'flvInThisDirectory.flv';
var netConn:NetConnection = new NetConnection();
netConn.connect(null);
var netStream:NetStream = new…

Alkanshel
- 4,198
- 1
- 35
- 54