all groups > flash actionscript > august 2004 > threads for friday august 20
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
Stop loop after five times
Posted by deltacomics at 8/20/2004 11:12:21 PM
I have a layer that continually loops, but I would like it to stop after five
or so times. Not just after one time. What would be the code to do this. The
loop is just squares going across the screen. It is nice a few times,but..
... more >>
Why !!?!?!?!??!?!?!
Posted by chimiwaza at 8/20/2004 11:05:33 PM
yo guys, why did you take the normal mode in actionscripts out on the new flash
versions ?!?!?!? .... im very frustrated, man that was a big help for those who
dont know the 'expert' mode, you can possibly do a extension or something,
thats real sad :(
... more >>
resizing one clip based on the size of another
Posted by Swartzenheimer at 8/20/2004 10:57:38 PM
Hi guys, Im trying to manipulate the size of a mmovie clip based on the size
of another.
movie clip "a" uses a default size of 100x100
this click is tweened and rezized at various areas of the movie.
basically what I want to do is to manipulate the size of movie clip "b" as
the size of clip... more >>
goto frame number in loaded swf
Posted by dan the guy at 8/20/2004 9:05:48 PM
Hi folks,
I have a swf that loads in a place holder once a buttons is clicked. Can I tell it to go to a certain frame? Syntax?
Much thanks.
... more >>
Dynamic Insert Text
Posted by Tony at 8/20/2004 9:02:11 PM
Hello...
I'm biulding a content management system.
I've got to the pioint where a user can type a link address into a text box and
the lick text into another box, click a button and have this populate
the "copy"
dynamic text box. Only trouble is, I can only put the new text either
at the e... more >>
reverse rainfall direction
Posted by c-mode at 8/20/2004 8:33:41 PM
I am using the following script to produce random rainfall -- problem is, I'm
trying to reverse the vertical movement so that it appears to be rising instead
of falling. I've made several attempts to guess at this, but each time I try
something, the 'height' variable is lost and the rain seem... more >>
is it possible to url encode a bullet point?
Posted by OOPete at 8/20/2004 8:31:06 PM
what do you recon? cheers.... more >>
JavaScript + Flash in Mac Os X
Posted by Pluda at 8/20/2004 8:20:33 PM
Hi there,
I have found this nice upload tool which uses flash, html and Javascript.
But I really don't know any of JavaScript, so I was hoping someone help me
whith this:
This works on Internet Explorer in PC, but doesn't work in Netscape PC or any
Mac browser.
this is the code
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
html in flash
Posted by Swhxswt at 8/20/2004 7:53:55 PM
is it possible to make a button in flash that replicates this html button
<FORM METHOD = "post" ACTION = "http://URL">
<TD ALIGN = "left" VALIGN = "top">
<INPUT TYPE = "hidden" NAME = "Action" VALUE = "submit">
<INPUT TYPE = "submit" VALUE = "submit ">
</FORM>
... more >>
mx04 player saturation
Posted by redboxinteractive at 8/20/2004 7:18:28 PM
anyone have any ideas what the current saturation rate of the mx04 player is?
is there a place that I can check to see current estimates? For most of my
clients the chief concern is that everyone (ok, relatively everyone) can see
the site without plugin download, ie. 95% ish. I would love to s... more >>
Launch a pdf file using getURL
Posted by Batrc93 at 8/20/2004 6:59:13 PM
Within my flash movie I have a button that launches a pdf file through the
browser using getURL . It works great on a Mac but on a PC the pdf is launched
within the same browser window as my swf. How do I get it to launch in a new
window or automatically launch Acrobat Reader.
... more >>
Movie collisions in MX pro 2004
Posted by crowds at 8/20/2004 6:56:46 PM
Im trying to trigger some sound when movies collide (for a very basic game im
doing for my 5 year old son). I have created a movie clip of an animated man
walking. Inside of this movie clip i have created another clip which i intend
to use as the hot spot for triggering sounds. This is all wel... more >>
parseInt
Posted by foogoo at 8/20/2004 6:47:11 PM
Can anyone explain why no movieclip is attached with this simple statement
in MXPro2004 7.2:-
lvl = parseInt("456.987");
attachMovie("lb_mc", "my_mc", lvl);
trace(lvl); // traces 456 to output window
trace(typeof lvl); // evaluates to 'number' but no movieclip is attached
trace(my_mc) // t... more >>
Goto and masking
Posted by 9208 at 8/20/2004 4:45:33 PM
I've built a scrolling menu of buttons within a masked area. I want to assign
mouse actions onto the buttons to play (Goto) a frame in the scene (there is
only 1 scene), but even if I name the frame rather than address a frame number,
it will not play it. I called the 'scene' instruction in ... more >>
Minimizing
Posted by BorderBob at 8/20/2004 4:18:01 PM
I was wondering if and how possible you can make a button so when you click it, the browser window the flash movie is in minimizes. Any comments are greatly appreciated.... more >>
import html that links inside of flash
Posted by sscoder at 8/20/2004 3:37:59 PM
I'm using Flash MX on a MAC.
I created a dynamic text field which imports a text file which has HTML tags.
I was wondering if there is a way where you can create a link that when you
import the html to flash it can link to a certain area in Flash.
For example, in the html file I would have <... more >>
PROBLEMS WITH ACTIONSCRIPTS BETWEEN SCENES
Posted by Kapu511 at 8/20/2004 2:46:49 PM
I have 3 simple scenes with 2 active movie clips. .except for the first
introduction scene, every one of the scenes has a "stop" action applied to it
on it's own layer. But when i test movie it doesn't follow the order to which
it is in the scene pallette, nor does it follow the action scripts... more >>
RE: [color counter formula] for RIA
Posted by tweekerbythespeaker at 8/20/2004 2:30:26 PM
I am developing this application where a user goes online and creates there own
design.
They have text, shapes, etc... and are able to change colors of these
elements. Every element is treated equally and has a variable called "eColor".
Now, at the end, when they are finished, I need t... more >>
One last hope
Posted by Strangedenial at 8/20/2004 2:14:41 PM
My previous post did not get a helpful reply so here's my last try;
I'm tryin' to add a preloader or even a text notifying that tha imae's being
loaded, in the empty movieclip I created to load images into.
if it helps, the FLA file is attached. ANY comments appreciated.
Thanks
... more >>
pre caching in flash mx
Posted by e_jogendra at 8/20/2004 1:48:59 PM
I am develping this for an eLearning project which contains 35+ swf files. I want to pre cache them. Could someone help me to solve my problem?
thanks
JNS... more >>
variable
Posted by drooopy at 8/20/2004 12:58:55 PM
hi,
I have a problem with a variable.
I have my master fla.
Insiside i load in a dropzone travaux.swf. Inside this clip there is a
variable which load other clip.
When i launch just travaux.swf, everything is working fine, the variable works
and i can load voln, voln+1,...
But when i ... more >>
How to start a movie clip from a frame?
Posted by etrader_x11 at 8/20/2004 12:38:02 PM
Hi everyone! I imported a flash animation into the library and I inserted that
animation on to the stage with a single frame. It was playing fine until I
added some other frames to the animation. Now it plays those other frames, but
when it reaches the frame that contains the movie clip object... more >>
event handling of children - how to make it work?
Posted by kapilmohan at 8/20/2004 12:18:06 PM
Hi all,
I am facing this mysterious problem:
I have a movie clip "row" inside which I have 3 buttons. Now, in the class of
the parent of "row", I write event handling functions such as row.onRollOver,
row.onPress etc. Each of the 3 buttons also have onPress function attached to
them (t... more >>
trying to loop a FLV video
Posted by danieldmm at 8/20/2004 11:46:46 AM
I'm trying to loop a Flv movie. What i did is: i went to my Library and in the
options i chose new movie i dragged this from the Library to the stage and gave
it an instance:my_movie
and here's the code that i have on my first frame:
var netConn:NetConnection = new NetConnection();
net... more >>
Actionscript to open a browser window?
Posted by Keith B at 8/20/2004 10:22:32 AM
How can I open a new browser window using Actionscript?
Thanks,
Keith
... more >>
Load Movie
Posted by kaiser_lord at 8/20/2004 9:57:13 AM
When you use loadmovie command than are things like sounds loaded from the movie that loaded the new movie or the new movie?... more >>
opening a word document
Posted by speedy d at 8/20/2004 9:09:58 AM
you can open a word document using getURL
is it possible to open a word document in a window in Flash? so that word
appears in the swf?
using getURL opens word in a browser, so really its a matter of displaying a
browser window in Flash?
any ideas?
... more >>
Checking its online
Posted by GuyS at 8/20/2004 8:34:33 AM
Hi,
I have one swf that will sit on the company website but some people will have
it on their harddrives. I have one swf to do both, but i want the online
version to go to slightly different pages. How can i do a check that its
running online then use that result to jump to a different page?... more >>
Newbie: Automaticaly switch between screens
Posted by Jean Bang at 8/20/2004 7:24:22 AM
Hi all
I need to know how to make a script that will switch between screens after end
of my animation. In screen one I have a normal tweenng session an after it ends
I would like to go to the next screen automatically and play a animation there.
Default I have to hit the keyboard to go to ... more >>
LocalConnection<->getURL->Between Frames Problem
Posted by Flashertyp at 8/20/2004 6:58:06 AM
Hi,
i have two frames. In first one i put my menu.swf in. The second one represent
the content.
In the conent i have some kind of flash banner with some labels that are
filled with variables from the menu elements in frame 1.
Now i have the problem:
Click on menuelement->varaibles se... more >>
Scaling lines....very weird!
Posted by Sky Strider at 8/20/2004 6:52:08 AM
If i horizontally scale a drawn line manually while it is simply a shape it
does exactly that...scale horizontally. If I put the line shape in any sort of
symbol, MC or graphic, and then manually or dynamically HORIZONTALLY scale (or
for that matter just change the width) the line scales both ... more >>
bringing a movie to the top????
Posted by nicname at 8/20/2004 4:50:12 AM
I'm doing a simple jigsaw for a client and am using the script below to move
the pieces around... But i need to bring the piece being controlled by the
mouse to the top of the other pieces while its being draged... I guess there
is a simple script to control this... But I cant find it... (... more >>
Stop one sound before playing another
Posted by willbu at 8/20/2004 4:49:26 AM
Hey all,
This sounds like a simple problem, but it's turning out not to be. I have two
buttons in my Flash project. Each button plays an MP3 file no problem when
clicked. The problem is overlap. When I click button 1 the sound plays. If I
click button2, I want the sound generated by butto... more >>
loadMovie help
Posted by Sonablu at 8/20/2004 4:01:33 AM
I have read over a lot of the other loadmovie questions but none of them seem
to help me in this situation.
I have a move that plays time the first time round but doest work when its
reloaded
my movie works like this
scene1: display button for drag and drop
scene2: click on button ... more >>
List Box Component
Posted by Atmosfera at 8/20/2004 1:56:40 AM
Hi Everybody, I'm working in something like a contacts list with the ListBox
comp., so my doubt it's about spaces, because every line of any contact is a
straight line of information, and I need the info in this style:
Example:
Name
Telephone
Location
Email
but I don't know what ... more >>
html to flash?
Posted by Pluda at 8/20/2004 1:09:00 AM
Hello all,
I'm trying to upload files to my server, using my flash app, but flash doesn't
allow us to make uploads.
So, I'm trying to make my upload using one html form, but I need to pass the
name of the file I will upload to flash.
How do I do that?
I press in the html browse butto... more >>
masking duplicated movies
Posted by Crimin at 8/20/2004 12:46:38 AM
I am creating an array of objects, using duplicateMovieClip. The problem I am
having is trying to mask them, I have tried the following code using setMask.
for (index=0; index<5; index++) {
duplicateMovieClip(object, "object"+index, index);
objectArray[index] = _root["object"+index... more >>
Touch-Screen Keyboard
Posted by noooooooooooooo at 8/20/2004 12:45:18 AM
Hi All,
I'm at lost with this one. I have been trying to make a virtual keboard in
flash. Have looked everywhere.... Could anyone point me to an fla file for a
Touch-Screen Keyboard.
Many thanks
... more >>
How can i make a URL in my flash banner
Posted by MANN at 8/20/2004 12:38:10 AM
Sorry , the ver. is MX 2004
Many THX
... more >>
How can i make a URL in my flash banner
Posted by MANN at 8/20/2004 12:30:03 AM
|