Tagged Questions

Flash CS3 is the version 3 of Adobe Flash Professional tool, part of Adobe's Creative Suite.

learn more… | top users | synonyms

6
votes
3answers
7k views

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 ...
5
votes
1answer
638 views

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 ...
4
votes
3answers
7k views

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 ...
3
votes
2answers
510 views

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. ...
3
votes
1answer
2k views

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 ...
3
votes
1answer
1k views

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 ...
2
votes
1answer
74 views

Stopping the sound of a child swf

The timeline of my child swf, there are layers with specific sound files in them to be in sync with my animation. Now the problem arises when I try to import this swf into my main flash website using ...
2
votes
1answer
27 views

How to attach a number to a movie clip

This is what I am trying to achieve but I do not remember the syntax in AS2 if someone could please help. public function highlightCan() { var glowId = String(this); var newId = ...
2
votes
2answers
166 views

Timer in Action Script 3

I have problem that I need to create timer but I want to pass on a variable to it, how to do it? Is it possible in AS3? I tried like this: bonusPlayer1Timer = new Timer(5000); ...
2
votes
2answers
852 views

Adobe Flash Error creating flash movie file Destination directory doesn't exist

I am working through an audio player demonstration in the book "Foundation Actionscript 3.0". When I try to publish my AudioDemo_final.FLA file I get the following error, "Adobe Flash CS3 - Error ...
2
votes
1answer
128 views

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 <object ...
2
votes
2answers
682 views

add an event to the movieclip inside tilelist in as3

I am working on a component where i need to register a click event on a button inside the moviclip which is inside a tilelist, can somebody point me in the right direction. Tilelist -> movieclip -> ...
2
votes
1answer
2k views

AS3 How do I stop sound and video when clicking a menu button to go to another frame?

I have a problem with my slideshow script. I have embedding a flash video file into my website with this slideshow called monoslideshow, and everything seems to work perfectly. Trouble is, when I am ...
2
votes
1answer
487 views

Movieclip.width returns higher value than Movieclip stage on Width

I have a Movieclip on stage with nested movieclips inside. All referenced at 0,0. None of the child movieclips load any dynamic content, animate or have Masked Layers. It does have an input textfield ...
2
votes
2answers
1k views

In Flash Actionscript 3.0 how do I create smooth keyboard controls for player movement?

I am a beginner in Flash Actionscript 3.0 programming. I am trying to create smooth keyboard controls for player movement in a game. I'm currently using addEventListener(KeyboardEvent.KEY_DOWN) ...
2
votes
2answers
656 views

How do you resize a movieclip without affecting the scale?

I have a movie clip object with a width of 306 and height of 194. I need to change the dimensions of the movie clip and still have the x and y scale set at 100. Currently when I change the movie ...
2
votes
2answers
1k views

Flash CS3 IDE converting “Use Device Fonts” to “Anti-alias for animation”

Occassionally, when I'm working on an application in the Flash CS3 IDE, that uses very small fonts, I find that I get better results if I use device fonts rather than anti-aliased fonts. However, I ...
2
votes
2answers
2k views

Flash, ActionScript: Load assets from external SWF

We have a widget (SWF) that needs to be broken into two SWFs. The main SWF will contain all the programming and business logic and it will also load a second SWF file which will contain the assets, ...
2
votes
1answer
724 views

AS3 FLVPLaybackCaptioning Component Displaying Images?

I am using the FLVPlaybackCaptioning Component to display captions for a video. We've built a player that uses a FLV file hosted locally or streamed from the server to show captions for a video, a ...
1
vote
1answer
45 views

NetStream.Seek in red5

I have one quick question. Normally we use NetStream.Seek method but it will make the seek after the buffer area crossed the seek time length.(HTTP) Can we seek the video that is beyond the buffered ...
1
vote
0answers
31 views

Why Adobe Flash CS3 exports only class without symbol from other SWC

I've created Common.swc using Flash CS3. It exports class NotificationWindow, symbol CloseButton and appropriate class. These symbol and class are used by NotificationWindow. Then I created ...
1
vote
1answer
41 views

Landscap mode both side 180 degree

i have develop one game in flash with adobe air, in which i set only landscape mode.Everything goes to fine but my requirement is when i am rotate 180 degree it will change view. note:: i cant wan't ...
1
vote
3answers
47 views

Regular Expression Help AS3?

I am working on a regular expression and I need to extract two parts of an expression that is being imported through a flashvars. //sample data similar to what comes in from the flashvars. Note that ...
1
vote
1answer
344 views

gotoAndPlay/gotoAndStop not working with numeric frame labels

For reasons beyond my control, I am currently working on a series of flash files, which have numeric frame labels. This causes a problem, because Flash seems to treat strings the same as integers ...
1
vote
1answer
148 views

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.
1
vote
2answers
158 views

I am trying to play .m4a file using stream method. but its not working [closed]

var video:Video = new Video(); addChild(video); var netCon:NetConnection = new NetConnection(); netCon.connect(null); var streamNS:NetStream = new NetStream(netCon); //streamNS.client = this; ...
1
vote
3answers
70 views

textbox autoresizing in actionscript3

I need to realize textbox autoresizing in actionscript3(IDE - adobe flash pro cs3). For example my textarea is in width 100 px, user has been wrote in it something, that is bigger than 100 px, then my ...
1
vote
1answer
182 views

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 ...
1
vote
3answers
383 views

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 ...
1
vote
4answers
302 views

Actionscript problem in Dynamic TextField

Is possible to make a word as button within the dynamic textField in flash as3?
1
vote
1answer
139 views

Accessing A MovieClip using a String Variable AS3

I've a general question on accessing a MovieClip by using a variable. Here's a super stripped down version of the code I'm trying to implement: var mcVar:String = MC1; ...
1
vote
1answer
222 views

Flash CS3 - how to stop a frame

I created on first frame menu. On second frame there is all my game. I use button to change the frames: button1.addEventListener(MouseEvent.MOUSE_DOWN, startGame1); function startGame1(e:MouseEvent) ...
1
vote
2answers
545 views

AS3 TextField not applying <b> tag

Using AS3 I am dynamically creating, sizing, positioning and formatting a textfield. I am dynamically setting the content of the textfield from the contents of an xml file. I am trying to use the bold ...
1
vote
3answers
3k views

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 ...
1
vote
1answer
721 views

Difference in Flash CS3 AND Flash CS5 Linkage option?

Well, I have Flash file which has one movie-clip (Box1) and it is exported for Action-Script in Linkage option but export for Frame 1 option is unchecked. Now my document Class is here package { ...
1
vote
2answers
75 views

Flash Transparency of Overlapping Items

In Flash, I have a container with several overlapping children. When I give this container an alpha value of .5, some of the children can be seen behind others that overlap them. I would rather be ...
1
vote
2answers
99 views

Flash CS3 problem with outlines

im having problems with my artwork in flash. I am vectoring playing card faces. My problem is, even if Im using the thinnest stroke which is 0.1, when i zoom out the page, the line becomes thick which ...
1
vote
2answers
139 views

Type not found error for sound

I am a newbie for ActionScript. I would like to add Sound dynamically to my flv. I have this code. I am pretty sure it is working because I found it in Textbook. :(. package{ import ...
1
vote
1answer
59 views

DOUBLE_CLICK dont work in actionscript3

I have MyMovie.addEventListener(MouseEvent.CLICK, goClick) function goClick(e:MouseEvent):void { trace("Trololo"); } It's work. Why don't work? MyMovie.addEventListener(MouseEvent.DOUBLE_CLICK, ...
1
vote
1answer
178 views

Preloader stalling flash movie in IE

This is only a problem in IE. the following actionscript is for a simple preloader for a movie i'm working on. It works fine in Firefox but the movie stops on the first frame of the preloader when ...
1
vote
1answer
305 views

Type was not found or was not a compile-time constant

I keep getting the error: "Type was not found or was not a compile-time constant: Team" on my constructor for this class: package ncaa.Data { import ncaa.Data.Team; public class ...
1
vote
2answers
653 views

As3 Movieclip loaded in container reports exaggerated .width value

I am trying to load a swf(as3) into another As3 Swf with the Movieclip loader. After loading however Loader.width/loader.content.width returns an exaggerated value than the actual width of the swf ...
1
vote
1answer
494 views

Adobe Flash ActionScript 2.0 selected text in textbox

How can I tell what text the user highlighted in an Input Text textbox? I would like to mention that selectionBeginIndex and selectionEndIndex will not work and at this point I cannot upgrade the ...
1
vote
2answers
105 views

Are there any libraries that bring CS4 Actionscript to Flash CS3?

Are there any custom libraries available that allow me to code/publish in CS3 using some of the features of CS4? EDIT: I say "some", because I understand that it is obviously nearly impossible to ...
1
vote
3answers
110 views

Where can I find Flash Plugins?

Are there any plugins for Flash CS3 (or greater) that expand Flash's ability. Actually, i'm sure there are, where can I find them? EDIT: Preferably free and from places besides Adobe. (Not that ...
1
vote
1answer
2k views

toggle play/pause button

Im new to this flash and I am using as2 for the action script I wanted to know if there are any good tutorials on how to create a toggle button so far this is all I have. on (release) { play (); } ...
1
vote
1answer
619 views

Adobe Flash CS3: DataGrid component is broken?

My datagrid component appears to be broken. When I drag one out onto the stage, its just a square. Nothing in it. Just a square... Then, when I tried to programmatically add it to the stage, using ...
1
vote
2answers
2k views

Serializing an array in Flash AS3

I need to serialize and unserialize (is that even a word?) an array in AS3, so it can be sent as a string. The only problem is that it doesnt just contain text, it contains objects. Is it possible ...
1
vote
3answers
966 views

Problems with dimensions of swf when loaded into fla

I am creating a portfolio website for myself and want to embed a swf that is a simple flash game into my main flash file. My problem is that when I use this code to put the swf into my main flash file ...
1
vote
3answers
105 views

Going from Flash 8 to CS3

After many years of using Flash 8, I'm moving to CS3 at work. I know I'll have to learn AS 3.0 so, does anyone have any good references or summaries of the major/most noticeable changes? Also, are ...

1 2 3 4 5