Flash CS3 is the version 3 of Adobe Flash Professional tool, part of Adobe's Creative Suite.
Questions tagged [flash-cs3]
261 questions
0
votes
1 answer
Can SWC with functions be used by Adobe Flash IDE
I created SWC with classes, functions and symbols. When I trying import it to library in Adobe Flash CS3 nothing happens. If I create SWC without functions it is imported to library without problems. Is it expected behaviour? Or is it bug of Adobe…

Artem Andreev
- 19,942
- 5
- 43
- 42
0
votes
1 answer
Flashproblems using specialcharacters (å,ä,ä etc) from database
I have a problem with a flashpage I am developing. It sends a request to a database through a php-file and retrieve a text that I place in a textfield. The problem is that the swedish and other specialcharacters is shown in code format looking like…

bajen micke
- 309
- 1
- 7
- 18
0
votes
3 answers
Flash animation -- how can I stop looping and remain on the last image/frame?
I am new to Flash and cannot get an FLA animation to stop on the last frame. I have used the "stop()" command in Actionscript, but this command either (i) stops the animation and goes to a blank white frame (possibly the first frame of the…

user998186
- 1
- 1
- 1
- 1
0
votes
2 answers
Is it possible to use the SeekBar component in YouTube ActionScript 3.0 Player API?
I'm fiddling around with the YouTube ActionScript 3.0 Player API. It's pretty cool and simple but one thing i can't seem to get to work, nor find any info on the web:
I want to use the SeekBar component with the Youtube API. I tried this, which…

Switching Brains
- 290
- 4
- 15
0
votes
1 answer
XML-Youtube video in flash AS3
I was making a player which calls videos from youtube.com and displays it in my flash playback component. The script loads the videos fine but when i want the flash to load the same video ID from an external XML data source, it loads the youtube…

Amit
- 1
- 4
0
votes
1 answer
What part of the actionscript goes in the scene and what part goes in the clip?
I just finished a small task for school in Flash and I'm wondering about about the reasons to put Some actionscript in the scene and other in the movie clip.
Info: I'm using Flash CS3 and ActionScript 2.
I uploaded the file here, for anyone who…

KdgDev
- 14,299
- 46
- 120
- 156
0
votes
1 answer
after loading a flash movie the form stops working
I'm a total begginer in flash and action script, I do have some knowledge in other programming languages.
By trying to help a friend I added a contact form in his company website, that was made by someone else.
his site is full flash with a index…

MicPic
- 184
- 1
- 8
0
votes
1 answer
how to Export Flash Player 10 compatible SWF from Flash CS3?
is there any way to export flash player 10 compatible swf from flash cs3 or for that i have to purchase Flash CS4??
is there any way to add new Flash Players in Publish Settings of Flash???
Thanx.

hardik
- 9,141
- 7
- 32
- 48
0
votes
3 answers
How to solve TypeError: Error #1009: Cannot access a property or method of a null object reference while calling swf from flex 3
I'm new to flash . I have called this flash code in Flex using SWF loader .I got the following Error. Here I've attached flash coding for header_text_fla Kindly do the needful.
TypeError: Error #1009: Cannot access a property or method of a null
…

James
- 19
- 1
- 4
0
votes
2 answers
I am trying to play .m4a file using stream method. but its not working
var video:Video = new Video();
addChild(video);
var netCon:NetConnection = new NetConnection();
netCon.connect(null);
var streamNS:NetStream = new NetStream(netCon);
//streamNS.client =…

Benny
- 2,250
- 4
- 26
- 39
0
votes
1 answer
Disable map drag on mouse drag for google map using flash api
i want to disable the map drag when user try to drag the map
i am using flash cs3 and Google map api.
please help me.

HTML
- 51
- 1
- 10
0
votes
4 answers
Reference objects on stage/frame from document class
I've searched around and found similar questions to this, but the answers (accepted ones, even!) are either hacky, appear to have rather little to do with the actual question, or just aren't working when I try them.
I'm trying to reference objects…

hoff2
- 774
- 3
- 9
- 25
0
votes
4 answers
Actionscript problem in Dynamic TextField
Is possible to make a word as button within the dynamic textField in flash as3?

Benny
- 2,250
- 4
- 26
- 39
0
votes
1 answer
multiple objects in flash (detecting object in event)
I want to create something like a scratch with 3 options. First website sends info about which field is correct. then flash replaces 2 movie clips with 'wrong' image and 1 with 'good' image. I already created scratch evect but in only works on 1…

Kaminari
- 1,387
- 3
- 17
- 32
0
votes
1 answer
Coloring flash symbols with two objects
Hey Folks, I am a newbie to Illustrator and flash. Here I have two objects; background and highlight. Highlight has a certain amount a opacity set to it 45%, so it appears lighter then the background. I want to color just the background in as3/flash…

Harsh Vardhan
- 675
- 1
- 11
- 24