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

Forum profile page for Flash CS3 on http://www.kirupa.com. This report page is the aggregated overview from a single forum: Flash CS3, 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 "Flash CS3" 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 - Flash CS3 (site profile, domain info kirupa.com)
Title: Flash CS3
Url: http://www.kirupa.com/forum/forumdisplay.php?s=...
Users activity: 18 post per thread
Forum activity: 97 active threads during last week
 

Posting activity on Flash CS3:

  Week Month 3 Months
Threads: 97 281 788
Post: 169 543 1,457
 

Flash CS3 Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
natronp
12
user's latest post:
Photo Gallery Using XML - Image...
Published (2009-11-19 01:10:00)
i usually use a combination of a mask and some code to keep photos scaled nicely in my flash movies. sounds like a simple mask may work in your case
Solidus
12
user's latest post:
Navigating to a Cue Point using...
Published (2009-11-25 23:11:00)
Whats so different about a component button compared to a regular button I make?
Kwanzinsky
7
user's latest post:
AS3 + XML Photo Gallery
Published (2009-11-20 12:18:00)
thx kunjan.. i'm finally complete my photo gallery... but i have another question for you (if u don't mind )... in this script i've loaded all picture into a movieclip and then this movieclip become out of my current stage and even I know how to arrange columns and rows with xml+AS3 but i wonder how to make this movieclip move automaticaly to the opposite side when i over my mouse to the left side or right side ( i think it will...
najib
6
user's latest post:
jump into another url if it...
Published (2009-11-21 04:06:00)
Anyone plz suggest me how to do it in AS2........
30ml
5
user's latest post:
trace my return value
Published (2009-11-25 01:04:00)
i have define complete event handler and want to return value . But I lose "myString". I do not know how to return "myString" from loadXMLFile. ================================================== == PHP Code: pubilc  function  loadXMLFile ( xmlFile : String ){     loader . addEventListener ( Event . COMPLETE , complete ); } public function ...
windofdeath
5
user's latest post:
AS2: publishing bug thing?
Published (2009-11-26 20:21:00)
flash player 9. some guy on another forum wrote a whole new code for me in 10 minutes ( damn i wanna be able to do that too /jealouse) his code works fine. its like... same base. but he typed it a lot cleaner, and loaded the images from an array instead of from just variables. might just be the thing...
jik_ff
5
user's latest post:
Using SharedObjects properly
Published (2009-11-27 17:36:00)
OK, I thought I was understanding how to use SharedObjects, but I guess I'm not. When trying to clean up/initialize variables in the object, I get this error: TypeError: Error #1010: A term is undefined and has no properties. at MethodInfo-89() at Main/ClearScores() at Main$iinit() TypeError: Error #1010: A term is undefined and has no properties. at Main/::frame25() In my main document class, I define this public variable: Code: var...
senocular
4
user's latest post:
passing parameters to internal...
Published (2009-11-19 11:36:00)
If you explicitly create a class to link to a symbol, then yes, you can specify constructor parameters in that class and pass arguments into the construction of instances of that class in your custom code. If, however, you allow Flash to instantiate that symbol on the timeline - anywhere - you will need to make sure that class can be instantiated with no constructor arguments. In other words, include defaults for your parameters ActionScript...
Swooter
4
user's latest post:
Font not available, how to check...
Published (2009-11-24 07:39:00)
It doesn't say which font is missing? That's kinda weird... You could try opening the swf (displaying the correct font), make a screenshot of some text in that font and upload it to http://new.myfonts.com/WhatTheFont/ It might help you finding the name of the font
ilike2
4
user's latest post:
3 jpgs to fade in and cycle
Published (2009-11-25 12:53:00)
Do you have a website example of the effect you want?
 

Latest active threads on Flash CS3::

