54 Topics

Member Avatar for
Member Avatar for Andy_Parr

Hi all, I'm trying to make a multi-language website that allows the user to change language by clicking on a button (a flag representing the country/language). I have been able to achieve this using locale and a combo box so far but I'm struggling to implement it using buttons. This …

0
134
Member Avatar for aaloo

this is my as3 code which is sending variables to php [code] var myData:URLVariables = new URLVariables(); myData.firstName = "Kirill"; myData.lastName = "Poletaev"; var myRequest:URLRequest = new URLRequest("test.php"); myRequest.data = myData; myRequest.method = URLRequestMethod.POST; var loader:URLLoader = new URLLoader(); loader.dataFormat = URLLoaderDataFormat.VARIABLES; try { loader.load(myRequest); } catch (error:Error) { trace('Error: …

Member Avatar for aaloo
1
1K
Member Avatar for Andy_Parr

Hi I'm relatively new to Actionscript coding and have a small problem in Flash. I want to track the x property of a symbol (in this case a movie clip) and display the x property of that movie clip in a text field. However I want the text field to …

Member Avatar for JasonHippy
0
175
Member Avatar for sim.sim

I bought a Flash Template. It externally loads images and integrates html and .js documents also. The example of the menu and its selections are built with this code: [CODE] <item name="GALLERY" deeplink="gallery" type="menu" content="" location=""> <item name="FILM ROMAN INTERSHIP" deeplink="aROMAN" type="page" content="gallery" location="aFilm Roman Internship.xml"/> [/CODE] Does anyone know …

0
109
Member Avatar for Reliable

Good Afternoon Everyone, AM I correct in that it is ok to use event.target if the target movie is a stand alone object. But I need to use event.currentTarget if the movie clip has children inside?

Member Avatar for mouseupevent
0
107
Member Avatar for madval88

I have a Mysql database and I am trying to import multiple records with multiple columns into Flash AS3 using PHP. My problem is I am able to make it work with a single column and multiple records but for multiple columns I am not being able to format it …

0
100
Member Avatar for CodeBoy101

Hi is there a way to export mp3 using AS3? As in layering them one on top the other? (Just like you would in an Audacoty project using lame). Thanks in advance for any help given.

Member Avatar for JasonHippy
0
180
Member Avatar for jasonslater

I'm looking at moving development of my games from ActionScript 3 to XCode - has anyone else made this move and are there any gotcha's I should watch out for?

0
104
Member Avatar for JOSheaIV

Okay so I am learning to write with with ActionScript for a flash project. First of all I hate this language and can't figure out how to solve my problem. I am trying to play the frames so that they appear 1 second apart but stop at a certain frame. …

Member Avatar for JOSheaIV
0
245
Member Avatar for tbridge

I am new to AS3 and i need to make a game that can juggle several balls on a platform (controlled by a user). So far i've got one ball that can juggle, but i dont know how to import more balls. I want the user to be able to …

Member Avatar for rajarajan2017
0
96
Member Avatar for Brandlax

ok, i am relly messed up...im currently developing a flash game..and there in frame 1, i have many instances (movieClip), event listeners, etc. But the problem is, when i tell it to go to the next frame, it shows an error saying this cannot be found or other things... how …

Member Avatar for keshavgarawal89
0
196
Member Avatar for Kieran Y5

Hi, I am working on a way to draw a graph with AS3. I have just put my code into different classes. I have a function that draws the graph axis but it doesn't seem to work properly. You will see what I mean in a min. [CODE] public function …

0
112
Member Avatar for PCBrown

[ATTACH=RIGHT]17138[/ATTACH]In an impressive gesture of goodwill, Apple has decided to publicize their app store review guidelines for developers, and has even lifted their restriction on third party development software. Yes, this even includes apps written in actionscript, the code behind Adobe Air and the ever-contested, Flash. While the does not …

1
193
Member Avatar for Kieran Y5

Hi, I need to get the UNIX timestamp from when the day started in AS3. How can I do this??? Thanks in advance :)

Member Avatar for JasonHippy
0
526
Member Avatar for JasonHippy

OK, I rarely start threads here, I'm more of a solutions guy than a problems guy; but I've started this thread off the back of something posted elsewhere by my good friend and regular poster in this forum, rajarajan07. (quoted below!) [QUOTE=rajarajan07;1257498]Jason always gives the great explanation for the thing …

Member Avatar for iamthwee
0
275
Member Avatar for Brandlax

Suppose, I have a movieClip named "movi". and through actionscript, i generated some more different movieClips. So now, "movi" will stay down under the different movieClips. how do i make "movi" stay always on top even after the moviClips has been added?

Member Avatar for JasonHippy
0
436
Member Avatar for leroi green

Hello All, I've been working in a flash site for a couple days and i've gotten a couple errors as of late. Here are the errors: TypeError: Error #1009: Cannot access a property or method of a null object reference. at DefaultAEG_fla::MainTimeline/frame122() TypeError: Error #1009: Cannot access a property or …

Member Avatar for rajarajan2017
0
117
Member Avatar for Brandlax

I want to know the most simple code of actionscript 3.0 on how to shake the screen. and i need this QUICK! thank you,

Member Avatar for iamthwee
0
114
Member Avatar for Th3nutz
Member Avatar for Chosen13
0
110
Member Avatar for Moirae

Hello, I'm working on a flip page gallery in Flash (AS3). I have this video tutorial from Cartoon Smart and one problem. How to mask a text box, is it possible in Flash using AS3? Cheers!

Member Avatar for Moirae
0
209
Member Avatar for chickenlord500

I have a .flv file (and also the original .mov from which the .flv was created) that i have imported into a new .fla - I also have created a button and assigned actionscript to the button that links to a new web page. The button works correctly. My issue …

Member Avatar for JasonHippy
0
150
Member Avatar for DJAyzed

Ok i seem to be have alot of problems with this script, first of all there must be an easier way to do something if a function doesnt trigger than having a variable but if this is the only way then it is not working for me. i first tried …

Member Avatar for rajarajan2017
0
133
Member Avatar for DJAyzed

Okay, so basically i have a movieclip on the screen and a function which loads a picture into it when it enters the frame. But i also have a function which makes it rise and grow when it is rolled over and it worked fine until i added the loader …

Member Avatar for DJAyzed
0
156
Member Avatar for samarudge

Hi, I am trying to retrieve the contents of my XML file and use the variables later on in the script; I have the following actionscript code [CODE=actionscript3]// Get XML Vars var xml:XML; var urlLoader = new URLLoader(); var songdataurl:String = '0'; urlLoader.addEventListener(Event.COMPLETE,onXMLLoaded); urlLoader.load(new URLRequest("data.xml")); function onXMLLoaded(e:Event):void{ xml = new …

Member Avatar for samarudge
0
154

The End.