Topic profile page for AS3.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: AS3.
Topic "As3" was discussed 15,977 times on 1,097 sites in last 3 months
Started 13 hours, 29 minutes ago (2009-12-05 22:08:00)
by Joel_Carter
Hello Alchemy Forum, I'm trying to iterate over the contents of an AS3 array that is passed to my Alchemy C function (skeleton examples below). I've left out the C code for convertArray1 as it works fine. convertArray2 was simplified as shown for debugging purposes. The problem I'm having is that the forEach call on array2 stops after the first callback to convertArray2. So all the ...
Started 2 days, 14 hours ago (2009-12-03 21:37:00)
by m2244
Hello, I have been working on a tool that outputs XML using AS3. Right now the output only shows up in the trace wondow. (But that's another topic) Anyway, when the user hits submit, if any of the text fields were left blank, I only get the closing tag for that field, ie, . Is this an issue or is it still valid XML? Thanks MH
Started 2 days, 17 hours ago (2009-12-03 18:30:00)
by golfervrsboxer
While I am aware that there is a way for AS3 to get variables from PHP I simply cannot get any of the ways I have seen to work. I have spent several hours on these forums and visited a number of different pages and none of the methods that people have proposed seem to work for me. I have constructed an super simplified example of what I am trying to do so that anyone interested to take a ...
Started 2 days, 20 hours ago (2009-12-03 15:31:00)
by bonder
While I am aware that there is a way for AS3 to get variables from PHP I simply cannot get any of the ways I have seen to work. I have spent several hours on these forums and visited a number of different pages and none of the methods that people have proposed seem to work for me. I have constructed an super simplified example of what I am trying to do so that anyone interested to take a look...
Started 2 days, 21 hours ago (2009-12-03 13:40:00)
by jdsflash
I'm trying to convert this script to as3. Can you help me convert this line below so I fits into the script. The one line im hung up on (so far) ActionScript Code: //var tempEnemy = map_mc.attachMovie("enemy", "enemy"+map_mc.getNextHighestDepth(), map_mc.getNextHighestDepth()); var tempEnemy = addChild ( enemy ) ; Full script ActionScript Code:...
Started 3 days, 1 hour ago (2009-12-03 10:09:00)
by tinagupta
hi, I am new to AS3. I have created a small thumbnail gallery in Flash using AS2. But the client needs the file in AS3 as his main swf is in AS3 and he can't call a AS2 from AS3. I have to convert the following to AS3. Please help. // Code for a slightly big image showing on mouse over. on click another swf loads btn1.onRollOver = function() { showBig(this, "Branding/1a....
Started 3 days, 1 hour ago (2009-12-03 09:50:00)
by jdsflash
I'm trying to convert this script to as3. Can you help me convert this line below so I fits into the script. Teh one line im hung up on (so far) Code: //var tempEnemy = map_mc.attachMovie("enemy", "enemy"+map_mc.getNextHighestDepth(), map_mc.getNextHighestDepth()); var tempEnemy = addChild(enemy); Full script Code: /** * Random Movement & Random Direction Change ...
Started 3 days, 3 hours ago (2009-12-03 07:59:00)
by Noct
I just finished writing my first As3 based program. *pat*pat I started out in Eclipse & Flex and finished my "Hello AIR" application, but I rapidly lost my mind when I tried to write something from scratch. Trying to figure out Flex and Eclipse, a new language, a new markup language, and total OOP all at once was a bit more then my brain could take at once. I was starting to lose ...
Started 1 week ago (2009-11-29 01:14:00)
by joni99
how to use droptarget in AS3 ? in AS2 it was Code: on (press) { startDrag(this); } on (release) { stopDrag (); if (_root.x_mc._droptarget == "/y_mc") { _root.a_mc.gotoAndStop(2); } } how i write it in AS3 ? i want "x_mc" to droptarget on "y_mc" and use an action...
Started 1 week, 1 day ago (2009-11-27 20:31:00)
by Bike Jones
-The Situation- So I'm just about finished with school for Game Art and Design. For the past two months I've been in my first and only coding class. The school just officially switched to AS3 officially so the teacher has no experience teaching it. The way he set up the class was he put us into groups, and each week he gives us a research topic. Something we have to go out and figure out ...
Started 1 week, 1 day ago (2009-11-28 06:01:00)
by barryg
I'm currently clicking on a photo on a site and using a javascript window.open to display an enlargement in its own window. What I would like to do is use a javascript "Lightbox" effect written in AS3 as a class. I know as a minimum a tween would be used. Anyone have any suggestions to get started.
Started 1 week, 1 day ago (2009-11-27 22:15:00)
by dissonantallure
Hello all, I am just beginning to learn AS3, and I have come across a seemingly simple problem which I cannot fix. I am trying to load an external swf into a flash movie using AS3. I have two swf files. The first is called "loader.swf" which contains the following script: Code: var request:URLRequest = new URLRequest("movie.swf"); var loader:Loader = new Loader() loader.load(...
I'm working on a project that involves allowing users to upload (and download) files on my server. I have been using pretty standard as3 + PHP to accomplish this. basically using the FileReference(), data variables and POST. How secure or insecure do you think it is to allow the upload of SWFs ? how about all files ? How common is that ? … Ive heard that theres apps like Charles ...
Started 1 week, 1 day ago (2009-11-28 08:54:00)
by Anh Ly
Hi there. I have embedded several navigational cue points in an FLV. I have a button on the stage that jumps to a cue point in the video when clicked. Can someone please tell me how to get the video to stop playing when it reaches the second cue point? It's 4a.m. and I would like to go to sleep, so help is GREATLY appreciated! :) Here's my code: var flvControl:FLVPlayback = ...
Started 4 days, 23 hours ago (2009-12-01 11:47:00)
by Jamai75
Hi all, I'd like to know is it possible to pass two values (numbers) from Director 11 to Flash (which uses Actionscript 3.0). I have imported the Flash to the Director stage, but to set up the Flash correctly it needs to get two values which user has inserted in Director earlier.
Started 1 week, 1 day ago (2009-11-27 14:25:00)
by attunedesigns
Hi all! I'm trying to expand my server-side knowledge, and take the leap into dynamic XML generation. Essentially i'd like to make it easier for clients and myself to update the data feeding into a SWF. Is the best way to create a custom CMS in PHP, then within AS3 load the PHP doc in place of the XML? CIA, IRS, ABC? LOL? Thanks!