all groups > flash actionscript > september 2006 > threads for wednesday september 27
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
AS for E-mail pop up window
Posted by Janek Mohavlec at 9/27/2006 9:31:54 PM
Hello folks,
could anyone tell me what is the Action Script for poping up the window which
allows a visitor to send me an E-mail directly from my website? What I mean is:
when is someone on my website, finds my E-mail address, clicks on it and window
pops up allowing him to send me an E-mail... more >>
animated drop-down menu buttons won't respond onRelease
Posted by welling1977 at 9/27/2006 7:57:19 PM
I created a drop-down menu movie clip. Within it are multiple buttons which
change their alpha values. I'm having an impossible time of getting the buttons
to respond to an onRelease from the maintimeline.
for instance:
stop();
_root.menu_mc.print_btn.onRelease = function(){
gotoAndS... more >>
iTunes Movie Scroll
Posted by Web Maven at 9/27/2006 6:42:53 PM
I have a project that can use the Movie Scroll in iTunes 7. I have been trying
to figure out how to skew/rotate an object so that it would look like it's
standing at a 45 degree angle then as you scroll it move center. I have tried
to use the matrix class but I can only skew the top and bott... more >>
loading movie with variable inconsistently working
Posted by shemp_66 at 9/27/2006 6:12:23 PM
I have multiple files that link together. When the user clicks a button "back",
a variable "return" is set and another swf loads. The actionscript of the new
movie checks to see if all the frames are loaded. If they are, AND the variable
"return" is true, then it jumps to the last frame.
T... more >>
Timing Control of buttons
Posted by TuulaRedditt at 9/27/2006 4:46:53 PM
I'm trying to contol the actions for a button. Keying a button 5 times in 5seconds will activate something to turn on. How can this be done if at all possible?... more >>
button event acting like onLoad
Posted by calmchess333 at 9/27/2006 4:43:31 PM
The following countdown timer code has a problem which i don't
understand...............everything works well except when I publish/compile
the .swf the timer takes off without pushing the button ....if I remove the
button code then the timer doesn't work at all.......its like
..root_view_b... more >>
Search Array with multiple values
Posted by sbryner at 9/27/2006 4:06:48 PM
Hello,
I've been helped with the prototype below by blemmo (thanks).
It allows me to search my array using one property == a value.
Now, I'd like to use it to:
if ((prop1 == val1) &&(prop2 == val2) && (prop3 == val3) {
// search array for all values in array with the values of val1... more >>
need a little help with this code
Posted by rohai at 9/27/2006 2:54:02 AM
Hi,
right now I'm going through the xmlmenu tutorial, which I've found at
kirupa.com. It's pretty much clear to me. Then I decided to try to import a
blur filter. And as soon as I wright the import flash.filter line, I get a
syntax error. Where is the problem? How do I get button's blurx/y... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Sound-ctionscript *PLEASE HELP*
Posted by rfkrocktk at 9/27/2006 12:56:50 AM
:disgust;
Everywhere I go, everyone refuses to help me out with this. I know it isn't
THAT hard and the questions that I am asking are important and relevant.
Anyways, I just hope someone would help me out with this. It would really make
my day :beer;
Basically, I am trying to create and... more >>
Swap symbol with actionscript
Posted by artdoggy at 9/27/2006 12:00:00 AM
This will probably seem like a really dumb question but is there anyway to do
something like the swap symbol functionality in Flash but using actionscript to
accomplish this?
I can think of 10 ways I could really use this to do somethings very quickly
and easily.:embarrassment;
... more >>
filereference upload -> script is causing Flash to run slowly?
Posted by Timothee Groleau at 9/27/2006 12:00:00 AM
Hi all,
I'm having a problem with the Filereference upload mechanism. I get very
often the error "a script is causing Flash to run slowly [...]".
Usually this error occurs when a user script takes too much time (loops,
parsing huge files, etc) but in our case, we are only monitoring the
... more >>
scrollbar problem
Posted by jaanakapradeep at 9/27/2006 12:00:00 AM
hi,
using this script can i create scrollbar then how can i do that i tried but
not working
var textheight:Number;
var scrollbarbottom:Number = scrollbar5._y + (mask5._height -
scrollbar5._height);
var scrollbarrange:Number = scrollbarbottom - mask5._y;
function scrollOnMouseMove() {... more >>
Set the state of a button with actionscript
Posted by artdoggy at 9/27/2006 12:00:00 AM
I would like to set the state of a button to its down state onrelease.
I have tried the following:
on (release) {this.
gotoAndPlay("down");
}
I even tried putting a frame label of down on the down frame in the button but
that doesn't work either. There must be a way to do this with... more >>
|