Flash CS4 Professional is a tool for creating Flash Applications. It is part of the Adobe Creative Suite 4.
0
votes
1answer
26 views
How to identify flash advertisement in NPAPI plugin
I am writing one NPAPI plugin, which has same MIME type as Adobe flash, so that my plugin will get loaded first.
Actually I just wanted to block the flash based advertisement.
Please suggest any way ...
0
votes
1answer
51 views
Flash CS4 dynamic text in arabic issue
n Flash CS4 IDE i try to put in Text Field with dynamic type some string in arabic and to stylize it with embedded Arial font. The problem is that i see the text , but it is "reversed" and for this ...
0
votes
0answers
11 views
Adobe timezoneoffset
Hi everyone i am making a countdown in flash i have this code and i am pulling my hair out because i cant tell why this wont work, note im not that good in flash
var today:Date = new Date();
var ...
0
votes
1answer
37 views
Error #1009 …(done some research still no solution !)
So this is the continuation of a project ...1021: Duplicate function definition in my action Script
I am making an interactive flash Project...It has has 17 Separate scenes ...
Intro Scene
"Main_ ...
1
vote
1answer
112 views
1021: Duplicate function definition in my action Script
This is a follow up to my previous question (Problems Scripting Multiple Buttons(nearly identical) in a single Action Script)
I am making an interactive flash Project...It has has 17 Separate scenes ...
0
votes
3answers
127 views
Problems Scripting Multiple Buttons(nearly identical) in a single Action Script
I am a noob to action script 3 so please forgive this detailed Posting ! (and code posting errors)
I am making an interactive flash Project...It has has 17 Separate scenes ...
Intro Scene
"Main_ ...
0
votes
1answer
143 views
how to connect registration form made from flash to phpmyadmin?
i made this simple registration form using flash, and i want it to connect to a database in my localhost using php, here is my code so far
function register(evt:MouseEvent):void{
var jpa:URLVariables ...
0
votes
1answer
52 views
Do these hotkeys exist for Flash Pro CS6?
1) when you are in edit mode for one symbol, go into edit for the next symbol in library
2) automatically put cursor in the instance name box for selected movieClip
As far as I know there are is no ...
0
votes
1answer
65 views
How do you remove a point?
How do i remove a point? I have searched all over the web, however i can not find a solution...
My code in simple terms:
Creating variables:
var point1:Point=new Point();
var ...
0
votes
1answer
51 views
add Loader to stage from class
Stage seems to be unaccessible from my class.. almost like it doesn't want to be reached. I do not know what keeps going wrong. This is the class as I have it right now:
package {
import ...
0
votes
2answers
43 views
Actionscript: loader not found
I am trying to load an image onto my stage. I use the following code:
public function loadImg():void{
var iLoader:Loader = new Loader();
...
0
votes
0answers
35 views
flash and c# windows apllication integration
i have created one flash(.swf) file havin 3 text field (dynamic data) and imported in c# windows application using axshockwave object,how to get value of text field from flash to c# windows ...
0
votes
0answers
26 views
Adjust color filter adds extra pixels
While exporting images from FlashCS6, I found out that some PNG images have extra transparent pixels. I figured out that they appears because of using Adjust color filter. How to reproduce:
draw ...
0
votes
1answer
34 views
Generate Flash games from augmented reality marker
I would like to ask, is it possible to generate a flash games from AR marker?
1
vote
1answer
265 views
AS3 Random Image from XML - Never Repeat
I'm creating a banner ad in flash which shows 3 random images from a XML file once the pages loads. My problem is that it will occasionally repeat. I've included my code, any advice?
var ...
0
votes
2answers
71 views
What happens first, MovieClip.onLoad() or Event.ENTER_FRAME?
I'm making a small game in Flash as a school project, and I was wondering what would trigger first when a movie clip is placed-- the onLoad function, or the ENTER_FRAME event.
Any help would be ...
-1
votes
1answer
45 views
how can i obtain Specified position of my movieClip after scale? [closed]
i have problem whit my project.i have a movie clip that load an image into it and it could be zoom in and out by scaling.i need to get the specific position of that picture after zoom in and out.how ...
0
votes
0answers
75 views
Rollover effect dosent allow button to stop on release in flash
I have this code placed on my button:
on (rollOver) {
gotoAndPlay("over");
}
on (rollOut){
gotoAndPlay("out");
}
on (release){
getURL("xyz");
gotoAndStop(9);
}
This code is repeated on ...
0
votes
1answer
267 views
Adobe Flash AS3: Getting the data of selected item in a list that has a MouseEvent
i have a list of songs and if I double click an Item, it will play the song. I do it like this. aList is the instance name of the list.
aList.addEventListener(MouseEvent.DOUBLE_CLICK, changeSong);
...
0
votes
1answer
49 views
Display in full screen squares
In Flash AS3, i created 25 squares with an event (when you click in one of the square it displays in full screen) it works on the square on the middle (it's normal because it's in the middle) but for ...
0
votes
1answer
224 views
AS3 - Removing the object after being hit by another object
I am creating a simple game that when the object hit the coin, then the score will increment and the coin will be gone.....
I have this code, the food1 is the one that will be gone after being hit, ...
0
votes
0answers
78 views
1172: Definition mx.utils:Base64Encoder could not be found. in Flash CS4
I am trying to encode a byteArray to Base64 but in vain. Flash says that mx.utils.Base64Encoder could not be found. How to go about it?
0
votes
1answer
81 views
Is it possible to change symbol images when a keyboard event happened?
I know that it is possible in actionscript 3.0, but I cant figure what method to use for it. like when i press the left arrow key, then the object on the flash will change image from circle to square. ...
0
votes
1answer
162 views
How to refer to object from next frame AS3
I've problem with Flash CS4.
I've TextFields on first frame, and other TextFields on second frame, etc.
And at first frame I've TextField to puting number, and button Calculate, which calculate value ...
1
vote
0answers
62 views
How can I have relative paths in flash library in order to be able to update all images from any computer?
I would like to ask how can I use relative paths in flash library in order to be able to update images from any computer? I use Flash CS4. I tried to import images from File->Import->Import to Library ...
0
votes
0answers
278 views
ReferenceError: Error #1065: Variable MainTimeline is not defined
it is showing to the every movieclip in library in the fla file of mine,
> ReferenceError: Error #1065: Variable Button is not defined.
> ReferenceError: Error #1065: Variable Okbut1 is not ...
1
vote
0answers
86 views
tilelist scrollbar disappears when movie is resized
I have an image viewer movie and in HTML it's size is defined in percents width=80% and height=80%. There is a vertical TileList in the movie and more thumbnails than fits in the movie. So there is ...
2
votes
2answers
139 views
How to get the text and rectangle color from flash as3?
I want to get the text color and rectangle background color from flash to javascript.
what is the best way for this? for example, when flash movie will load i want to send its text color and ...
1
vote
1answer
159 views
Autorefresh XML data in SWF Action Script 2.0
So I am working on a SWF using AS 2.0. It needs to access exchange rates from an XML file. I already have a setInterval that iterates through XML child nodes. So I already have a timer running in my ...
0
votes
0answers
39 views
TileList scrolling freezes Flash
I have Flash CS4 and I'm trying to use TileList with images. Loading images (more than 100) goes OK but when I try to select an image I get problems. I have a vertical scrollBar but when I click it ...
2
votes
2answers
111 views
A Hello World in ActionScript Not working
I am trying to create this very simple hello world kind of application . And no matter what I try I am getting this error . Here is Error and Defination of class in TheSimplestPlayer.as file .
...
0
votes
0answers
32 views
SecurityErrorEvent displayed
I develop swf and save at www.domain.com.my
In my program, i try to download utusan.com.my content.
var myTextLoader:URLLoader = new URLLoader();
header:URLRequestHeader = new ...
0
votes
1answer
26 views
Problems working with Arrays in Flash CS4
I'm trying to learn how arrays work, and I have come across a problem that I am having issues solving. Any help would be greatly appreciated.
I keep receiving the following three errors:
...
0
votes
1answer
370 views
A conflict exists with definition _bounces in namespace internal Error
hi, I am trying to create a game on Flash CS3 Action Script and keep getting error on line 13-15 saying that A conflict exists with definition _bounces in namespace internal, A conflict exists with ...
0
votes
0answers
62 views
cant upload file using flash and php
I am trying to make a stand-alone Flash/AIR up-loader. But I am having some problems. I am getting error that the file can't be uploaded. The script works fine with images as they are uploaded but ...
1
vote
1answer
272 views
Creating and scaling sprite sheets from movieclip
I'm trying to create a sprite sheets from a movie clips, and then scale it depending of the resolution of the screen. Also, I need to know the exact height and width of the frame. Here is the code I ...
0
votes
1answer
66 views
How to determine width of dynamic movie clip?
I'm trying to daisychain duplicated movieclips and I can't figure out how to have each one butt-up against each other. I'm building a training aid for railroad instructors and part of this aid is the ...
0
votes
0answers
93 views
How can I make a child follow a parent?
I will try my best at explaining my problem, maybe my approach is not even the way to do this, but here it is:
I've been tasked with rebuilding a training aid that will allow railroad instructors to ...
2
votes
1answer
219 views
1084: Syntax error: expecting rightbrace before dot
I'm new to ac3 can you help me please.
getting this error 1084: Syntax error: expecting rightbrace before dot.
{}.progress = function (event:ProgressEvent) : void
0
votes
0answers
81 views
Issue with Flash in IE9 and using a webcam component
I have some code for webcam in flash which will detect the webcam and caputure's the image and save that image to the server.
Problem -
It is been perfectly working in Firefox and chrome.
When ...
0
votes
0answers
62 views
How do I add more than one clickable link in a Flash Slideshow?
I am trying to create a Slideshow for a website and they want to have multiple slides that can be clicked to go to separate pages. How do I do that?
2
votes
1answer
249 views
Flash CS4 & AS3: How to add/use hyperlinks in externally loaded dynamic text
The basic setup is this: I am loading text from external text file into a "news & events" style dynamic text field, which is nested within a movieclip.
Like so:
var newsloader:URLLoader = new ...
1
vote
2answers
554 views
AS2 - play multiple sounds together
I'm working on a little Flash game and I'm having troubles playing different sounds simultaneously.
For example, when the player passes through a tower, a gong sound is played;
when the player jumps, ...
1
vote
0answers
200 views
AS3 Moving on to next frame after embedded YouTube Video finishes
I've embedded a video from YouTube into an SWF and I'm trying to make it so that when the video ends, the next frame will play.
Here is the function I am using.
function ...
-3
votes
1answer
308 views
How Can I do a trigger keyboard (left and right arrow) in flash CS4 for next / prev frame? Like a PowerPoint Presentation [closed]
StackOverflow community.
I'm full newbie, but I like CS4 and Javascript code. I wanna spend my time practicing this. Thanks for help!
1
vote
2answers
324 views
hit test only on the visible content of MOVIECLIP
I have masked a Bitmap using a shape and have converted this to a movie clip.
Now only the masked image is inside the movieclip. i have added a mouse click event listener for this movie clip and still ...
-1
votes
1answer
395 views
Balloon animation
I am not an action script developer nor flash designer, i just want to have a small animation with a balloon, I want to make three buttons, and fixed balloon like shape that will get inflated and ...
0
votes
0answers
15 views
Ask about code getChlidByName in AS3
Suppose that I create a button on the stage with instancename "Box1". If I order the button to listen double-click event, I must have the code:
Box1.doubleClickEnabled = true;
I try this and it ...
0
votes
1answer
399 views
Drag & Drop Function Not Working - Flash
I am trying to create a function in ActionScript that shall trigger an event when a drag-gable object is dropped over another object.
var hits = 0;
// Register mouse event functions
...
0
votes
1answer
937 views
AS3 new BitmapData(w,h); gets ArgumentError: Error #2015: Invalid, works for a while then stops with this error
I have a game that produces new chunks of terrain as the player explores, to allow for a seemingly unlimited level size. It's been working perfectly, but I decided to let my character travel in one ...
