Flash CS3 is the version 3 of Adobe Flash Professional tool, part of Adobe's Creative Suite.
Questions tagged [flash-cs3]
261 questions
7
votes
3 answers
trace() is not working in flashbuilder 4?
i'm trying to use actionscript 3.0 and using trace(), it never outputs content of trace of variable either in flash player or in output area?
how to coorect or should i enable something?
whats the problem?

Abhilash Muthuraj
- 2,008
- 9
- 34
- 48
7
votes
4 answers
How do I get the user's screen resolution in ActionScript 3?
Is there a way ActionScript 3 can detect the user's screen resolution?

markblue777
- 829
- 3
- 13
- 28
6
votes
3 answers
Flash Security.AllowDomain()
I've got a Flash movie, loading data from an external URL. In fact, it's a RSS reader inside a banner.
Everything works perfectly when the Flash movie and data URL are on the same domain. However, if the Flash movie is on another domain, Flash…

Gerrit
- 1,579
- 5
- 16
- 23
6
votes
2 answers
Live Preview on a Flex (compc) generated SWC
Does anyone know what criterea Flash uses for discovering the Live Preview class for a Component?
Background
We are attempting to automate the creation of a SWC that contains a component to be used from Flash. We are able to make it visible to flash…

Richard Szalay
- 83,269
- 19
- 178
- 237
5
votes
4 answers
Passing a variable between frames with actionscript 3
I am new to actionscript 3.0 and I'm experiencing difficulty trying to pass a variable that is created and set in frame 1 to a dynamic text box that is added to the stage in frame 4.
on frame 1 the variable is set from information entered by the…

Jennifer
- 51
- 1
- 1
- 2
5
votes
2 answers
Documentation for Adobe Flash CS4?
Adobe Flash CS4 contains no documentation at all; it simply redirects to the online docs. Since I own the older Flash CS3 I was wondering if I could use the older HTML files with the newer IDE, by changing some XML file within the Flash CS4…

Robin Rodricks
- 110,798
- 141
- 398
- 607
4
votes
2 answers
How do I access a movieClip on the stage using as3 class?
public class MyClass extends MovieClip {
public function MyClass():void {
my_mc.addEventListener(MouseEvent.CLICK, action);
}
private function action(e:MouseEvent):void {
…

Benny
- 2,250
- 4
- 26
- 39
4
votes
5 answers
flashdevelop halted with no explicit compile error
We are developing flash based games using flashdevelop and flash CS 3. We are using flash CS3 to publish the swc and the swc will be used in flashdevlop as library.
Everything seems well, until one day I made a change to the fla(the change is…

Zhu Tao
- 7,581
- 9
- 35
- 38
4
votes
2 answers
I need to ping to an network with flash or actionscript
I have created a network trouble shooting tool in flash. The design will have all the componenets on the screen. I have to ping to every component once in minute. I have finished the design part.
Please someone help me how do i ping a webaddress or…

Chandra Eskay
- 2,163
- 9
- 38
- 58
4
votes
2 answers
how Flash and C# communicate?
i need some help in making a C# application that embed's a flash .swf file
and what i want is to feed some data to it.
in html is like this
4
votes
3 answers
AAC/MP4 not working in ActionScript 3's NetStream
I'm trying to play a remote AAC file in ActionScript 3 in Flash CS3 and am currently using this code:
var url:String = "http://a1.phobos.apple.com/us/r1000/020/Music/d4/50/94/mzm.kjjofihr.aac.p.m4a";
var connect_nc:NetConnection = new…

Tom
- 41
- 1
- 3
4
votes
1 answer
flash actionscript access filesystem without air?
Is there any workaround to allow actionscript3 write to file system without adobe air?
The reason is because, in order to use adobe air, each of the web visitors will need to install add-on air run-time and that is tedious. Most of the users will…

cometta
- 35,071
- 77
- 215
- 324
4
votes
2 answers
Flash CS3 + AS 3.0 Mute and unmute stage volume
Can someone please help quickly mute or unmute the stage volume in Flash CS3 using AS 3.0.
Thanks

Anriëtte Myburgh
- 13,347
- 11
- 51
- 72
3
votes
1 answer
Variable addChild is not defined?
i have a problem using AS3 - Flash CS3 gives me this Error message: Error #1065: Variable addChild is not defined.
Any ideas what's wrong?
This is my code:
package coa.application{
import flash.display.SimpleButton;
import…

Dungeo
- 177
- 2
- 7
- 16
3
votes
4 answers
How to access group members in Flash CS3
I'm writing a script to access all dynamic textfields in the library of a flash (fla) file and embed certain character sets.
I iterate through all objects looking for textfields, but It seems there are some issues when trying to access members of a…

BefittingTheorem
- 10,459
- 15
- 69
- 96