0
votes
0answers
9 views

Getting external data through flashvars not working, tried everything, again

To start, here is the code as of now: package { import flash.display.Sprite; import flash.net.NetConnection; import flash.net.NetStream; import flash.events.MouseEvent; import ...
0
votes
1answer
24 views

How to stop my snow code from happening on other scenes

I am working on Actionscript 3 code on my AIR app, in one off the middle scenes. When I swipe to another scene, the snow refreshes and carries on falling. What code should I put in the scenes before ...
0
votes
1answer
60 views

Action Script 3.0 Mouse Event in a class package

am having problem with using mouse click event inside a class, i am an absolute beginner to Action Script. what i want is that if i click the btn_MClick button it should run the script, but everytime ...
0
votes
1answer
125 views

Control a button inside a MovieClip in the Main timeline

I've been searching for a solution to my problem for hours now but I can't find one. My problem is that I have some buttons inside a MovieClip and I want to control them from the Main timeline. But ...
0
votes
1answer
44 views

Issues With hitTestObject in ActionScript 3

Im just trying to loop through the two arrays the bullet and enemies array then i perform the hitTestObject on both but it doesnt seem to work until the enemy gets really close to the player or ...
0
votes
1answer
41 views

How to add a upgrade screen using Actionscript 3 [closed]

Well I have a shooting game it works properlly but I want to add a upgrade screen to get a better weapon. Can anyone please give a direction to go maybe even write some code for me please.? So after ...
0
votes
1answer
46 views

Plugging Downloaded Actionscript3 Into a Personal Project

I'm a total beginner to all of this. I'm trying to make a three-second bit in a flash animation (not a game or interface--just a small sequence which uses a parallax star field I found on ...
0
votes
1answer
101 views

How can you reverse an Array without using the reverse method in AS3?

How can you reverse an array without using the reverse() method? public class Main extends Sprite { private var _reversedList:Array = new Array(); public function Main() { ...
0
votes
2answers
146 views

change form action on buttton click [duplicate]

Possible Duplicate: How can I invoke multiple actions from a single form? i have two buttons in a form. The one is for calculate, the other for send the calculated data in an email. So ...
0
votes
0answers
73 views

FQL query isn't retrieving all the friends from the same University

I am building an app which has a feature which requires all the user's friends who go to the same university to be called. Here is the FQL query I am using: SELECT name, uid, pic_square FROM user ...
2
votes
0answers
48 views

Posting text string to server side text file using Action Script 3

I'm trying to modify the Storm Flash MP3 player to record the artist name and title of a played/unplayed song. The author updated the player to skip a song if there is an IO Error. I found the code ...
0
votes
0answers
95 views

CS5 Action script 3 Go next and repeat frames again

i have flash cs5 and this is my action script code and i wants to repeat my frames after 5 second in the end last frame code : stop(); button_1.addEventListener(MouseEvent.CLICK, ...
0
votes
2answers
341 views

How to include and pass a Javascript value to the next page?

Hello everyone I'm here today because Ive been trying really hard to understand and after many many hours of trying to learn and getting nowhere Ive decided to just create this post. Thanks in advance ...
1
vote
1answer
144 views

Unable to get stream via NetStream method in AS2

Here is my Code: <pre><code> var my_nc:NetConnection = new NetConnection(); my_nc.connect("rtmp://localhost/oflaDemo/"); var my_ns:NetStream= new NetStream(my_nc); ...
1
vote
0answers
55 views

Line breaks (text wraps) in Action Script 3

I have an RSS reader built in Flash using AS3 which displays three headlines from a site which open up their respective pages when clicked. The issue I'm having is that the XML titles are not wrapping ...
1
vote
0answers
52 views

Draw 3D grid using AC3?

This is what I want it to look like... check the link I'm trying to create a grid like this for a game I'm working on. any idea how this can be done using AC3? This is how it looks like now... check ...
0
votes
2answers
677 views

1180: Call to a possibly undefined method loaderInfo action script error

I am a newbie in flash. I want to test passing variables to swf file using flashvars, then I had been creating a action script file with name "test_adver.as". I use this file in the fla file as class ...
0
votes
1answer
136 views

actionscript socket readBytes() <- java app write() write() write()

I,m a newbie in action script. I developing a flex application using socket for IO. The problem is I cant read bytes through action script socket from a various writes from the server side without ...
0
votes
1answer
57 views

how to extract values from an xml tree using actionscript

I have an xml tree as below <Response> <Terminal> <Name>m1</Name> ...
-1
votes
2answers
135 views

Action Script and Android Eclipse

Hello I have an HTML that call swfs and run in android the application, this was made on eclipse all perfect now my question is: How can I make an action script button command in Action Script to ...
0
votes
1answer
74 views

Creating buttons in loop need different id for each

I'm trying to make dynamic menu using xml data, I'm creating that menu using loops Here is my code for (var i:int = 0; i < iloscWpisow; i++) { _guzik=new guzikIK(); ...
0
votes
0answers
66 views

Flash as3 tlf rsl not working

i tried to load one swf from samsung galaxy tab. it works when rsl settings is in merged in to code but the swf is not working when it is in runtime shared library. Blank white screen coming any ...
0
votes
1answer
168 views

Flex Air HTML (Listening for javascript alert and bypass it)

I am getting a document java script object from htmlloader like following below. var document = htmlloader.window.document; var btn:Object = document.getElementById('btn_id'); Then I have a button ...
0
votes
0answers
81 views

Using a swf as a background image in as3 (flashdevelop)

I want to add a .swf file as a background image in action script 3, how do I go about doing this? Is using a collection of objects the only way, or is there a background image class or something? ...
0
votes
1answer
804 views

As3 Touch Events affecting eachother

I have a direction and a sprint button. What i want to happen is: while the sprint button is held down the player moves twice as fast. Then when the sprint button is released the player should ...
2
votes
2answers
2k views

1024 overriding a function that is not marked for override

Keep getting this error in a flash instrument im making 1024 overriding a function that is not marked for override The line it links to is public function stop():void Any help appreciated.
0
votes
2answers
1k views

Action script 3 mute button

I have this action script code that is working perfectly but i am try to reverse the process where the movie starts without any sound, and then when you click the button the music will be unmuted. ...
1
vote
0answers
287 views

Photoshop create action to save with filename “DocName-LayerName.png”

I have some images that I'm using as Android drawables (those who know about it will understand the question better). Basically, Android takes images from 3 folders, each for a different resolution, ...
1
vote
1answer
106 views

Logging every step and action by Python in a Large Script

I have created a large python script at the end. But now I need a logger for it. I have input steps, prompts.. Function calls.. While Loops.., etc. in the script. And also, the logger is have to log ...
0
votes
1answer
185 views

Stopping all current played youtube videos

Is there way to make function in Action Script, or any other language, to stop all currently played youtube videos in current Tab? Here's example, There are 10 youtube video objects on the site, i ...
0
votes
0answers
23 views

Removing Object(child) in Actions Script 3.0

I've been looking around on the webz. But i didnt came far regarding to fix my problem. What I am trying to achieve is; If an objects hits an object. The object should disapear. This is my current ...
0
votes
1answer
118 views

Bullets Go Only Once forward Action Script 3.0

I am new to Adobe Flash Action Script 3.0 but learning. Geweer = the guy you are and kogel = bullet I am having this code: var geweer; . stage.addEventListener(KeyboardEvent.KEY_DOWN,beweeg); ...
0
votes
2answers
73 views

Is there any way to seperate the class definition and decleration in AS3

I am new to AS3 and I want to organize my code as what I did in C++, which I can have a .h and .cpp file. Is there any way to organize code like this in AS3? Well, what I want is at least I can ...
0
votes
2answers
327 views

Flash Action Script 3 issue: image resize doesn't work

Check this link: http://inno_ebay.s3.amazonaws.com/xml-product-slide/index-2.html This swf object load an external xml file (generated by php script which doesn't locate on the same machine) and then ...
0
votes
1answer
596 views

Textarea - Limit content per line

Is there anyway I can limit the content of a text area per line? For instance, in case an user paste a text which overflow that "predefined" number of line, the textarea will just display the content ...
0
votes
2answers
89 views

Loading images into flash from directory

I've been trying to figure this out while im reinstalling flash(preview the work once and then wont let you do it again) anyway what im trying to achieve is - AS reads a directory on a server lets ...
0
votes
2answers
722 views

Action Script 3 - Multiple Movie Button Clips?

So I have a code, shown below: import flash.events.MouseEvent; instance160.stop(); function playMovie(event:MouseEvent):void { instance160.play(); } ...
1
vote
2answers
171 views

Reseting a game using the 'R' Key

I am trying to make a game in Flash using Action Script 3, I have everything in the game and the game works, but I am trying to add a restart function so the game will go back to the start of the ...
0
votes
2answers
957 views

In Flash Builder, how do I make a <s:List> dataprovider=“certain part of an Array”?

I have a List, and I have an ArrayCollection. The ArrayCollection is something like: <mx:ArrayCollection id="arrColl"> <mx:source> <mx:Array> ...
0
votes
0answers
750 views

Reverse engineering tool for adobe flex \ action script similar to Architexa

Architexa.com provides reverse engineering (Class diagram , Sequence diagram )for java . Is there any tool similar to that for adobe flex \ Action script . Iam not looking at www.sothink.com
0
votes
0answers
480 views

AS3 to C# translation

I've got a problem translating the following from AS3(Action Script 3) to C#: _loc_3["pid"] = this.flashVars.videoPID; _loc_3["event"] = "video_started"; Here goes the function: private ...
1
vote
0answers
892 views

Edit the action script in swf files

I've been trying for 10 hours to edit this swf file. It looks exactly like it's suppose to in the decompiler, but when I export it to flash it's a blank canvas and I have no access to the action ...
0
votes
2answers
420 views

Venn diagram using flex or action script

My requirement goes like this.I need to create a venn diagram in flex or action script.I need to create 2 circles.Let's say two circles,circle A and circle B. Both circles should have different color ...
0
votes
1answer
563 views

How to load F4V file to Media Display Component in Flash

I am trying to load .F4V file to Media Display Component on button press using Following Script video.setMedia("support/name.f4v","F4V") But its not working, please suggest me solution Note : With ...
0
votes
1answer
174 views

Action Script 3.0 preloading bar

I would like to if someone to know why i have so big delay in my flash main file when I go to test the preloading bar with duble control enter... I have enable the status report file in flash wich say ...
0
votes
1answer
180 views

learning Action Script 3 / O0P

I have a goal of being improving my programming skill level beyond the novice level and am looking for some guidance. Whenever I have needed some kind of functionality I have always gone online and ...
1
vote
1answer
249 views

How do I include flashvars in AS3?

I am brand new to AS3 and I am trying to move all of the data from an html file, into a swf. The old html file contained this coding: <EMBED ...