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 2.0 | Forum profile

Forum profile page for ActionScript 2.0 on http://www.actionscript.org. This report page is the aggregated overview from a single forum: ActionScript 2.0, located on the Message Board at http://www.actionscript.org. 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 2.0" on the Message Board at http://www.actionscript.org 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: ActionScript.org Forums - ActionScript 2.0 (site profile, domain info actionscript.org)
Title: ActionScript 2.0
Url: http://www.actionscript.org/forums/forumdisplay...
Users activity: 23 posts per thread
Forum activity: 297 active threads during last week
 

Posting activity on ActionScript 2.0:

  Week Month 3 Months
Threads: 297 1,019 2,808
Post: 677 2,367 6,465
 

ActionScript 2.0 Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
loadlearn
70
user's latest post:
email form
Published (2009-11-27 06:05:00)
For having tested it myself, it works fine. Welcome.
asf8
48
user's latest post:
making movie clips appear one at...
Published (2009-11-27 16:00:00)
First, If its actual text your tweening , make sure your font is embedded since you want to adjust th _alpha. Then try this... ActionScript Code: stop ( ) ; var textArray = new Array ( text1, text2, text3, text4, text5, text6,                           text7, text8, text9, text10, text11, text12 )...
galak
34
user's latest post:
Yet another embedFonts question
Published (2009-11-21 05:39:00)
Ok, a solution could be to set on the scene, some empty fields that embed the fonts you want. That is, not related to a library font, but embedded through the embed option of the prop panel for the text fields. Also you need to know that if you were to use, bold, itallic, or bold itallic, you should stick an empty field for each of these specific fields. These are fields you won't use, they just serve to actuelly embed the font. When you...
javvi
17
user's latest post:
making decimals into whole numbers
Published (2009-11-24 18:48:00)
ok.. I figured it out. I added the Int(); at the beginning of each of my variables like this: total = Math.floor(int(var1) + int(var2)); then to display it I did: int(_root.total_txt.text) = total; thank you all
neilmmm
17
user's latest post:
Random some movieclip on a flash
Published (2009-11-26 23:46:00)
post an fla i should say this is not my code ... it is something i picked up, from here i think and have often used ... i would not like to take credit for something that is not mine
theGlassBeadGame
17
user's latest post:
Export the value of a variable...
Published (2009-11-27 14:10:00)
Hi, I think you are looking at using fscommand. Look it up in the flash help panel and it will tell you exactly what to do, but it will be something along the lines of: fscommand ("save","myfile.txt");
YourDirector
14
user's latest post:
email form
Published (2009-11-27 04:52:00)
This seems perfect, i'm going to go over it tomorrow. Thanks
juss
13
user's latest post:
true and false quiz help - Page...
Published (2009-11-26 06:29:00)
Alright. I realised components actually gave me alot of problems. I got it working, using the script you guided me through previously. Thank goodness I have you, or I'd be left there hanging by myself. Haha! =)
Renderer10
13
user's latest post:
true and false quiz help - Page...
Published (2009-11-26 06:41:00)
So what does your final script look like?
SixfootStudio
11
user's latest post:
How to prevent FLV video player...
Published (2009-11-24 22:54:00)
Worked like a charm! My video now loads hi, medium and lo qualities based on the Metadata in the FLV and it places itself on the stage well! Thanks guys! Late here tonight so I will upload the videos etc to show tomorrow! Cheers, James
 

Latest active threads on ActionScript 2.0::