Kirupa Forum
Started 17 hours, 20 minutes ago (2009-11-28 17:12:00)  by ilike2
You can easily transfer your custom cursor from the library panel into a different fla file. Select your custom cursor movie clip from the library then copy it, and switch it into a different fla file from the drop down menu.
Thread:  Show this thread (2 posts)   Thread info: how to use a custom cursor in another file Size: 241 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to use a custom cursor in another file :: Flash CS3 :: Kirupa Forum"
Kirupa Forum
Started 1 day, 21 hours ago (2009-11-27 12:44:00)  by keviano
How do you use the key press to play sounds from the library? I've been making soundboards for a couple of years, but in my opinion I do it in a rather hacky inefficient way. Previously I have been creating a movie clip with the sound on frame 2, and a simple stop on frame 1. I then add code to the movie clip basically saying onkeypress ("...
Thread:  Show this thread (2 posts)   Thread info: How do you use the key press to play sounds from the library? Size: 1,185 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How do you use the key press to play sounds from the library? :: Flash CS3 :: Kirupa Forum"
Kirupa Forum
Started 8 months, 2 weeks ago (2009-03-19 07:12:00)  by kirupa_dk
Tried to open this file in Flash 8. It says unexpected File format. Can you provide the Flash 8 professional format file. Thanks D Quote: Originally Posted by davincicode06 Hi Guys, Here is a free Flash expandable banner for everyone. Davinci
Thread:  Show this thread (6 posts)   Thread info: Flash Expandable Banner Free Sample! Size: 1,112 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Flash Expandable Banner Free Sample! :: Flash CS3 :: Kirupa Forum"
Kirupa Forum
Started 3 days, 1 hour ago (2009-11-26 09:11:00)  by neilmmm
Code: var alphabet:Array=new Array("a","b","c");//complete as appropriate btn_mc.onRelease=function(){ for (i=0;i<alphabet.length;i++) { _root["key"+alphabet[i]]._enabled= false; } }
Thread:  Show this thread (4 posts)   Thread info: control multiple MCs with function Size: 513 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: control multiple MCs with function :: Flash CS3 :: Kirupa Forum"
Kirupa Forum
Started 2 days ago (2009-11-27 10:19:00)  by abigael
Hi! Thanks for your post. Anyways you could always try your searches online. Further guides and instructions will be accessible in there. Hope this helps! Regards, abigael Pret voiture
Thread:  Show this thread (2 posts)   Thread info: Call a function with actionscript 2???? Size: 283 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Call a function with actionscript 2???? :: Flash CS3 :: Kirupa Forum"
Kirupa Forum
Started 2 days, 2 hours ago (2009-11-27 07:39:00)  by nallath
zooming/panning multiple movieclips There are tons of example explaining how to zoom/pan a single movieclip, but im looking for a way to zoom AND pan multiple movieclips. So far ive been able to zoom or pan, but not both at the same time. Im using this for the zooming and works perfectly. But how can i let the movieclips pan properly ...
Thread:  Show this thread (2 posts)   Thread info: Zooming/panning multiple movieclips Size: 1,514 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Zooming/panning multiple movieclips :: Flash CS3 :: Kirupa Forum"
Kirupa Forum
Started 2 days, 21 hours ago (2009-11-26 13:07:00)  by glosrfc
Quote: Originally Posted by windofdeath but when i publish the movie, the first time i press a button it takes 0.5 seccond. the next it takes 0.25 , the one after takes 0.125 etc etc. Are you using setInterval in your code anywhere? This type of behaviour is typically exhibited when you don't clear the interval, i....
Thread:  Show this thread (8 posts)   Thread info: AS2: publishing bug thing? Size: 2,425 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: AS2: publishing bug thing? :: Flash CS3 :: Kirupa Forum"
 

Hot threads for last week on Flash CS3::

