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

Flash Newbies | Forum profile

Forum profile page for Flash Newbies on http://www.flashkit.com. This report page is the aggregated overview from a single forum: Flash Newbies, located on the Message Board at http://www.flashkit.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 "Flash Newbies" on the Message Board at http://www.flashkit.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: Flash Kit Community Forums - Flash Newbies (site profile, domain info flashkit.com)
Title: Flash Newbies
Url: http://board.flashkit.com/board/forumdisplay.ph...
Users activity: 18 post per thread
Forum activity: 70 active threads during last week
 

Posting activity on Flash Newbies:

  Week Month 3 Months
Threads: 70 372 1,196
Post: 110 622 2,117
 

Flash Newbies Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
ilike2
10
user's latest post:
Thicko is back with another dumb...
Published (2009-11-11 17:23:00)
I’m having some difficultly understanding your FLA file. Can you upload a simplified version of your FLA file which only contains your problem and the AS code?
a_modified_dog
8
user's latest post:
Show/Hide multiple movieclips query
Published (2009-11-11 15:39:00)
seeing the images above, i used this code in a test file - PHP Code: btnArr = [ btn1 , btn2 , btn33 , btn56 ]; // note: button and clip instance clipArr = [ clip1 , clip2 , clip33 , clip56 ]; // names all end in numbers // hide all of the clips for(var a in clipArr ) clipArr [ a ]. _visible = false ; // find number of clicked button // so click button99, = return number 99 function extractNumber...
Huwrich
4
user's latest post:
Thicko is back with another dumb...
Published (2009-11-11 18:56:00)
Had to take the AS code out only left a drag command in for the element I need to be draggable. I also took the code you suggested earlier out. There are no MC's inside MC's here. Explanation also on the movie. Big Thanks! Huw
samac1068
4
user's latest post:
Using XML to create an SWF...
Published (2009-11-10 15:28:00)
There was another post that sort of addressed this problem, but below is a link that you can base what you're looking for. Instead of loading images, you will load SWF files. http://www.flashkit.com/movies/Scrip...0203/index.php
funkydreadman
4
user's latest post:
loading extrenal swf into flash...
Published (2009-11-09 10:27:00)
I'm using Flash MX version 7. Not sure what number action script that is?
chidge
4
user's latest post:
change listbox values setStyle...
Published (2009-11-07 05:05:00)
so this is the solution I have found Code: var colorTextFormat:TextFormat = new TextFormat(); colorTextFormat.color = 0xFFFFFF; colorTextFormat.font = "Arial"; colorTextFormat.size = 10; StyleManager.setStyle("colorTextFormat",colorTextFormat); This forum seems a little dead - thats two of my own questions I have answered!
bigginge
3
user's latest post:
Simple calculator help
Published (2009-11-06 14:55:00)
Thank you so much for that, marvellous.
baba73
3
user's latest post:
Scene to Scene
Published (2009-11-05 21:46:00)
It is Flash8 and AS2.
Giraffe Media
3
user's latest post:
Show/Hide multiple movieclips query
Published (2009-11-11 07:38:00)
I have managed to get it working as I need it now, but I have had to apply code to each button and movie clip to show hide each mc. I could complete the project like this, but I may have over a hundred mc's in total so i'd rather use actionscript to control an array than have to attach it to each button/mc combination like I have done here. Any ideas. Regards James
jason123456
3
user's latest post:
flash accordion
Published (2009-11-10 20:30:00)
flash 8, i think the xml can fix this problem , but i dont' know
 

Latest active threads on Flash Newbies::