ActionScript.org Forums
Started 7 hours, 59 minutes ago (2009-11-29 01:00:00)  by asf8
Quote: Originally Posted by akrobata79 I want to create a new textfield and it seems that i need to import text related classes You shouldn't need to import any classes to make a textfield? ActionScript Code: var mytext: TextField = this . createTextField ( "mytext" , 1 , 50 , 50 , 300 , ...
Thread:  Show this thread (7 posts)   Thread info: import mx.text ??? -is that right? Size: 1,733 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: import mx.text ??? -is that right? :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript.org Forums
Started 7 hours, 50 minutes ago (2009-11-29 01:09:00)  by asf8
Preload Sound loadSound http://www.kennybellew.com/tutorial/..._preloader. htm http://www.kennybellew.com/tutorial/...d_multiple. htm attachSound http://www.kennybellew.com/tutorial/...ttachsound. htm Etc... Hope something helps.
Thread:  Show this thread (10 posts)   Thread info: Audio buffering visual needed Size: 563 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Audio buffering visual needed :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript.org Forums
Started 4 hours, 51 minutes ago (2009-11-29 04:08:00)  by loadlearn
Confused! Better attach your .fla.
Thread:  Show this thread (2 posts)   Thread info: Movie Clip / Frame Problem... HELP PLEASE!!! Size: 34 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Movie Clip / Frame Problem... HELP PLEASE!!! :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript.org Forums
Started 2 days, 4 hours ago (2009-11-27 04:13:00)  by loadlearn
http://tutorials.flashvacuum.com/ind...?show=Email 101
Thread:  Show this thread (9 posts)   Thread info: email form Size: 142 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: email form :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript.org Forums
Started 12 hours, 53 minutes ago (2009-11-28 20:06:00)  by dialectric
Hi, If you are removing content from the end of the array, you can use the .length property to shorten a multidimensional array. ActionScript Code: a = [ 0 , 1 , 2 ] ; b = [ 0 , 2 , 4 ] ; c = [ 2 , 4 , 6 ] ; my_array = [ a,b,c ] ; trace ( "longer array: " +my_array ) ; my_array. length = 1 ; trace ( "shortened array: " +my_array ) ; - dialectric
Thread:  Show this thread (2 posts)   Thread info: multidimensional arrays Size: 1,764 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: multidimensional arrays :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript.org Forums
Started 13 hours, 6 minutes ago (2009-11-28 19:53:00)  by dialectric
Hi, Not sure if there's a way to do this in Flash; you could use PHP - it has a number of path functions where you can get and set the web address http://www.w3schools.com/php/php_ref_directory.asp - dialectric
Thread:  Show this thread (2 posts)   Thread info: How to change the Address Size: 327 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to change the Address :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript.org Forums
Started 13 hours, 11 minutes ago (2009-11-28 19:48:00)  by dialectric
Hi, I've had success using the yourminis api RSS loader for straigtforward RSS loading to dynamic text objects: http://dev.aol.com/api/yourminis/lea...idget-tutor ial - dialectric
Thread:  Show this thread (2 posts)   Thread info: Display RSS Feed Headline Size: 310 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Display RSS Feed Headline :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript.org Forums
Started 13 hours, 25 minutes ago (2009-11-28 19:34:00)  by dialectric
Hi, You might start by looking over the examples in this calendar challenge thread: http://www.actionscript.org/forums/s...ndar+challe nge - dialectric
Thread:  Show this thread (2 posts)   Thread info: calendar by flash Size: 332 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: calendar by flash :: ActionScript 2.0 :: ActionScript.org Forums"
 

Hot threads for last week on ActionScript 2.0::

