|
More site info...
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.
|
|
|
|
|
Posting activity on Flash CS3:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
97
|
281
|
788
|
|
Post:
|
169
|
543
|
1,457
|
|
|
Flash CS3 Posting activity graph:
|
Top authors during last week:
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
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...
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 ...
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...
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...
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...
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
|
|
|
|
Latest active threads on Flash CS3::
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.
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 ("...
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
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;
}
}
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
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 ...
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....
|
|
Hot threads for last week on 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....
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...
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 ...
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
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;
}
}
Started 1 week ago (2009-11-21 20:38:00)
by ilike2
Is Divx a supported format for Flash?
Started 1 week, 1 day ago (2009-11-20 20:09:00)
by bristolman
oh/... nice,,
thanks for sharing//
Bristol Airport Parking
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?
Started 3 days, 21 hours ago (2009-11-25 12:52:00)
by ilike2
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 ...
|
|