Flash CS3
Started 2 days, 21 hours ago (2009-11-26 13:07:00)  by glosrfc
Quote: Originally Posted by windofdeath but when i publish the movie, the first time i press a button it takes 0.5 seccond. the next it takes 0.25 , the one after takes 0.125 etc etc. Are you using setInterval in your code anywhere? This type of behaviour is typically exhibited when you don't clear the interval, i....
Thread:  Show this thread (8 posts)   Thread info: AS2: publishing bug thing? Size: 2,425 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: AS2: publishing bug thing? :: Flash CS3 :: Kirupa Forum"
Flash CS3
Started 5 days, 3 hours ago (2009-11-24 07:07:00)  by parantox
Font not available, how to check which it was? Hello everybody, I had made a flash movie in Flash CS3 Portable in which I used a specific font. I had to re-install Windows and when I tried to open the .fla the warning popped up saying that the font used is not available. Although I re-installed all the fonts I had when I made the clip...
Thread:  Show this thread (6 posts)   Thread info: Font not available, how to check which it was? Size: 1,149 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Font not available, how to check which it was? :: Flash CS3 :: Kirupa Forum"
Flash CS3
Started 1 week, 1 day ago (2009-11-21 02:30:00)  by najib
jump into another url if it enters a certain frame Hello i was wandering if a flash website can jump into another url if it enters a certain frame... For example maybe something like? on enterFrame { getURL("http://www.sample.com/", "_self"); } how do i tell the timeline to get that url instead of the button? Any ideas would ...
Thread:  Show this thread (5 posts)   Thread info: jump into another url if it enters a certain frame Size: 739 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "jump into another url if it enters a certain frame :: Flash CS3 :: Kirupa Forum"
Flash CS3
Started 5 days, 18 hours ago (2009-11-23 15:51:00)  by Ziggwies
You could try FlashVars . http://www.permadi.com/tutorial/flashVars/index.ht ml http://livedocs.adobe.com/flash/9.0/...=00000668.h tml
Thread:  Show this thread (4 posts)   Thread info: AS2/AS3 How to send parameter in flash? (for ecard quiz) Size: 404 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: AS2/AS3 How to send parameter in flash? (for ecard quiz) :: Flash CS3 :: Kirupa Forum"
Flash CS3
Started 3 days, 1 hour ago (2009-11-26 09:11:00)  by neilmmm
Code: var alphabet:Array=new Array("a","b","c");//complete as appropriate btn_mc.onRelease=function(){ for (i=0;i<alphabet.length;i++) { _root["key"+alphabet[i]]._enabled= false; } }
Thread:  Show this thread (4 posts)   Thread info: control multiple MCs with function Size: 513 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: control multiple MCs with function :: Flash CS3 :: Kirupa Forum"
Flash CS3
RE: URL Request - 3 new posts
Started 1 week ago (2009-11-21 20:38:00)  by ilike2
Is Divx a supported format for Flash?
Thread:  Show this thread (3 posts)   Thread info: URL Request Size: 37 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: URL Request :: Flash CS3 :: Kirupa Forum"
Flash CS3
RE: thanks - 3 new posts
Started 1 week, 1 day ago (2009-11-20 20:09:00)  by bristolman
oh/... nice,, thanks for sharing// Bristol Airport Parking
Thread:  Show this thread (3 posts)   Thread info: Best way to encode this video for FLV use *Basic Question* Size: 177 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: thanks :: Flash CS3 :: Kirupa Forum"
Flash CS3
Started 3 days, 21 hours ago (2009-11-25 12:53:00)  by ilike2
Do you have a website example of the effect you want?
Thread:  Show this thread (3 posts)   Thread info: 3 jpgs to fade in and cycle Size: 53 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 3 jpgs to fade in and cycle :: Flash CS3 :: Kirupa Forum"
Flash CS3
Started 3 days, 21 hours ago (2009-11-25 12:52:00)  by ilike2
Can you post your code?
Thread:  Show this thread (3 posts)   Thread info: Accessing an object placed on a frame with AS3 Size: 23 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Accessing an object placed on a frame with AS3 :: Flash CS3 :: Kirupa Forum"
Flash CS3
Started 1 week ago (2009-11-21 21:19:00)  by MentalWard
Okay so it's obvious that all the rastered images I'm using are making my sfw's much too large. I found I can greatly reduce (by over 400%) the file size of these images with no loss in quality by using the "save for web & devices" option rather than a normal save (in Photoshop). This is great, but it means re-saving a ton of images. No problem, but is there a way I can auto update them in my ...
Thread:  Show this thread (2 posts)   Thread info: Super Newbie...swfs loading s l o w Size: 550 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Super Newbie...swfs loading s l o w :: Flash CS3 :: Kirupa Forum"

This page was found by:   jeancnicolas  kirupa as3 video  kirupa stop sound AS2