all groups > flash actionscript > july 2004 > threads for sunday july 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
Can someone check this preloader code?
Posted by Jake Lyman at 7/11/2004 10:42:33 PM
Hello,
I've been here once today already! And recently. My prior question was
answered and now I have another. I have a movie clip on the first frame of my
movie. It's a preloader and it has the code below attached to it. The
preloader works great, but I was hoping to "piggy back" on ... more >>
MovieClipLoader loadClip() bug
Posted by incomum at 7/11/2004 10:41:34 PM
I've implemented a preloader queue using MovieClipLoader, however when I run
multiple calls to loadClip(), some of the clips do not begin to throw
onLoadStart() events until the others are initialized. Is this a known issue?
And if so, is there a workaround?
... more >>
attaching link to duplicate movie clip
Posted by michaelp767 at 7/11/2004 10:14:59 PM
Hello,
I am working on a project that I am trying to figure out how to generate the
thumbs dynamically for a photo gallery.
I attached my code.
I couldn't figure out how to attach a movie clip from the library, so I ended
up placing an instance named "emptythumb" on the stage. It a... more >>
path to loaded content? Please help!!!
Posted by Brian at 7/11/2004 10:06:22 PM
In my main movie I have a Loader component into which I load different
movies. Once the movie is loaded, I want to tell the loaded movie to go
to frame 2. I have everything working, but can't access the movie loaded
into the Loader component.
I am loading the movie with this AS:
on(revea... more >>
Is my code for this preloader wrong?
Posted by Jake Lyman at 7/11/2004 9:37:27 PM
Hello All,
Working on a preloader and using the code below. Should work as far as I can
tell. Problem is, nothing happens! Any ideas what I might be doing wrong? I
have this code attached to a movie clip that is on the first frame of my movie.
Thanks so much!
Jake
onClipE... more >>
simple mp3 button help
Posted by ecurran at 7/11/2004 7:56:09 PM
hi. I'm building a site for a musician. I want to have the user click on the
title of the song (a button) which would then stream the mp3 track. at this
point, i'm using
mySound1 = new Sound (this);
mySound1.attachSound("songtitle");
and then attaching songtitle.mp3 to a button. the ... more >>
How do I.....
Posted by roowdie NO[at]SPAM hotmail.com at 7/11/2004 5:51:09 PM
When using flash 2004 mx I have several key frames, each with its own
picture. When I do the transition effects I want each picture to show
for so many frames then go to the next picture while deleteing (not
showing) the previous picture. How do i do this? So far all I have
been able to accompli... more >>
is fscommand synch or asynch?
Posted by flash beginner at 7/11/2004 4:41:32 PM
fscommand(exec) may be asynch, fscommand("othercommands") may be
synch-ed if they are internally DO event and should deal with return (in
theory). I can only speculate. Does anyone have any ideas?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Loading more the 2 clips at the same time
Posted by Jomaja at 7/11/2004 3:37:08 PM
Hi!
I have a site that loads 4 clips in the background at the same time. Each
loading progress is displayed with a loader bar. But flash only loads 2 clips
at the same time. Is there a solution to this problem?
Thanx!!
J
loadMovieNum("HP_3D.swf", 10);loadMovieNum("loadingClips_1.swf",... more >>
Button assignments
Posted by gniena at 7/11/2004 3:26:53 PM
I have had this happen a couple of times in Flash and I am convinced that the
problem is not me, but a bug in Flash. Of course I am probably wrong.
I have two buttons on two different layers. One button goes to the next scene
the other takes the viewer back to table of contents
The next ... more >>
How to include font info in FLA file
Posted by keith brickey at 7/11/2004 3:16:50 PM
Can someone tell me how to set up Flash MX 2004 so that it includes Font
outline info in the published file?
Thanks,
keith
... more >>
delete key
Posted by marc1101 at 7/11/2004 2:47:09 PM
Has anyone else had trouble making the delete key work in an
on(keypress "<Delete>"){
}
It is in the dropdown list of code hints, but it does not work.... more >>
Arrays: ActionsScript / PHP
Posted by OniLink at 7/11/2004 12:49:10 PM
Hi,
I was just wondering if their is a special way to load an array into a PHP
file (or is it just the same as with normal variables).....and how do I refer
to a value within an array in PHP....eg: $arrayName[0]
Please help.
... more >>
mouse drag an object question
Posted by Mike7222 at 7/11/2004 11:09:58 AM
Hello all,
thanks for reading my post.
I am new to actionscript and flash. I was wondering if anyone could give me
some advise on how to do the following.
I want to be able to pick up an object with the mouse and then move it to
another part of the movie. Lets say i have a square on... more >>
throwing space characters from a string
Posted by asilter at 7/11/2004 10:54:19 AM
i want to throw space characters in a string which i get it from a input text. how do i handle that? is there a method to throw spaces from a string?
thanks... more >>
[Flash Mx] (urgent) PDF file
Posted by croquet82 at 7/11/2004 9:57:00 AM
Hello!
First of all thank you all for this great forum in which I have found the
answers to many many questions ^^, you are all great!!
Please, before I tell you what's making me crazy, let me put you into the
situation:
I have done my final career project in a Flash created .exe tha... more >>
importing fonts
Posted by roland at 7/11/2004 8:34:57 AM
good morning all
How does flash handles fonts (substitution), which are not installed on the
users computer, when running the flash film. Is it possible to import a font
to the library as this can be done with director?
Thanks a lot for your feedback
Roland
... more >>
shortcut disable
Posted by eldanet at 7/11/2004 6:47:03 AM
Hello,
Does anybody know how to disabled the<,> and <.> shotcuts key .
I am using:
Key.addListener(_keyListener);
_keyListener.onKeyDown = function() {
trace('Key.getCode'+Key.getCode());
etc...
When the movie is published and I press <,> or <.> shotcuts key the movie
begin to a... more >>
JavaScript window
Posted by dwsm4h at 7/11/2004 6:23:42 AM
I need to direct a "on release" button to open a new (html) page with no
toolbars. I can do this with no problem using html, but I dont know how to do
it in flash.
eg. on (release) {
getURL("http://www.macromedia.com", "_blank");
}
What I need is for that blank to open up in the size... more >>
I'm so clueless, please help. Thanks...
Posted by soveryconfused at 7/11/2004 5:30:02 AM
I want one of my layers, once it reaches frame 20, to return to frame 1 and repeat that process...what action would be necessary for that? Thanks.... more >>
Launching external SWF file
Posted by kapil.sharma at 7/11/2004 5:00:29 AM
Hi,
I'm new to Flash MX and what I want to do is : Launch a swf "XXX.swf" when I
click on a button in my other swf file "YYY.swf". What I tried is
on (release) {
fscommand ("exec", "XXX.swf");
}
But nothing happens when I click on the button. I have put in the XXX.swf in
a ... more >>
window size
Posted by pkern at 7/11/2004 4:33:22 AM
I have 3 buttons that are opening the proper html pages but I want to be able
to have the new window that is opened be a specific size 568 x 600 and I want
the window to be scrollable, resizable, but not have any tool bars. I know how
to write the script in java but not sure how to make it wo... more >>
how do I print .doc? Please
Posted by mbockwich at 7/11/2004 2:34:08 AM
I have a nice paper resume created in MS Word. I decided to make one using
flash, an .exe that I can email. The problem is I have a "print" button at the
bottom that I wish would open the .doc file on the viewers screen ready to
print exactly as it is in the doc, formatting preserved. I tried... more >>
particle system
Posted by cowboy71 at 7/11/2004 2:16:18 AM
Hello,
I'm trying to simulate some moths being attracted to a light, was wondering if
any one has run across or knows of where to get info on such a thing. I know
something like this might need to be scripted.
Thanks
... more >>
settings 'n' script
Posted by azurepenguin at 7/11/2004 2:06:02 AM
hey people,
im currently working on a settings menu for a flash exe and i was wondering if
anyone could clarify a few things:
1) Is it possible to change the quality settings (you can access them by right
clicking) using action script?
2) Is their some kind of global volume variable i can ... more >>
Advanced mailto action with "newline" problem in mail client
Posted by Luka at 7/11/2004 2:03:09 AM
A have a button on stage which takes a list of arrays and their values, and
sends that list to mail client. I'm trying to make a break (enter) after
each item. In flash, there is "newline". But mailclient doesnt understand
"newline". Is there something like %20, or similar (%20 is space, but what... more >>
|