Tagged Questions
0
votes
0answers
17 views
Window messages Adobe AIR
Is there a way to send Window Messages to applications (Message Queue @ Windows) through Adobe AIR app? I haven't found anything after extensive reading of adobe docs and googling.
0
votes
1answer
5 views
control the order of windows Adobe AIR
Is there a way to control the order of other applications' windows through AIR application? All I could find in Adobe docs were orderToFront(), orderInFrontOf(), orderToBack() and orderBehind() which ...
0
votes
0answers
17 views
Flex: Resizing content dynamically cause container issue
I've got a Flex application with a ViewStack and specific width and height.
Using javascript I'm using external interface to resize the app width (app.width = new width) dynamically. The problem is ...
2
votes
1answer
34 views
Actionscript equivalent of “eval”
I'm looking for an Actionscript equivalent for Python / PHP / etc.'s eval() function, which dynamically executes code from an arbitrary string.
0
votes
2answers
20 views
How can I create rules for my spawning platforms?
I'm working on a 2d vertical scrolling game that is based on doodle jump and i'm using flash and as3 to create it. I've put the scrolling and platform spawning and so far so good, but thing I ...
0
votes
0answers
11 views
How do you prevent edits in app.xml disappear on publish?
I am building an ActionScript 3/AIR application for iOS with Flash Professional.
I have to to edit the application description file, to add some custom behaviours.
However, Flash just deletes these ...
0
votes
1answer
10 views
Building a autocomplete search input with a combobox
I'm trying to create a combobox that will fill with posible auto complete results, I firstly have all the words in an array that compares to the user input, its then put into a switch statement that ...
0
votes
4answers
23 views
Set timer with random interval
I have the current code:
enemyShipTimer = new Timer(2000);
enemyShipTimer.addEventListener("timer", sendEnemy);
enemyShipTimer.start();
How do I change the timer so that instead of triggering ...
0
votes
1answer
24 views
SSL accepting self signed certificate in ActionScript 3
i am trying to use SecureSocket connection to server. i am using FlashBuilder 4.6 that has SecureSocket class implemented. the problem is that after creating SecureSocket object and calling connect ...
0
votes
1answer
22 views
as3 textarea focus event bug
I'm not sure how long this has existed, it seems to have just come up for the first time.
If you create a TextArea component (author or runtime) and give it focus, you'll get 3 focus events.
create a ...
0
votes
1answer
20 views
Change Banner ClickTag Code to AS3?
I have been handed a number of Flash (AS3) banners to add ClickTag codes to them and as the documents have been setup as AS3 it does not allow code added to items!
I need help changing the following ...
0
votes
1answer
21 views
Flash - TLF Textfield in Gradient
They said a mask will work for a text gradient, but using a mask doesn!'t work for me
What I did is I put a TLF textfield on the top layer, then at a lower layer I added that gray gradient, but ...
0
votes
1answer
22 views
Netstream - how to publish an mp3 file using RTMFP
I want to publish a mp3 file from one of the peers and play it from other peers, very similiar to a RTMFP chat app.
From what I understand till now:
netstream.publish is used to publish a stream ...
0
votes
1answer
19 views
Reset position of background
In my Background.as I have the following code to make the background scroll:
package{
//Defining the class
import flash.display.MovieClip;
import flash.events.Event;
public class ...
0
votes
0answers
21 views
AS3 Passing data into a worker thread and why events are null
So, i've bee trying to work with AS3 Workers and despite the lack of information on them i've managed to get them working, mostly.
It seems i've come across a strange issue that I haven't been able ...
1
vote
1answer
43 views
Flash Error #1009: Cannot access a property or method of a null object reference …?
I have a problem when I create a menu with flash as3. Can you guys help what should I do ...? Like this :
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at ...
0
votes
0answers
30 views
AS3 AIR - addEventListener that is in effect when the window is not in focus
this is with Flash cs6 trying to make an air app.
Hi, I'm fairly sure this is easy to answer when you know the expression.
so I want to know how to detect a KEY_DOWN and KEY_UP when the window is ...
0
votes
1answer
32 views
Flash Error #1009 on mouse click
I have a movie clip called AndroidEye2, which has 4 frames.
I have this code on my 'Main Menu' Scene:
function eye1(e){
AndroidEye2.gotoAndStop(2);
}
function standStill(e){
...
0
votes
1answer
25 views
AS3 Class Access Movieclip
Trying to get into OOP for the first time which has been a rough ride to say the least. The following code does nothing (no errors etc):
//Main.as
var Player = new PlayerMC();
...
0
votes
0answers
30 views
I'm developping an air application on a work environment through a proxy, I cannot get timestamping to work
When attempting to timestamp my air application through flash CS6 I get the error:
There was an error connecting to the timestamp server. You may not
have the connection to the network, or the ...
0
votes
0answers
18 views
Mixing Sounds with SoundData to Bypass 32 SoundChannel Limit in AS3
I have a game with a bunch of characters shooting bullets. Every time the characters shoot I am trying to play a sound.
AS3 has a limit of 32 Sounds that can be playing at once. I thought a good way ...
0
votes
0answers
14 views
how to play 3gp, wbem videos in as3 using netstream and video class
I was preparing a video player, where now i have to play 3gp and webm videos of youtube in my player. The problem is that flv and mp4 is playing smoothly, but when i play 3gp, only audio is played.
In ...
0
votes
3answers
40 views
AS3 Global Variables
Ok so I have managed to do this once before but I simply cannot remember how or find the source I found back then. I am making a simple flash game. There are several characters moving. To make each ...
0
votes
1answer
40 views
AS3: Separate instances in an array?
I'm making a side scrolling game in as3, where the player spawns units which automatically walks towards the exit on the other side of the screen, but there are towers stopping them. I would like the ...
0
votes
1answer
32 views
In actionscript, is there a clever way to wire specific variables together in such that when one changes, it sends it's change down the wire?
Blue sky, you would have:
StaticUtil.wire( fromProperty:*, toProperty:*, usingExpression:Function );
and use it like:
sprite1.x = 100;
sprite2.width = 200;
StaticUtil.wire( sprite1.x, ...
0
votes
0answers
26 views
load swf file from library to stage on button click flash as3
I am building a flash interface for a map that I will eventually put on a website. I have designed a menu button which is just a symbol with an arrow either side. You click the arrow and it cycles to ...
0
votes
0answers
22 views
TypeError: Error #1009 while loading external SWF in Adobe Flash
Everytime it tries to load the swf i get this error.
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at code.soundclasses::TrackChannel()
at ...
0
votes
1answer
20 views
Flash audio mp3 player with javascript api wanted for playing online radios
I am working on HTML5 website, and i need a player for playing online radio streams. I need to play mp3 streams - and i found that mp3 is not supported by mozilla.
So, i decided to use a flash ...
1
vote
1answer
20 views
How to get instagram photos by using flex
Is there any easy way to get photos of a particular user by using flex web application. I had gone through this link, but it didn't help me a lot.
0
votes
1answer
26 views
How to skip the security setting on flash player?
Can we skip the security setting (for camera permission) on flash player when we attached camera (by code) ? So every time we use the flash app, the permission is always 'allow'. Because I am using ...
0
votes
0answers
33 views
flash AS3 menu - next active button resets previous active button
i have been working on this problem for three days and nights.
i have to make a website for uni and i have completed my layout and content etc.
the menu is also complete, apart from the fact that i ...
-1
votes
0answers
19 views
Extract strings from inside ActionScript bytecode inside SWF file using Java?
I'm trying to extract text from a Flash movie, and I have successfully got Transform running. Unfortuantely the SWF file contains no DefineTag elements, so I figure the text must be inside the ...
0
votes
1answer
46 views
Show hiscores within Flash?
I am creating a game in Flash using Actionscript 3 and the game is to be integrated into a Facebook app. My question is how do I go about creating and showing a hiscores table within my game?
The ...
1
vote
2answers
14 views
AS3 (flash) Website resizing jittering/lag
Hi i am new to the forums and i'm looking for some help with a current project.
i am basically making a website called www.noised.co.uk, feel free to take a look to see what my problem is and don't ...
0
votes
1answer
16 views
Adding static value to movie clip
Hey i got 10 buttons in 2 groups in each group 5 buttons. Lets say those buttonsis colored shapes. I want match same colored shapes and if they successfully matched then remove them from stage and ...
0
votes
1answer
20 views
1009: Cannot access a property or method of a null object reference
I've been stuck with such an error for 2 days now, and however I search on solving this from the number of previous questions asked about this error, I still can't seem to get it to work, mainly ...
0
votes
0answers
31 views
AS3 MovieClip array not working
I am perplexed. I am using the exact same code to run a series of MovieClips through an array. Everything works perfectly except for one particular MovieClip. This MovieClip has more animations and ...
0
votes
0answers
19 views
Always on top Adobe Air
I know about nativeWindow.alwaysInFront property and I do use it, however if another application creates a window which is set to be topmost as well, it does overlay my AIR app. For example, ...
0
votes
2answers
19 views
TypeError: Error #1034: Type Coercion failed:
Attempting to load up an swf inside my file and I'm getting the following error:
TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@32264f91 to ...
0
votes
1answer
29 views
Access a class from 2 level outside in as3
i just wanna access the public class which is 2 levels outside from the fla file. My folder structure as follows.
com
displays
main.fla
Some fla's are located in displays folder. And i want to ...
0
votes
1answer
23 views
Get size of Wordpress RSS feed?
The scenario:
I have a flash website (here) that imports some of its content from a wordpress site (here) via the Wordpress's RSS (I added a plugin to include pages in the RSS). This isn't a ...
2
votes
2answers
39 views
super() in Flash Builder. WHY?
Every time I start a new actionscript class in Flash Builder it starts off the constructor with a line
super()
I have never seen this before, and it seems to have no purpose. Deleting it results in ...
0
votes
1answer
21 views
Changing images dynamically from a Sprite?
I have been looking for this answer for days now and no matter how much I look I can't find it for the life of me.
I understand that you can change a bitmap's image easily with something like this:
...
0
votes
1answer
37 views
Combining appendText and htmlText for dynamic text box in AS3
Hi I browsed the web and this web page for answer but can't seem to find solution for my problem. I've created a typewriter effect. It's being displayed through dynamic text box(tekst_txt). What I ...
0
votes
0answers
23 views
Same Exact Button on Differrent Scene Using Same Function Flash
I have this code on 'MainMenu' Scene:
Home_IconB.addEventListener(MouseEvent.CLICK, Home);
function Home(e) {
gotoAndPlay(186,"MainMenu");
}
and this code on 'ViewMerchandise1' Scene:
...
0
votes
0answers
16 views
Does the GCRoot issue with AS3 garbage collection affect objects local to functions?
This is something I ran into several months ago:
Why isn't the AS3 garbage collector picking this up?
GCRoots and possibly a couple of other things can cause some pretty crippling issues with ...
0
votes
0answers
13 views
How can you identify GCRoots in AS3/Flex?
Several months ago I ran into some pretty crippling issues with AS3's garbage collector just not doing its job, even when it was running, and this thread had to do with that:
Why isn't the AS3 ...
0
votes
0answers
27 views
How do you load a bmp file from external local files?
In AS3 adobe Flash :
How do you load a bmp (not jpg or png) files from external local files (example: my_application_path/mybmpfiles/hello.bmp), as long as I tried it's always failed, but not error ...
0
votes
1answer
29 views
Flash CS6 error 1120: Access of undefined property (AS3)
I'm having a bit of trouble trying to make a symbol move in flash CS6, using AS3.
I used code snippets for the arrow key movement, but there it all went wrong. I always get error -> access of ...
1
vote
1answer
34 views
Flash/Actionscript Error 1046: Type was not found or was not a compile-time constant:_switch_antennaData
My compiler shows me this error:
Line 408 1046: Type was not found or was not a compile-time constant:_switch_antennaData.
Line 414 1046: Type was not found or was not a compile-time ...


