all groups > flash actionscript > august 2004 > threads for sunday august 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
Slideshow question
Posted by lauralein at 8/1/2004 10:36:55 PM
My objective is to create a slideshow on mouse rollover/dragover.
When the mouse rolls out, the movie jumps back to the original (still frame).
So far it works fine, but everytime the mouse rolls out and jumps back to the
still frame and I roll over again, the
slideshow movieclip that is... more >>
while and do...while problem
Posted by yoyoyoyoyoyoyoyok at 8/1/2004 8:18:13 PM
When I use either of the fore mentioned loops I get the error message say that
it is "running slowly bla bla bla may cause your computer to become
unresponsive"!!!!! I don't have any examples because I got frustrated and
deleted everything but the code I was using was fairly simple. Any ideas ... more >>
menu,emergency help
Posted by mandanasalimi at 8/1/2004 7:10:32 PM
Hi,friends
I want to make a menu exactly like the macromedia menu,when you mouse over an
item the sub menus opens,but when you accidently mouse over another items you
will not see its sub menus,but when you eaxactly mouse over on it you will
see,you know exactly like that,what should I do?
... more >>
self-made scrollbar??
Posted by HelloWorld at 8/1/2004 6:58:19 PM
how can make a scrollbar that can scroll a movie clip like the one one in my
ftp(sample_mx.fla : ftp://flash:flash@icac.no-ip.com)
the author didn't use scrollpane, he just use a scrollbar instead, how can i
do so?
thx
... more >>
How do I remove an EventListener? (2nd post)
Posted by Pong The Greek at 8/1/2004 5:34:31 PM
Hello,
I am having a problem removing the below eventListener:
var myListenerGrid = new Object();
myListenerGrid.change = function(event1) {
_root.clickedid = event1.target.selectedItem.MODEL;
_root.model.text=clickedid;
_root.AcqGrid.removeAllColumns();
_root.DetailGrid.remove... more >>
line point A to B in flash 5 script ? (~createEmptyMovieClip)
Posted by Patrick Jansen at 8/1/2004 4:33:42 PM
Takin following flash mx example
_root.createEmptyMovieClip ("triangle", 1);
with (_root.triangle) {
lineStyle (5, 0xff00ff, 100);
moveTo (200, 200);
lineTo (300, 300);
lineTo (100, 300);
lineTo (200, 200);
}
is there any way to do it in flash5 dynamically? In MX its a peace... more >>
loading jpegs
Posted by _jrh_ at 8/1/2004 4:11:11 PM
i am loading jpegs defined from an xml file. the problem i am having has to
deal with preloading the images. the getBytesTotal and getBytesLoaded are very
inconsistent.
loadMovie("my url"+_root.currentCdClip, "_root.pic_mc");
loadInterval = setInterval(checkLoad,10);
function checkLoa... more >>
Go to frame in parent movie - help
Posted by flashgurugonewrong at 8/1/2004 3:33:10 PM
I have a move in a movie and want to make the parent movie go to a particular
frame when a button is clicted in the child movie. If I use the standard goto
command it tries to change the frame in the child movie, how do I get the
button in the child movie to control the parent movie??
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
formating numbers
Posted by Peter Pippinger at 8/1/2004 3:31:33 PM
Hello NG,
is there any way in flash to format something like this: ?
myvalue=2.0948397
trace(whatevertodo(myvalue,2));
should return
2.09
Have you got any hints for me?
Thanks a lot,
Peter
... more >>
how to redirect according to: username/password,
Posted by Azi at 8/1/2004 3:21:33 PM
I want to write an action where according to username and password each user will be redirected to a specific different URL.
Newbie help please.... more >>
actionscript too large
Posted by javman at 8/1/2004 2:36:09 PM
A sure sign that someone does not know how to program properly is that their
code is overly voluminous. Here is my opportunity to display my ineptitude to
the world.
I am building a large application that is doing some very useful tasks.
Everything was going well until this AM and the code q... more >>
Passing a variable between frames?
Posted by zouha at 8/1/2004 12:44:39 PM
How can I pass a variable which is in frame 1 to frame 20 for example?
I have a _global.score set in frame 1 and I want it to be seen in frame 20 too
but not in the same field but in new text field.
If I put field.text = _global.score; in frame 20 it doesnt display the real
score.
... more >>
css styles and embedded fonts
Posted by EdMX at 8/1/2004 11:25:47 AM
Any idea why all the text in a dynamic text box disappears if you embed a font
when using multiple class styles in a css document?
Trying Mms own css styles example from the help files, it only works if you do
not embedd the font.
So it seems you can either have nice css styles with ugly ... more >>
Problems with positioning duplicated MC
Posted by loop360 at 8/1/2004 9:02:40 AM
I have a component on my stage that diplays an movieClip containing 22
duplicated mc's that are generated on startup, each being 25 pixels high and
whose layer increments from 0 to 21. When traced, the height of the movieClip
returns 550 correctly, but when I try and duplicate a new movieClip ... more >>
frame label loaded?
Posted by munkeigh at 8/1/2004 7:17:22 AM
Is there any way to write a preloader script that will run once a particular frame label has loaded (as opposed to frame number or bytes loaded)?... more >>
Controlling ProgressBar
Posted by setshot50 at 8/1/2004 5:17:39 AM
This may be a simple fix, but I'm having a heckuva time doing it. I am loading
a rather large SWF that is a site's intro (intro.swf) from a loader SWF
(loader.swf) using the ProgressBar component and Loader component. My problem
is that the intro.swf streams over the loader.swf. What I am w... more >>
cookie location
Posted by OniLink at 8/1/2004 2:57:36 AM
I just want to know where abouts the cookie file is saved when you use the SharedObject function?....OR if it is possible to choose where to save it.
Thanks,
Josh.... more >>
getURL... Why is it the simple stuff...
Posted by Cayce at 8/1/2004 1:33:44 AM
Hey, Forum...
(that's an exhausted, not exuberant 'Hey')
Why is it that the simple stuff throws you down sometimes? I know I'm still a
novice here but I have a manual that would chock the wheels of a big truck
(Flash MX Bible), yet following it word for word gets me the same error, "The ... more >>
|