Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

AS3 | Topic profile

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
Search discussions, forums, images, videos, about "As3" on BoardReader!
 

BoardReader Trendy!

Topic 1:

Topic 2:

Topic 3:

Domain Profile
Domain:

Posting activity graph on as3:

Posts by:  day  week  month 

 

Related topics:


as3 was discussed on the following sites:

ActionScript.org Forums ActionScript.org Forums - 3,403 ActionScript.org Forums - site profile
Kirupa Forum Kirupa Forum - 2,680 Kirupa Forum - site profile
Adobe - Forums Adobe - Forums - 2,553 Adobe - Forums - site profile
Flash Kit Community Forums Flash Kit Community Forums - 2,078 Flash Kit Community Forums - site profile
Health Forums Health Forums - 824 Health Forums - site profile

 

Related threads on as3:

Action Script 3 How to convert AS2 to AS3?  Adobe - Forums - site profile Action Script 3 - forum profile  Go to this thread  How to convert AS2 to AS3?
hightechdave Flash for CS5 delivers iPhone apps using AS3!...  Twitter / hightechdave - site profile hightechdave - forum profile  Go to this thread  Flash for CS5 delivers iPhone apps using AS3! http://ow.ly/sNZ3 11:54 AM Oct 5th from HootSuite
mithiworld Flash AS3/Flex- by ituhitam http://bit.ly/CARzU   mithiworld - Identi.ca - site profile mithiworld - forum profile  Go to this thread  Flash AS3/Flex- by ituhitam http://bit.ly/CARzU
Actionscript 3.0 Help with character movement in AS3  Flash Kit Community Forums - site profile Actionscript 3.0 - forum profile  Go to this thread  Help with character movement in AS3
batchass coding a Branches generator plugin for onyx-vj as3 vj...  Twitter / batchass - site profile batchass - forum profile  Go to this thread  coding a Branches generator plugin for onyx-vj as3 vj open source software 12:06 PM Aug 10th from web

Latest threads on as3:

Alchemy
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 ...
Source: Adobe - Forums More from this site Adobe - Forums - site profile 
Forum:  Alchemy  Alchemy - forum profile
Thread:  Show this thread (1 post) More from Trouble Iterating AS3 Arrays from Alchemy C  Thread Thread info: Trouble Iterating AS3 Arrays from Alchemy C Size: 5,305 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Trouble Iterating AS3 Arrays from Alchemy C :: Alchemy :: Adobe - Forums"
mde
Started 2 days, 5 hours ago (2009-12-04 06:27:42)  by mde
Source: mde - Identi.ca More from this site mde - Identi.ca - site profile 
Forum:  mde  mde - forum profile
Thread:  Show this thread (1 post) More from Listening to Rush, "All the World's a Stage," and fixing an irritating AS3 bug. Synchronizing the asynchronous.  Thread Thread info: Listening to Rush, "All the World's a Stage," and fixing an irritating AS3 bug. Synchronizing the asynchronous. Size: 121 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Listening to Rush, "All the World's a Stage," and fixing an irritating AS3 bug. Synchronizing the asynchronous. :: mde :: mde - Identi.ca"
ActionScript 3.0
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
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (2 posts) More from XML and AS3  Thread Thread info: XML and AS3 Size: 391 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "XML and AS3 :: ActionScript 3.0 :: ActionScript.org Forums"
ActionScript 3.0
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 ...
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (9 posts) More from PHP Variable to AS3 Question  Thread Thread info: PHP Variable to AS3 Question Size: 4,341 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "PHP Variable to AS3 Question :: ActionScript 3.0 :: ActionScript.org Forums"
ActionScript 3.0
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...
Source: Kirupa Forum More from this site Kirupa Forum - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (5 posts) More from PHP Variable to AS3 Question  Thread Thread info: PHP Variable to AS3 Question Size: 3,288 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "PHP Variable to AS3 Question :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
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:...
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (3 posts) More from as2 to as3 conversion problem  Thread Thread info: as2 to as3 conversion problem Size: 15 kb
Related Threads: Same Site | All Sites
Customize:  Customize "as2 to as3 conversion problem :: ActionScript 3.0 :: ActionScript.org Forums"
ActionScript 3.0
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....
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (4 posts) More from AS2 to AS3  Thread Thread info: AS2 to AS3 Size: 2,565 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "AS2 to AS3 :: ActionScript 3.0 :: ActionScript.org Forums"
ActionScript 3.0
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 ...
Source: Kirupa Forum More from this site Kirupa Forum - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (2 posts) More from as2 to as3 conversion problem  Thread Thread info: as2 to as3 conversion problem Size: 4,065 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "as2 to as3 conversion problem :: ActionScript 3.0 :: Kirupa Forum"
General Chat
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 ...
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  General Chat  General Chat - forum profile
Thread:  Show this thread (5 posts) More from Hello As3.  Thread Thread info: Hello As3. Size: 1,172 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Hello As3. :: General Chat :: ActionScript.org Forums"
mde
Started 3 days, 3 hours ago (2009-12-03 07:54:10)  by mde
Source: mde - Identi.ca More from this site mde - Identi.ca - site profile 
Forum:  mde  mde - forum profile
Thread:  Show this thread (1 post) More from Damn, where did today go? Lots of AS3 work, discussion about tech writing over lunch, beers in memoriam, and geopolitical chitchat.  Thread Thread info: Damn, where did today go? Lots of AS3 work, discussion about tech writing over lunch, beers in memoriam, and geopolitical chitchat. Size: 131 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Damn, where did today go? Lots of AS3 work, discussion about tech writing over lunch, beers in memoriam, and geopolitical... :: mde :: mde - Identi.ca"
 

