all groups > flash actionscript > january 2005 > threads for saturday january 1
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
Newbie Flash Help (rollOn)
Posted by the bighead at 1/1/2005 10:28:16 PM
First I'll tell you what Im trying to do, then I'll tell you how im doing it.
If Im doing it in an inefficient way, let me know.
What I want:
I have an image, and ontop of the image is a black box which is covering it
up. When the mouse rolls over, the black box will fade to 0% alpha (an... more >>
Mail a form in Flash
Posted by Archimedess at 1/1/2005 9:52:05 PM
I made a form that contains text fields, these textfields are QTY1 (quantity)
Price1 Total 1. I named them QTY1, QTY2 till QTY60
also for Price and Total. At the end I made a Total.
I would like to add a submit. If someone choose to have QTY1 3x QTY 16 2x, to
receive an email with these c... more >>
Custom Parameters Panel for Components
Posted by mprescott at 1/1/2005 9:19:50 PM
Hi, Prior to Flash 6 offered a technique for building custom parameter
panels for custom built components. The MediaPlayback component
demonstrates such a panel. I know how to use Inpectable and Collection
tags for my components, but the standard parameter panels are a bit
restrictive and cumb... more >>
getURL after sounds have completes
Posted by UnclePuppy at 1/1/2005 9:01:01 PM
Hi, I'm kind of stumped. I have a series of six buttons that all play a
different sound on mouseDown. Each sound is different in length but not more
than 1.5 to 1.8 seconds or so. My problem is, I need the sound to finish
playing before the getURL action takes place. Anyone know how/if this c... more >>
help dosn't work!
Posted by 24328 at 1/1/2005 8:51:56 PM
help! I can't make a button goto the next frame. I copied the script straight
from the help file:
my_btn.onRelease = function() {
nextFrame();
}
and I get the following error when I check it:
**Error** Scene=Scene 1, layer=Buttons, frame=31:Line 1: Statement must appear
within on ... more >>
on rollover play mc and startDrag
Posted by Wrinkle at 1/1/2005 7:15:23 PM
The following works, but for some reason moving my cursor across the mc it's
attached to causes rollOver and rollOut to flicker off and on despite not
rolling off of the mc. So if I move my cursor over day1 (mc), gotoAndPlay
triggers just as it should, stops at 5, if I then move the mouse again (... more >>
What's wrong with my preloader??
Posted by Tecsun at 1/1/2005 6:20:13 PM
I have built three swf, 1) main.swf , 2) preloader.swf, 3) image.swf
i have put a button in main.swf and it's script is:
on (release) {
createEmptyMovie ("01_load", 900);
loadMovie ("preloader.swf", "01_load");
createEmptyMovie ("01_img", 1000);
loadMovie ("image.swf", "01_img");
}
... more >>
What's wrong with my preloader??
Posted by Tecsun at 1/1/2005 6:19:49 PM
I have built three swf, 1) main.swf , 2) preloader.swf, 3) image.swf
i have put a button in main.swf and it's script is:
on (release) {
createEmptyMovie ("01_load", 900);
loadMovie ("preloader.swf", "01_load");
createEmptyMovie ("01_img", 1000);
loadMovie ("image.swf", "01_img");
}
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
External Navigation?
Posted by inntheory at 1/1/2005 5:12:54 PM
I have a flash file that has multiple forms and I need to be able to navigate from an html page into the various forms.... more >>
Problems with loading an external .swf into a movieclip area
Posted by Learn at 1/1/2005 4:14:36 PM
Hi,
I believe that this is a very common problem which many of you may have
encountered. Basically the problem is as follows:
I have an external email form built as an external movie. i call this .swf
file into another main movie, but the problem is that although the movie
appears, the... more >>
Reversing the height
Posted by thoand at 1/1/2005 3:50:12 PM
Hi I have this loader bar that fills the screen from top to bottom when loading
the data(see attached code) But if I want to make it go upwards(from the stage
bottom to the top) how do I do this? thanks in advance best regards T
var round = Math.round(loaderObj.getPercent());
var calc ... more >>
learner - actionscript
Posted by dori_mt at 1/1/2005 2:14:06 PM
Hello all,
i am learning Flash MX 2004 Actionscript, but it is giving me errors which i
dont know how to solve.
Also where can i attach the file for the forum to see, i dont have a website.
thank you
dori@melita.net
... more >>
Happy New Year
Posted by Blade alSlayer at 1/1/2005 11:55:13 AM
Happy New Year! May it be a better one for everyone!... more >>
Could someone test this *.fla
Posted by Brabonjak at 1/1/2005 5:00:58 AM
My first attempt to create something in flash.
My *.swf has 2 scenes. First one is this
http://solair.eunet.yu/~badtrt/test.fla
It's an intro with preloader.
I can't test preloader myself - no matter how big file i put in it it's cached
and I cant's see a thing (seting download profiles to... more >>
Clip Event Frame Move
Posted by IMDaNuBe at 1/1/2005 4:02:31 AM
The following script is what is found on one of my movieclips:
onClipEvent(data){ _root.nextFrame(); } This is a form. When you click on the
submit button, it will send the form results to a PHP script, but the moveclip
itself should move forward one frame. However, it currently moves the ENT... more >>
line breaks in input field
Posted by Dylan_VanKets at 1/1/2005 1:59:06 AM
Howdy, Happy new year!
When I press enter in my input text field to create a new line, it looks OK in
Flash and mySql (see \r in debugger), but when i type a long line in my
inputfield without pressing enter and it gets stored in my MySQL database, it's
all combined into a single line, so... more >>
MX loadMovie shell SWF not working when posted online
Posted by ccharlton at 1/1/2005 12:17:14 AM
What I have so far (MX): I have one shell SWF (~3k) that has two functions
('LoadNextMovie' & 'PlayNextMovie'), and a preloader loop (frames based -
oldschool; requested by client to be like that). SWF flow & what is should
do: 1.) shell SWF loads (fast) and has array of SWFs to load... more >>
|