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... 

ActionScript 3.0 | Forum profile

Forum profile page for ActionScript 3.0 on http://www.kirupa.com. This report page is the aggregated overview from a single forum: ActionScript 3.0, located on the Message Board at http://www.kirupa.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "ActionScript 3.0" on the Message Board at http://www.kirupa.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Kirupa Forum - ActionScript 3.0 (site profile, domain info kirupa.com)
Title: ActionScript 3.0
Url: http://www.kirupa.com/forum/forumdisplay.php?s=...
Users activity: 28 posts per thread
Forum activity: 294 active threads during last week
 

Posting activity on ActionScript 3.0:

  Week Month 3 Months
Threads: 294 1,099 3,123
Post: 774 3,168 8,782
 

ActionScript 3.0 Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
jase21
38
user's latest post:
How can I detect that the Flash...
Published (2009-11-28 04:31:00)
You need to listen to the CLOSE event. I think.. Code: myScoket = new XMLSocket(); mySocket.addEventListener(Event.CLOSE, disconnect); function disconnect(event:Event):void { //diconnect it.. } [Edit] there is Event.CLOSING, to detect whether a window is about to close and is fired before CLOSE event. But its AIR only.
TheCanadian
27
user's latest post:
RegExp... String.replace(?)
Published (2009-11-28 04:44:00)
You're welcome
micken
26
user's latest post:
Dynamic font size?
Published (2009-11-26 15:19:00)
Thanks glosrfc!
wvxvw
26
user's latest post:
Tiling background image on a...
Published (2009-11-28 19:11:00)
I'm not sure on maximum size of display object, 4080 would be the bitmapdata maximum size in FP10 though. I presume you need this for a computer with 2 monitors where each one of them is 30", right? As it is of today, the highest resolution in the industry is 3280x2048 (WQSXGA). But it is hard to imagine those will need Flash Player as their primary use is in science field. Anyways, why don't you just split it in two, if...
IqAndreas
24
user's latest post:
the width automatically changes
Published (2009-11-28 22:38:00)
Perhaps you accidentally scaled it, where the scale value would be around 1.5. Or perhaps there are children you don't know about. Try seeing what numChildren returns. Otherwise, it could be pretty much anything. Could you upload the FLA?
0L4F
20
user's latest post:
Room design
Published (2009-11-28 15:09:00)
I'd do this with a SharedObject , indeed a Flash cookie. http://livedocs.adobe.com/flash/9.0/...redObject.html
a tadster
17
user's latest post:
Security solutions -- should I...
Published (2009-11-26 09:21:00)
Quote: What would prevent someone from just creating a container SWF that loads your SWF in, then just asks the embedded asset about itself? well, the thing is that embedded assets don't show up at all in a decompiler. The hacker would need to know that the asset exists, and there is no way to know that from a decompile. (or any other means really..) The actual [Emebed...] line only exists at compile time, once compiled all that is left...
BeerOclock
17
user's latest post:
2-colored (bordered) text?
Published (2009-11-28 17:17:00)
Is a layer style something thats available in Flash CS3? All my google searches for layer styles point to photoshop tutorials. Is it something I have to do in photoshop and then import into flash? Or can I do it directlyin Flash? (Preferably programatically) EDIT: OOH wait a minute, I can apply filters directly to a TextField. That should do it I think. I think my autocomplete is screwy because it was telling me I couldnt set filters on a...
n000bie
16
user's latest post:
Array problem
Published (2009-11-26 01:19:00)
I got a 8x8 grid, filled with random movie clips from 7 frames (they got no. 1 to 7). What am I trying to do (from last 3 days) ? When clicked on any movie clip get their neighbor movie clip type and if they are same disappear. This is taken from the first row. 3 2 1 7 2 6 6 6 here If i click the third clip which is 1, check both side compare it with current one and if it is not same do nothing else disappear. Here is the code i have done so...
Scythe
16
user's latest post:
chimney smoke animation
Published (2009-11-26 03:57:00)
Alas, this would be so much easier if Flash had some proper way to make non-affine transformations. There's a very basic way to apply an uneven scaling in the authoring environment where only the top part of an object becomes wider, but it only works on shapes and not symbols. Frame by frame could work in that case. Here's a sorry example of what that could look like, but it might give you the idea (took way too long to make and it...
 

Latest active threads on ActionScript 3.0::

Kirupa Forum
Started 1 day, 5 hours ago (2009-11-28 23:33:00)  by SumYungGai
My code is... ActionScript Code: var slidingTilesButtons: MovieClip = new MovieClip ( ) ; stage . addChild ( slidingTilesButtons ) ; var rootLevel: Number ; function createButtons ( ) { for ( var i: Number = 0 ; i < 4 ; i++ ) { for ( var j: Number = 0 ; j < 5 ; j++ ) { var STLB:SlidingTilesLevelButton = new ...
Thread:  Show this thread (4 posts)   Thread info: Need hewp with groups of buttons Size: 5,707 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Need hewp with groups of buttons :: ActionScript 3.0 :: Kirupa Forum"
Kirupa Forum
Started 1 day, 6 hours ago (2009-11-28 22:38:00)  by IqAndreas
Perhaps you accidentally scaled it, where the scale value would be around 1.5. Or perhaps there are children you don't know about. Try seeing what numChildren returns. Otherwise, it could be pretty much anything. Could you upload the FLA?
Thread:  Show this thread (6 posts)   Thread info: the width automatically changes Size: 268 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: the width automatically changes :: ActionScript 3.0 :: Kirupa Forum"
Kirupa Forum
Started 2 days, 1 hour ago (2009-11-28 03:42:00)  by snowboardfoo
i tried extending GlowFilter class but i get error: Error: Base class is final.
Thread:  Show this thread (3 posts)   Thread info: How to make filters scale relatively with parent DisplayObject ?? Size: 94 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to make filters scale relatively with parent DisplayObject ?? :: ActionScript 3.0 :: Kirupa Forum"
Kirupa Forum
Started 1 day, 10 hours ago (2009-11-28 19:11:00)  by wvxvw
I'm not sure on maximum size of display object, 4080 would be the bitmapdata maximum size in FP10 though. I presume you need this for a computer with 2 monitors where each one of them is 30", right? As it is of today, the highest resolution in the industry is 3280x2048 (WQSXGA). But it is hard to imagine those will need Flash Player as their primary use is in science field. Anyways, why don't ...
Thread:  Show this thread (2 posts)   Thread info: Tiling background image on a display object - is there a limitation in
object size? Size: 458 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Tiling background image on a display object - is there a limitation in
object size? :: ActionScript 3.0 :: Kirupa Forum"
Kirupa Forum
Started 2 days, 12 hours ago (2009-11-27 16:54:00)  by FizixMan
Well possibly if you want to scale it so that it becomes stretched and warped...
Thread:  Show this thread (5 posts)   Thread info: Full screen video in fact not fullscreen Size: 80 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Full screen video in fact not fullscreen :: ActionScript 3.0 :: Kirupa Forum"
Kirupa Forum
Started 1 day, 12 hours ago (2009-11-28 17:05:00)  by Anogar
You can do it with layer styles. There's not a 'stroke' style, but a DropShadowFilter with 1000% strength does the trick.
Thread:  Show this thread (3 posts)   Thread info: 2-colored (bordered) text? Size: 121 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 2-colored (bordered) text? :: ActionScript 3.0 :: Kirupa Forum"
Kirupa Forum
Started 1 day, 14 hours ago (2009-11-28 14:37:00)  by BeerOclock
Quote: Originally Posted by OMG I think I've made some fundamental error here... I have a public variable a in class A, and I want to access it in class B, but I cant (access of possibly undefined property...) what's wrong here? now every time I want to refer to a variable in class A I need to pass the variable reference to class...
Thread:  Show this thread (5 posts)   Thread info: cannot access public variable Size: 1,211 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: cannot access public variable :: ActionScript 3.0 :: Kirupa Forum"
Kirupa Forum
Started 1 day, 13 hours ago (2009-11-28 15:56:00)  by creatify
If you're talking about several stacked images that respond to the mouse position but move at different speeds, that referred to as parallax. I'd google "flash tutorial parallax" - you should find some info on that.
Thread:  Show this thread (2 posts)   Thread info: Persrective effect on mouse move!!! Size: 241 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Persrective effect on mouse move!!! :: ActionScript 3.0 :: Kirupa Forum"
Kirupa Forum
Started 1 day, 14 hours ago (2009-11-28 15:09:00)  by 0L4F
I'd do this with a SharedObject , indeed a Flash cookie. http://livedocs.adobe.com/flash/9.0/...redObject.h tml
Thread:  Show this thread (3 posts)   Thread info: Room design Size: 251 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Room design :: ActionScript 3.0 :: Kirupa Forum"
 

Hot threads for last week on ActionScript 3.0::

ActionScript 3.0
Started 5 days, 1 hour ago (2009-11-25 04:14:00)  by Anogar
Pretty encouraging results with an obfuscated AS2 SWF. I think I can use that as a little mini processing server through LocalConnection and get decent results. I'll post about it when I have it working.
Thread:  Show this thread (32 posts)   Thread info: Security solutions -- should I try obfuscated AS2? Size: 294 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Security solutions -- should I try obfuscated AS2? :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
Started 6 days, 14 hours ago (2009-11-23 14:48:00)  by 0L4F
Hi geestring, I was trying to read through you code but there are some things in it I can't wrap my head around. First one is this: ActionScript Code: addChild ( hold ) ; mcHolder. addChild ( hold ) ; You do realize that hold is now a child of mcHolder only, and that the first line is redundant? Then this: ActionScript Code: storage [ hold ] = new ...
Thread:  Show this thread (13 posts)   Thread info: parent and child relationships with swapping depths Size: 1,927 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: parent and child relationships with swapping depths :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
RE: pause & skip mp3 - 13 new posts
Started 5 days, 18 hours ago (2009-11-24 10:53:00)  by jjdelv
So, I figured out how to stop the sound but not how to restart it from the same place. I put in the following code: Code: function stopSong(e:MouseEvent):void { channel.stop(); } Anyone got any ideas? I was also wondering if anyone knew how to insert a timer so that people could skip to different parts of the track or simply figure out how long it is. Is that included in ...
Thread:  Show this thread (13 posts)   Thread info: pause & skip mp3 Size: 792 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: pause & skip mp3 :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
Started 1 week ago (2009-11-23 01:58:00)  by jase21
Code: public var mouseIconClicked:Boolean; public function onClickStartKeyControl( event:MouseEvent):void { mouseIconClicked = false; //=> keyboard icon is clicked dispatchEvent( new NavigationEvent( NavigationEvent.START ) ); } public function onClickStartMouseControl( event:MouseEvent):void { mouseIconClicked = true; //=> mouse icon is clicked ...
Thread:  Show this thread (12 posts)   Thread info: passing value to different class problem Size: 788 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: passing value to different class problem :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
Started 3 days, 16 hours ago (2009-11-26 12:53:00)  by glosrfc
Two things: 1. Is the font embedded? 2. Is the textfield set for "Anti-alias for animation"?
Thread:  Show this thread (11 posts)   Thread info: Tweening the scale of TextFields "jerky" Size: 118 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Tweening the scale of TextFields "jerky" :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
Started 1 week, 2 days ago (2009-11-21 00:39:00)  by Shaedo
I get ActionScript Code: 0 . 1 0 . 2 0 . 30000000000000004 0 . 4 0 . 5 0 . 6000000000000001 0 . 7000000000000001 0 . 8 0 . 9 but I see your point (I think) EDIT and this trace(1*.1*10);//1 trace(2*.1*10);//2 trace(3*.1*10);//3.0000000000000004 trace(4*.1*10);//4 trace(5*.1*10);//5 trace(6*.1*10);//6.000000000000001 trace(7*.1*10);//7.000000000000001 ...
Thread:  Show this thread (9 posts)   Thread info: Double-You Tee Eff! (Question Mark) Is this a known bug? Size: 1,511 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Double-You Tee Eff! (Question Mark) Is this a known bug? :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
Started 5 days, 5 hours ago (2009-11-24 23:27:00)  by xFlashStudentx
The code I had was correct: MovieClip(root.root).startClips(); I had some other code that threw this code off... how? I don't know that...but this is resolved...
Thread:  Show this thread (9 posts)   Thread info: Reference Main timeline Size: 199 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Reference Main timeline :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
Started 6 days, 19 hours ago (2009-11-23 09:37:00)  by ukl66
hundreds of them can be found here http://activeden.net/searches?term=accordion&type= files
Thread:  Show this thread (8 posts)   Thread info: Genie Effect Accordian menu Size: 202 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Genie Effect Accordian menu :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
Started 5 days, 12 hours ago (2009-11-24 17:16:00)  by wvxvw
Change: Code: // left blank intentionally to ActionScript Code: trace ( "Am I what you think I am?" ) ; 9 out of 10 you won't see this trace either.
Thread:  Show this thread (8 posts)   Thread info: FunctionName not a function Error 1006 Size: 926 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: FunctionName not a function Error 1006 :: ActionScript 3.0 :: Kirupa Forum"
ActionScript 3.0
RE: Error #2007 - 7 new posts
Started 1 week ago (2009-11-22 13:25:00)  by jase21
did you import the necessary packages? import fl.controls.*; etc..
Thread:  Show this thread (7 posts)   Thread info: Error #2007 Size: 88 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Error #2007 :: ActionScript 3.0 :: Kirupa Forum"

This page was found by:   "swf-reader.com"  kirupa actionscript  actionscript 3 1152