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
2 answers
Loading external SWF, cannot cast document class to shared base class
I have a parent SWF file that defines a Widget base class.
I then load an external SWF into the parent. The external SWF's document class derives from the Widget base class -- let's call it DerivedWidget for example.
The problem is that when I load…

Triynko
- 18,766
- 21
- 107
- 173
0
votes
1 answer
Can you view the ActionScript of an FLA file that was saved in a newer version than your Flash program?
I have an older version of Flash (Flash AS3 CS3, to be precise).
I am taking a college class in ActionScript coding. However, the version used by my school, as well as the source files for our textbook, are all saved in AS3 CS5 or later. I have…

Kamari
- 83
- 8
0
votes
2 answers
How to add a SimpleButton in a Flash Builder project from SWC?
I exported a SWC from Flash CS3 and the assets works, except the Buttons, they look like another library items.
The code:
package {
// ...
import flash.display.Sprite;
import flash.display.SimpleButton;
import res.botoes.Pause;
…

Guerreiro
- 143
- 1
- 11
0
votes
2 answers
How to use else if { var in AS3 without returning 1083 error?
I have an if/else if/else if/else if/else statment in AS3.
It's a calendar that reads in dates from an xml file. The if/else if/else statements controls the look of a date according to whether it has an event, and whether it's past/present or…

Ina
- 11
- 1
- 4
0
votes
2 answers
After publishing from Flash to HTML, How is it possible to have alternative content for non Flash devices?
I am using Flash CS3 Pro', I have published a HTML page from it so that opens properly on all the browsers and versions etc. Is it possible to have alternative content for non Flash devices within the Flash generated Javascript within the file…

Neil Philip Whitehead
- 935
- 1
- 7
- 11
0
votes
1 answer
AS3 Quiz - How do I move to the next question?
using various tutorials I created the next quiz in AS3. It's dynamic and I use an important function to set up the entire thing, and a counter to manage the quiz and arrays.
After picking an answer you click on a check button and then on a "Next"…

Sarit
- 123
- 1
- 5
- 15
0
votes
3 answers
Flash Action Script 3 variable scope not working
I want to pass some variables from one class to another, but the code below is not working.
package a {
public class a {
public var a_var:String;
public var x_var:String;
public function a() {
var a_var = 'My name';
var…

coderex
- 27,225
- 45
- 116
- 170
0
votes
3 answers
Flash Font embedding problem
I am facing a wired problem with a project. I am embedding Arial font as project is multi-lingual. If I build this project on one of my development machine, Font gets embedded successfully but in any of other machine, project successfully gets…

DexTer
- 2,043
- 1
- 22
- 45
0
votes
2 answers
air.Microphone.getMicrophone();
may i know how to use this getMicrophone with simpleFLVWriter to create flv with sound? can elaborate?

cometta
- 35,071
- 77
- 215
- 324
0
votes
1 answer
adobe air swf file error in browser
my fla file setting
version: adobe air 1.0
actionscript 3.0
i able to compile without problem and when i load the swf file in browser, if my actionscript included this line "import flash.filesystem.File". My flash just show up "blank" . no error in…

cometta
- 35,071
- 77
- 215
- 324
0
votes
2 answers
Is there a way to create a class inside the main .fla file of a Flash CS3 app?
is there a way to create a class inside the main .fla file of a flash application?
If I try to define a class directly in the action layer of the .fla, I get the error: "classes must not be nested".
Alternatively, if I try to define a package and…

Zoli2xa
- 372
- 1
- 8
0
votes
1 answer
include .as file inside .fla
i open up .fla file, but when i click window->action, there is not actionscript inside it. may i know where else can i check the .fla file is importing .as file. where to check it in flash cs3?

cometta
- 35,071
- 77
- 215
- 324
0
votes
1 answer
Where is Document class textbox in flash cs3?
In a tutorial I find a statement "In the Document Class text box in the Property inspector of flash document, write Test1" But i didnt find that document class textbox. Im using flash CS3. Where it is. Please Help.

Rajasekar
- 18,392
- 34
- 106
- 137
0
votes
2 answers
Flash CS3 static text fields do not show intended font
In flash I have static text fields using a non standard font. In the IDE it looks fine, however in exported swf's they default to a default font. When I change the font to dynamic and embed the font it works fine. However using a static field…

Matt
- 896
- 5
- 18
- 47
0
votes
2 answers
In Flash CS3 fonts work in workspace, but in exported SWF they do not show up
I have an fla, and I'm using a font that works and looks fine in the workspace. And it is just static text. However when I export the swf and play the swf, the fonts do not appear at all. And I'm playing the swf on a laptop that has the font…

Matt
- 896
- 5
- 18
- 47