Flash Kit Community Forums
Started 6 days, 16 hours ago (2009-11-09 21:21:00)  by ilike2
The easiest way would be to insert a new key frame in 'man' movie clip, and then place the 'woman' in the new key frame. You can use the gotoAndStop() method with the hit test.
Thread:  Show this thread (7 posts)   Thread info: Thicko is back with another dumb question. Size: 176 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Thicko is back with another dumb question. :: Flash Newbies :: Flash Kit Community Forums"
Flash Kit Community Forums
Started 6 days, 1 hour ago (2009-11-10 13:03:00)  by a_modified_dog
Hi and welcome is this example any help to you ? it is in AS2 (you haven't specified your version) PHP Code: cArr = [ clip0 , clip1 , clip2 ]; // instance names of movieclips for(var a in cArr ) cArr [ a ]. _visible = false ; // hide the array default_btn . onRelease = function(){ // instance name of button for(var...
Thread:  Show this thread (5 posts)   Thread info: Show/Hide multiple movieclips query Size: 4,808 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Show/Hide multiple movieclips query :: Flash Newbies :: Flash Kit Community Forums"
Flash Kit Community Forums
Started 6 days, 16 hours ago (2009-11-09 21:23:00)  by ilike2
More information is needed on how your accordion menu is setup.
Thread:  Show this thread (5 posts)   Thread info: flash accordion Size: 63 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: flash accordion :: Flash Newbies :: Flash Kit Community Forums"
 

Hot threads for last week on Flash Newbies::

Flash Newbies
Started 6 days, 16 hours ago (2009-11-09 21:21:00)  by ilike2
The easiest way would be to insert a new key frame in 'man' movie clip, and then place the 'woman' in the new key frame. You can use the gotoAndStop() method with the hit test.
Thread:  Show this thread (7 posts)   Thread info: Thicko is back with another dumb question. Size: 176 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Thicko is back with another dumb question. :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
Started 6 days, 1 hour ago (2009-11-10 13:03:00)  by a_modified_dog
Hi and welcome is this example any help to you ? it is in AS2 (you haven't specified your version) PHP Code: cArr = [ clip0 , clip1 , clip2 ]; // instance names of movieclips for(var a in cArr ) cArr [ a ]. _visible = false ; // hide the array default_btn . onRelease = function(){ // instance name of button for(var...
Thread:  Show this thread (5 posts)   Thread info: Show/Hide multiple movieclips query Size: 4,808 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Show/Hide multiple movieclips query :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
RE: flash accordion - 5 new posts
Started 6 days, 16 hours ago (2009-11-09 21:23:00)  by ilike2
More information is needed on how your accordion menu is setup.
Thread:  Show this thread (5 posts)   Thread info: flash accordion Size: 63 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: flash accordion :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
Started 1 week ago (2009-11-09 07:21:00)  by vinayak.kadam
What is your text box type ? is it static or dynamic ? If static: - Then check if it is not on a guided layer.... If dynamic: - then we wud need FLA here to understand the defect!
Thread:  Show this thread (3 posts)   Thread info: Text is not changing in SWF Size: 230 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Text is not changing in SWF :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
Started 1 week, 6 days ago (2009-11-03 09:16:00)  by vinayak.kadam
Can you upload your FLA here so that we may understand it and help you out!
Thread:  Show this thread (7 posts)   Thread info: really SIMPLE preloader - please help Size: 75 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: really SIMPLE preloader - please help :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
Started 1 week ago (2009-11-09 09:47:00)  by ilike2
Are you using Actionscript 3.0?
Thread:  Show this thread (3 posts)   Thread info: loading extrenal swf into flash movie problem Size: 31 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: loading extrenal swf into flash movie problem :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
Started 6 days ago (2009-11-10 14:06:00)  by samac1068
Well without actually viewing your source file, it can be hard to tell where the "squeeking" sound is coming from. If you can share your file, we can figure out an answer. As far as the optimization part, this something you should try to do from project inception. Sometimes dividing the project up into small bit size elements will allow the information to load "faster" (really not faster but...
Thread:  Show this thread (2 posts)   Thread info: Sound at beginning of 2 Scenes and Optimizing Size: 939 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sound at beginning of 2 Scenes and Optimizing :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
RE: Flash Calendar - 2 new posts
Started 6 days, 23 hours ago (2009-11-09 14:23:00)  by Robb@exo
Have you tried looking in the "Movies" section of this site? I'm quite sure that there are some flash based calendars in there, albeit probably AS1/AS2. Maybe try some site that would charge a minimal fee like FlashDen. HTH.
Thread:  Show this thread (2 posts)   Thread info: Flash Calendar Size: 234 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flash Calendar :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
Started 5 days, 22 hours ago (2009-11-10 15:28:00)  by samac1068
There was another post that sort of addressed this problem, but below is a link that you can base what you're looking for. Instead of loading images, you will load SWF files. http://www.flashkit.com/movies/Scrip...0203/index. php
Thread:  Show this thread (2 posts)   Thread info: Using XML to create an SWF playlist? Size: 368 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Using XML to create an SWF playlist? :: Flash Newbies :: Flash Kit Community Forums"
Flash Newbies
Started 6 days ago (2009-11-10 14:00:00)  by samac1068
Sounds like a quick fix, but without your code impossible to say exactly where the problem is. Can you post your code?
Thread:  Show this thread (2 posts)   Thread info: My parents won't stop having children! Size: 119 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: My parents won't stop having children! :: Flash Newbies :: Flash Kit Community Forums"