Hot threads on as3:

ActionScript 3.0
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...
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (5 posts) More from how to use droptarget in AS3 ?  Thread Thread info: how to use droptarget in AS3 ? Size: 1,220 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "how to use droptarget in AS3 ? :: ActionScript 3.0 :: ActionScript.org Forums"
beafreelancer
Started 5 days, 21 hours ago (2009-11-30 14:26:54)  by beafreelancer
Source: beafreelancer - Identi.ca More from this site beafreelancer - Identi.ca - site profile 
Forum:  beafreelancer  beafreelancer - forum profile
Thread:  Show this thread (2 posts) More from #Job Hello, I need someone that can provide me a ready-to-work function in AS3 (Flex), using JPEG.. http://bit.ly/8vRETq Follow Me  Thread Thread info: #Job Hello, I need someone that can provide me a ready-to-work function in AS3 (Flex), using JPEG.. http://bit.ly/8vRETq Follow Me Size: 333 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "#  Job   Hello, I need someone that can provide me a ready-to-work function in AS3 (Flex), using JPEG..  http://bit.ly/8vRETq  Follow... :: beafreelancer :: beafreelancer - Identi.ca"
Gaming and Game Development
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 ...
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  Gaming and Game Development  Gaming and Game Development - forum profile
Thread:  Show this thread (6 posts) More from [AS3] 8 Directional Shooting  Thread Thread info: [AS3] 8 Directional Shooting Size: 8,254 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[AS3] 8 Directional Shooting :: Gaming and Game Development :: ActionScript.org Forums"
ActionScript 3.0
AS3 Lightbox  - 1 new post Read thread in new window
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.
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (1 post) More from AS3 Lightbox  Thread Thread info: AS3 Lightbox Size: 327 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "AS3 Lightbox :: ActionScript 3.0 :: ActionScript.org Forums"
ActionScript 3.0
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(...
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (5 posts) More from AS3 Cannot Load External SWF!?  Thread Thread info: AS3 Cannot Load External SWF!? Size: 1,239 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "AS3 Cannot Load External SWF!? :: ActionScript 3.0 :: ActionScript.org Forums"
ActionScript 3.0
security AS3 + PHP  - 1 new post Read thread in new window
Started 1 week ago (2009-11-28 19:39:00)  by mik
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 SWF’s ? how about all files ? How common is that ? … I’ve heard that there’s apps like Charles ...
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (9 posts) More from security AS3 + PHP  Thread Thread info: security AS3 + PHP Size: 823 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "security AS3 + PHP :: ActionScript 3.0 :: ActionScript.org Forums"
ActionScript 3.0
Started 5 days, 6 hours ago (2009-12-01 05:06:00)  by hencook
Trouble with ELSE from AS2 to AS3 ActionScript Code: btnAddbravery. addEventListener ( MouseEvent. CLICK , addBravery ) ; function addBravery ( event:MouseEvent ) : void {     if ( bravery > 9 ) {   if ( pointsLeft > 2 ) {     bravery++;   pointsLeft = pointsLeft - 2 ;   }   displayPointsLeft. text = ...
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  ActionScript 3.0  ActionScript 3.0 - forum profile
Thread:  Show this thread (4 posts) More from Trouble with ELSE from AS2 to AS3  Thread Thread info: Trouble with ELSE from AS2 to AS3 Size: 3,765 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Trouble with ELSE from AS2 to AS3 :: ActionScript 3.0 :: ActionScript.org Forums"
Adobe Flash
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 = ...
Source: Forums - Creative COW More from this site Forums - Creative COW - site profile 
Forum:  Adobe Flash  Adobe Flash - forum profile
Thread:  Show this thread (1 post) More from AS3 Cue points to play time range  Thread Thread info: AS3 Cue points to play time range Size: 757 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "AS3 Cue points to play time range :: Adobe Flash :: Forums - Creative COW"
Newbies
Started 4 days, 20 hours ago (2009-12-01 15:24:00)  by meminus
Source: www.flashmove.com More from this site www.flashmove.com - site profile 
Forum:  Newbies   Newbies   - forum profile
Thread:  Show this thread (1 post) More from How to get back to stage?  Thread Thread info: How to get back to stage? Size: 0 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Where is _root in AS3? :: Newbies   :: www.flashmove.com"
macromedia.director.basics
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.
Server-Side Scripting
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!
Source: ActionScript.org Forums More from this site ActionScript.org Forums - site profile 
Forum:  Server-Side Scripting  Server-Side Scripting - forum profile
Thread:  Show this thread (4 posts) More from [AS3] custom PHP CMS XML  Thread Thread info: [AS3] custom PHP CMS XML Size: 369 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[AS3] custom PHP CMS XML :: Server-Side Scripting :: ActionScript.org Forums"