all groups > flash actionscript > august 2004 > threads for wednesday august 11
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 31
starting movie with a button - still stumped
Posted by macron at 8/11/2004 10:58:09 PM
i'm about to throw in the towel. i have a flash file with a button (black text
over an orange button) and a small movie clip (a black square that starts at
alpha=0, fades in to alpha=100 and fades back to 0). and i'm trying to set it
up so that when you click the button, the black square movi... more >>
starting movie with a button - still stumped
Posted by macron at 8/11/2004 10:57:58 PM
i'm about to throw in the towel. i have a flash file with a button (black text
over an orange button) and a small movie clip (a black square that starts at
alpha=0, fades in to alpha=100 and fades back to 0). and i'm trying to set it
up so that when you click the button, the black square movi... more >>
Load movie clip
Posted by Homer092 at 8/11/2004 10:53:28 PM
Hi, I need help on how to load a movie-clip in my library when I press a
spesific button. I've tried searching the web for tutorials on how to do that,
but that didn't work out...
So I was wondering if anybody could explain to me how to do this? Help would
be appreciated...
... more >>
Retrieving variables from current URL?
Posted by sk_ at 8/11/2004 10:03:03 PM
Hey all -
Can anyone tell me if it's possible to have Flash pull variables from the
current URL?
i.e. If my SWF is on the page www.mydomain.com/mypage.html, can I call
www.mydomain.com/mypage.php?var=value
and have Flash obtain the var variable from that URL somehow? I'm lookng ... more >>
New Shared Object!!
Posted by Juanpa at 8/11/2004 9:59:44 PM
Hi!
Im developing a new chat application. Is a one to one chat, so just two people
are gonna be connected. One of the users must know the user_id of the other
user.
So, what Im doing is this:
1. I send to the swf file a parameter with the user_id.
<PARAM NAME=movie VALUE="one... more >>
check box trouble
Posted by rezun8 at 8/11/2004 9:51:14 PM
Ok, first off Im a designer not a big developer/coder so forgive my knowledge.
It seems to me that Macromedia hasn't done a great job on describing how to use
the Check Box component (at least that I've found). I have a simple mail form
that gets sent using PHP works like a champ. at the botto... more >>
Shared Objects to determine if movie has played
Posted by ChrisAudano at 8/11/2004 9:04:01 PM
I would like the Flash movie (NavBar) to play once when user opens up browser
during the day. The NavBar is in an Intranet so users will open the site up
several times per day so I don't want the movie to play twice (unless on
reboot). I can't seem to find an example anywhere. I believe tha... more >>
Preloader that loads multi swfs
Posted by Batrc93 at 8/11/2004 7:34:51 PM
I need some help on getting my preloader to load multiple swfs at once, ie Nav.swf and Main.swf. It works fine of the hardrive but when I upoad it to the server it's all messed up. Please help!... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
need help
Posted by Mic at 8/11/2004 7:15:15 PM
Hi,
I am doing a presentation that is build like this.
50 frames on the timeline. about 10 layers for deferent MCs.
one for the navigation, one for the slide MC, one for sound clips etc...
my problem is which the sound MC.
I need to create a sound MC that has 2 buttons to Pause and Resu... more >>
Menu Bar Component -AS Help
Posted by sroussie at 8/11/2004 7:12:05 PM
HI,
I am relatively new to the component and action scripting of Flash MX 2004. I
foolwoed an example to create a menu bar for my site. I formatted some aspects
but need some help on others. I have some questions:
1. Can you have a transparent background for the menu bar so you can see t... more >>
Yeah - another kinda tsunami - how can I do it?
Posted by mikolaj at 8/11/2004 7:10:28 PM
OK - there are a lot of tutorials (including on this forum - big thanks urami_*
for one of the best of them) describing how to make a
tsunami.http://www.fluid.nl/shockwave/index.html What I want is the elements of
the menu to push each other sideways as they grow when the mouse is near them.
... more >>
Array - adding, deleting and playing
Posted by surfmad1 at 8/11/2004 6:58:03 PM
I am new to actionscript and I'm trying to do more than I can handle. Could
anyone help with the following:
I am trying to create an array by clicking various buttons, the buttons will
be either on or off and when I click a 'play ' button it will then play the
corresponding movie clips in... more >>
Controlling _alpha of a dynamic text
Posted by Sky Strider at 8/11/2004 6:35:50 PM
I have a dynamic text field linked to a variable (and it correctly displayes
it) and it is nested in a movie clip. On frame one of the movie clip i
specify: this._alpha = 0; and the second frame has stop();
If the text is static then its invisible when i run it, if the text is dynamic
and l... more >>
Position???
Posted by el milio at 8/11/2004 6:32:48 PM
hi again,
i got an empty movieclip on my main stage calles "empty" with the following
script on keyframe1:
stop ();
on key frame 2 the following:
loadMovieNum ("sport.swf", 2);
in another movieclip on the stage a button with the following script:
on (release) {
tellTarget ("../empt... more >>
embeding multiple SWF in a Director projector
Posted by Olivier Besson at 8/11/2004 6:08:14 PM
a flash (MX 6) "main" movie loads external SWF movie via
loadMovie or Linkage (optional): this is common
technique in flash.
Is it still impossible to embed all this files in a single Director
projector?
(keeping the external SWF in the same directory wouldn't
be enough)
Olivier Bess... more >>
pause and resume Q
Posted by Mic at 8/11/2004 5:48:22 PM
Hi,
I need to create a button that will "pause" a timeline when pressed, and
resume from the same point when pressed again.
I did this but it didn't work.
on (press) {
this.pause ()
}
thanks
Mic... more >>
"swapDepths()" problems
Posted by eklemen at 8/11/2004 5:48:13 PM
I've been puzzled by swapDepths() for a better half of the day.
I have an animation that looks visually correct the first time it plays, but
when replaying the animation the depths get messed up. I've pasted my output
below. Can anyone tell me why my first three _mc's with depths of 100,50... more >>
Sound();
Posted by [RSoBB]-Lipton at 8/11/2004 5:30:27 PM
HOW DO I INSERT MUSIC ?!... more >>
functions won't loop: HELP!
Posted by scriptKid at 8/11/2004 5:25:47 PM
Hello,
I currently have a problem in Flash MX's Actionscript: whenever I place a
function inside of a loop, it only performs the contents of the function once.
SO, the duplicateMovie only performs once as do the position and size portions
of the code. Also, instead of staying at 5, once ... more >>
MX2004 DataGrid question
Posted by Vasia Pupkin at 8/11/2004 5:15:35 PM
Hi Everybody,
Is it possible to restrict characters to numbers only in Flash 2004 Pro
DataGrid editable column and how?
Thank you.
D
... more >>
Multi function button
Posted by surfmad1 at 8/11/2004 4:39:17 PM
Can someone help a novice
I have a button called 'Tier1' when I click it I want it to to move the
playhead to a marker 'playme' on a seperate movie clip called 'radio' but if
its clicked again it jumps to a marker called 'dontplayme' on 'radio'. I guess
I need an if statement to detect wha... more >>
Input Box
Posted by Toe Bunger at 8/11/2004 4:20:48 PM
I want people to be able to add numbers only into an input box. Is this possible?
... more >>
run movie clip with button
Posted by macron at 8/11/2004 3:57:19 PM
i have a flash file, and in it are some navigation buttons linked to pages that
are under construction. when someone clicks on a button, i want a little
'under constructon' movie clip to flash nearby on the screen. i've created the
'under construction' movie clip (a graphic that fades in and... more >>
passing textfield value to a drawing function
Posted by danacton... at 8/11/2004 3:51:28 PM
Hi guys/ladies,
I'm racking my brain trying to get a textbox value into a variable, and then
to another function as a parameter.
I'll paste the code as as you can see, I have working, all of the 6 textfields
where I did something very similar. I passed the value of the textfields to
... more >>
Mouse movement detction
Posted by =Slayer= at 8/11/2004 3:24:11 PM
Is there any sctipt that can detect if the mouse stopped moving? I think there is a code for detecting if it is moving, but I need one that detects if it is not. Thanks!... more >>
Can?t get getURL() to work
Posted by Mad Dog Pru at 8/11/2004 3:01:02 PM
I have built a Flash 7.2 opening animation for a Dreamweaver 7.0.1 web site on
a G5 Mac.
What I want to happen is for the animation, which is placed as part of the
index.htm, page to play to it?s end and then automatically open the home page
of my site in the same browser window.
I plac... more >>
Scrollbar Hell ! Salvation Required !
Posted by phil ashby at 8/11/2004 2:11:22 PM
This is driving me insane...someone please help!?
Ok...I'm using MX. I've got a Scrollpane (pane1) that has scrollcontent of a
mc called Progress_loader.
Progress_loader has an mc in it called progressmaster0.
progress_loader then use flashremoting to access a SQL database and on th... more >>
Help! Unloading a .swf file
Posted by Flu Films at 8/11/2004 2:00:09 PM
I have a project which loads multiple instances of the same.swf file onto the
stage, it works perfectly.. each instance of the swf movie loaded needs to be
draggable and removable (by hitting Space).
So far I have succeeded in getting the project to load multiple instances and
each instance... more >>
Media Components and Streaming
Posted by brian_z at 8/11/2004 1:45:26 PM
Hello all,
I am experiencing some problems with streaming video and the Playback media
component. Here is my situation:
My flash movie has instances of the media playback component that are attached
via an onload behavior to a file on my streaming service provider. I need a
way to ma... more >>
Difference between loadMonie and loadMovieNum
Posted by mayav at 8/11/2004 1:03:27 PM
Hi All,
Can someone explain to me what is the difference between these 2 commands?why both of the commands exsist?what is the purpose of each?
Thanks
Maya... more >>
geometry and animation
Posted by (_seb_) at 8/11/2004 12:31:10 PM
Hi all
what would be the best place to learn how to build animations via action
script?
I have a project where I need to have a half circle turn around a disc,
with lines connected to some points on the disc's circumference, and the
whole thing should follow the mouse in an elastic, smooth a... more >>
Using with statement and onRelease
Posted by DanD at 8/11/2004 11:30:40 AM
Hello all-
Trying to simplify the code of setting up an MC button by using the WITH
statement, but it doesn't work with setting the onRelease function...
with (this.button_mc) {
onRelease = function () {
trace("1");
};
//onRollOver...
//onDragOut...
}
//this.button_mc.onReleas... more >>
Got problem when using AS in MX2004
Posted by hjjkkl at 8/11/2004 11:03:07 AM
Hi, i"m using Flash MX 2004,
The problem is
There's a movie clip (instance name : planemotion )
(30 frames, AS: frame 1--stop();, Frame 16--stop();
frame 30--gotoAndPlay(1);)
i put it in the scene with AS:frame 1--stop();
Now i want to use keyboard to control it,
the main aim that i wa... more >>
newbie needs help in flash5 action scritp
Posted by el milio at 8/11/2004 10:57:34 AM
hi everyone,
i am new in here and new in flash as well. let me start explaining my
problem:
i have the main stage with 5 movie clips and 5 buttons. every button makes
one movie clip start. button 1 makes movieclip1 start, button2 makes
movieclip2 start,.....and so on and so on.
... more >>
Macromedia Flash Dispatcher
Posted by Anil K Solanki at 8/11/2004 10:34:14 AM
Hello,
I would like to set up auto detect on my website, where by if a visitor
doesn't have Flash installed they are automatically redirected to a non flash
page. All other Flash visitors get the page with the Flash movie.
Is Macromedia Flash Dispatcher the best way to do this? I am look... more >>
button changer
Posted by studying at 8/11/2004 10:19:12 AM
im trying to load an mp3 on a button press, i have 10 buttons. each button has
a caption displaying the song name. im trying to load a seperate mp3 for each
button pressed, its a little more complicated than i thought
... more >>
Save values
Posted by loressatm at 8/11/2004 9:57:25 AM
Hi!
I have an application which must send values to a servlet.That servlet assume
that value which is a string and retrive
them into a txt file,and then my movie load that string into a object.My
problem is that I can't send that string to the servlet,I mean my servlet do
not get them.Ca... more >>
Duplicatemovie problem
Posted by bossche at 8/11/2004 9:57:17 AM
I have one function where I want to duplicate 2 different movieclips. But it
seems only the last one does the thing. When I change the order of which one is
first, the other one will be duplicated.... I think I need a kind of wait
function???? What to do?
Here's my line of code
duplica... more >>
Music Syncing
Posted by Ketan Vakil at 8/11/2004 9:27:10 AM
Hello -- we have used the following method to play background music
across multiple scenes:
on an initialize scene:
--
backingTrack = new Sound();
backingTrack.attachSound("music");
on frame 1 of the animation:
--
backingTrack.setVolume(100);
backingTrack.start(0, 1);
Using this m... more >>
Full screen with no scrollbars
Posted by lucianb at 8/11/2004 8:37:18 AM
I use this code when a button is clicked
on (release) {
getURL("javascript:openNewWindow('main.html','thewin','fullscreen=yes,toolbar=n
o,scrollbars=no') ");
}
and a code in the html page
<SCRIPT LANGUAGE=JavaScript>
function openNewWindow(URLtoOpen, windowName, windowFeatures) {... more >>
variables in movies clips
Posted by willx at 8/11/2004 8:29:23 AM
at the end of my movie on the the main timeline i have a dynamic text field
which is constructed by the variables of other dynamic and input text fields
which appear in the movie. the code is like this
answer1 = inputText1 + dynamText1 + dynamText2;
i used this in some other movies and i... more >>
Listener Broadcast
Posted by Edwin Merced at 8/11/2004 7:59:54 AM
Can someone lead me to a good explanation of this?
... more >>
Input Text box
Posted by Teji at 8/11/2004 6:14:10 AM
hello friends
i have a input text box, now i want the user to type "sam josaph" in it
and nothing else, if he types something else while typing, then a error
appers on screen
and the text in the text box gets blank.
thanks in advance
... more >>
Photo Gallery
Posted by El;i at 8/11/2004 4:22:39 AM
A few things.
The examples that I use are from the 7.2 updater's "Examples" folder.
The url is
http://www.havelockramsreunion.net/1994/images/flash/gallery/gallery.htm
How can I make the pictures in the top example stay "up" and can I have a
"Save As ..." option for the pictures? Also ca... more >>
Main Timeline Frame Entrance Event Trigger
Posted by Betlegeuse at 8/11/2004 2:00:41 AM
how can I create an event trigger similar to the enterFrame event, only on the
main timeline, not in a movie clip? I am attempting to play a series of
frames, then when those frames have played, skip ahead to a second set of
frames and play those. my current conditional statement just skips ... more >>
HELP!!! tellTarget()
Posted by sunwaycity at 8/11/2004 1:19:56 AM
Hi,
I facing one problem! Let say i got three movie clips..The first movie clip is
called 'T1', The second movie clip is a layer of first movie clip, it called
'Tsurf_1'... thus when i double clip the first movie clip at the main form, it
will display the second movie clip(Layer)! Under seco... more >>
Script overload?
Posted by =Slayer= at 8/11/2004 1:12:37 AM
I'm in the proccess of making a flash first person shooter game that includes a
lot fo script being executed at once. I have noticed that someitmes some
actinons seem to not execute at random. When I restart the movie, they work
fine, then a couple of tests later another action doesn't execute... more >>
Variables? < dumb question
Posted by jay NO[at]SPAM grunt at 8/11/2004 12:44:14 AM
Hello everyone,
I'm sure this is quite simple but I just can't get it. I'm trying to set a
variable with from a button then the movie plays a little animation and then
open an url based on the variable. In the debugger it the variable always comes
back undefined. I have tried about 150 dif... more >>
Embedded fonts and input text - quirky?
Posted by deadfred at 8/11/2004 12:36:46 AM
Hi - does anyone know why i get some very quirky behaviour when i have input
text boxes using embedded fonts? I'm creating a bunch of input text fields
with action script, and using a font format object and setting the font used to
be a nice oldy worldy style one - (matches with the rest of t... more >>
|