all groups > flash actionscript > june 2005 > threads for sunday june 19
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
Input field doesn't go away?
Posted by Richard Ragon at 6/19/2005 11:58:46 PM
I've created a popup menu screen. Where the use puts in text, and
presses ok, and the menu closes.
I created a MC on top of my stage, placed in it a Input text box, and a
button.
Once the user types into the text field (which is dynamic) and presses
"ok" the MC is suppose to disappear.
... more >>
DOM manipulation from Flash
Posted by RadekBurkat at 6/19/2005 11:54:23 PM
It's my first weekend with Flash and it looks like a great development
envoironment. Here is a dumb guy question.
I usually do my development in JS/DHTML, but looking at actionscript along
along with the other features Flash, I am thinking that I can do all of my
development in Flash. Can ... more >>
preloader for a completed scene
Posted by mason phoenix at 6/19/2005 10:07:49 PM
Hi, i recently finished a scene i was working on, everything is done with AS, but now i found out that i have to make a preloader for it, how can i do that? which is the best aproach?
Thanks... more >>
button rollovers over movie clips
Posted by dchan NO[at]SPAM cccis.com at 6/19/2005 9:41:19 PM
I've just learned to use createEmptyMovieClip and loadMovie. Consequently, I
also experienced my first use of depth and it's messing with my layout.
All the buttons that load their respective movie clips have a rollover that is
supposed to appear above the movie clip. But now that a depth ha... more >>
php.ini
Posted by icarusdown at 6/19/2005 7:57:10 PM
Help! This is realy not an actionscript question. But since I am also using
php on my flash projects...
Anyone knows how to configure SMTP in php.ini file for apache server so I can
send mails from it?
... more >>
moviecliploater.loadclip(something.php, get)
Posted by cheshirekow at 6/19/2005 7:34:32 PM
I'm trying to load an external image using the moviecliploader class and the
loadclip() method but it wont work with a php page that returns an image. Is
this because the file must have certain extentions in order for flash to
process them? I know the .php returns an image and the correct http... more >>
Movie Clip Control
Posted by DeliJack at 6/19/2005 11:39:04 AM
Can anyone please help me with the following problem:
I have a movie clip on the main stage controlling music. I have also a number
of menu options and everytime I jump around in the time line (selecting
different menu option) the movie clip start playing. Since I have music in the
movie c... more >>
sound player?
Posted by Ineedsleep at 6/19/2005 11:27:36 AM
I want a little player that will let the user change the sound track playing in
the background I have nt really playedwith sound in Flash I was going to just
use gotoAndStop to do it but Im sure there must be a more effecient way????
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Actions and Movie clip
Posted by Wwry at 6/19/2005 11:17:48 AM
I have a movie clip with some actions but these are not executed. How can I do it?... more >>
Output panel doesnt show my trace result
Posted by yikchin at 6/19/2005 9:43:48 AM
after i used "Check Syntax" to check my trace() ... i found that the output
panel doent show anything.
It suppose to show sth .... the example of the code is shown as below :
var fullname:String = "Thong";
trace(fullname);
... more >>
Variables?
Posted by rG]Courage-D- at 6/19/2005 9:20:26 AM
ok, i have a movieclip of 10 frames.
on every frame i have a button with the script:
on (rollOut) {
set (a, 1);
}
On the last frame i have a script:
stop();
if (a == "1") {
play();
}
Now why isnt this working? when i roll over, and rollout over my buttons, it
wont continu... more >>
Mac OS X browser freeze
Posted by Kals at 6/19/2005 7:19:54 AM
I have hit a crippling occurrence of the following error:
"A script in this movie is causing Macromedia Flash Player 7 to run slowly. If
it continues to run, your computer may become unresponsive. Do you want to
abort the script?"
Normally, the movie runs as smooth as you please. The er... more >>
How to make rows?
Posted by sampurtill at 6/19/2005 12:15:17 AM
Hi I am wondering how you can make rows with a loop...
I duplicate a movieclip using a for statement and then I make the x coords
i*20 or somethin like that, and I'm wondering how I can make a loop to add
another row. I have like five columns but I can't get the rows down...
This is what... more >>
Volume Slider... i have a few probs
Posted by yertari at 6/19/2005 12:02:00 AM
Hi,
I have made a volume slider to control the volume on the media player i have
designed, but i have a small problem. I have a function with the onDrag
command in, but the Y coordinate of the actual volume slider lies between -20
and 0. Firstly does anyone know of a little math forumla ... more >>
stop function call from inside the function
Posted by aa at 6/19/2005 12:00:00 AM
how do I stop function call from inside the function in AS?
I tried break and return - did not work
... more >>
Starting an array
Posted by lookche at 6/19/2005 12:00:00 AM
Hey,
I'm trying to make (an extremely) dynamic AS moving system (but non user
interfaced) and I have the following array that i made:
moveUp = [clock._y -= 10]
Now how would i call that to start in the movie clip (an enterFrame)
If anyone can help me thanks heaps!
... more >>
conflicting onPress and onEnterFrame
Posted by aa at 6/19/2005 12:00:00 AM
If I have a code:
M.onPress=f1;
function f1() { this.onEnterFrame=f2(); }
then clicking on object M causes f2 to execute only once i.e. f1() above
is equivalent to
function f1() { f2(); } i.e. onEnterFrame has no effect.
If I wanted that after clicking on object m cause f2 to execute... more >>
|