ActionScript 2.0
Started 5 days, 3 hours ago (2009-11-24 05:05:00)  by Renderer10
Storing each question in an array is a good idea, though I would make it multi-dimensional, that way you can store each answer with the appropriate question. Then you could create a new array, and iterate through the questions array, picking random entries and adding them to the new array, then removing the question from the questions array, so it doesn't get picked again. ActionScript ...
Thread:  Show this thread (24 posts)   Thread info: true and false quiz HELP! Size: 4,569 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: true and false quiz HELP! :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
Started 1 week, 2 days ago (2009-11-20 06:22:00)  by SixfootStudio
Hi all, I have built an FLV video player and used Sorenson to compress a bunch of movies in hi, med, and lo quality. Everything works when I click to load these different video qualities but all the videos auto stretch to the MC width and height. Does anyone know how I can prevent this from happening? Thanks, James
Thread:  Show this thread (17 posts)   Thread info: How to prevent FLV video player from auto stretching Size: 375 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to prevent FLV video player from auto stretching :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
Print MC Filters - 11 new posts
Started 5 days, 16 hours ago (2009-11-23 16:28:00)  by carriker
Print MC Filters Does anyone know a way to generate a print job that doesn't lose the movie clip filters (drop shadow, glow, etc.) It seems to drop them regardless of whether printAsBitmap is true or false. Thanks in advance. --Carriker
Thread:  Show this thread (11 posts)   Thread info: Print MC Filters Size: 630 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Print MC Filters :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
Started 5 days, 14 hours ago (2009-11-23 18:05:00)  by SomeGuero
loadMovie based on date I need to load external movies based on the calendar date. need the script. Please Help!!!!
Thread:  Show this thread (9 posts)   Thread info: loadMovie based on date Size: 480 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "loadMovie based on date :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
Started 4 days, 15 hours ago (2009-11-24 17:27:00)  by asf8
I am not sure if your open to changing your approach? But you may wish to look into TweenLite / TweenMax (or even Tweener / MCTween) which all have built in parameters for delays, etc.... The same maker of TweenLite / TweenMax also has TimlineLite / TimelineMax which would allow you to do this easily also. Check it out.... http://blog.greensock.com/ If you want to stick with Flashes built...
Thread:  Show this thread (9 posts)   Thread info: Trouble with setTimeout. Size: 926 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Trouble with setTimeout. :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
Started 2 days, 17 hours ago (2009-11-26 15:22:00)  by neilmmm
Code: var SW:Number = Stage.width; var SH:Number = Stage.height; var noStars:Number = 50; var mcStar:MovieClip; var aStars:Array = new Array(); init(); function init():Void { for (var i:Number = 0; i<noStars; i++) { mcStar = _root.attachMovie("star", "star"+i, i); aStars.push(mcStar); randomPlacement(); } } function randomPlacement():Void { mcStar._x = Math.random...
Thread:  Show this thread (9 posts)   Thread info: Random some movieclip on a flash Size: 917 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Random some movieclip on a flash :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
Started 1 week, 5 days ago (2009-11-17 06:04:00)  by loadlearn
You need to convert the .swf into a video format, and then burn that video unto the DVD. http://www.geovid.com/Flash_to_Video_Encoder_PRO/
Thread:  Show this thread (18 posts)   Thread info: Convert swf file into DVD with 4:3 Aspect Ratio Size: 235 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Convert swf file into DVD with 4:3 Aspect Ratio :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
RE: email form - 8 new posts
Started 2 days, 4 hours ago (2009-11-27 04:13:00)  by loadlearn
http://tutorials.flashvacuum.com/ind...?show=Email 101
Thread:  Show this thread (9 posts)   Thread info: email form Size: 142 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: email form :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
RE: playing sound? - 7 new posts
Started 6 days, 9 hours ago (2009-11-22 23:16:00)  by crosshair
http://www.adobe.com/support/flash/a...ionary655.h tml
Thread:  Show this thread (7 posts)   Thread info: playing sound? Size: 191 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: playing sound? :: ActionScript 2.0 :: ActionScript.org Forums"
ActionScript 2.0
Started 5 days, 15 hours ago (2009-11-23 17:09:00)  by Zebda02
If a value is not USA Trying to create a function that checks if a drop down menu value is not equal to "USA" or United States of America change the shipping value to $15. I can't seem to figure out how to format/write it properly. Can anyone recommend how to go about doing this in AS2? Thanks— Zeb
Thread:  Show this thread (7 posts)   Thread info: If a value is not USA Size: 697 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "If a value is not USA :: ActionScript 2.0 :: ActionScript.org Forums"

This page was found by:   actionscript 2.0 profiler