Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008
all groups > flash actionscript > august 2004 > threads for friday august 27

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

disable mouse input?
Posted by DPAops at 8/27/2004 11:49:15 PM
Is there a way to disable mouse input for a certain length of time (say, for the duration of a movie clip)? I simply don't want my script to process mouse moves or clicks for a certain period of time. I know that I can disable individual buttons using Button.enabled = false, but I want...more >>


Problem with loader component
Posted by Steve Lombardi at 8/27/2004 10:38:28 PM
I have set up a movie with a Loader and a Progress Bar components. I am loading a SWF video file created with Sorenson Squeeze. I have un-checked "export in first frame" from the loader component's linkage. The movie loads, and the progress bar works as intended -- but the problem is that...more >>

Date Class
Posted by speedlab1 at 8/27/2004 10:15:02 PM
Can I pass a string such as "0000-00-00 00:00:00" as a parameter of the Date Class and have it output "January 1, 2004, 01:00:00 am"? ...more >>

help with loadClip and onLoadInit
Posted by Rothrock at 8/27/2004 10:04:50 PM
I'm trying to create a dynamic photo gallery. I've got it working fairly well, but I have a problem. I want it to do one thing when it first loads in the images, but something else when it cycles through them. Here is what I thought would work. I create and add all the appropriate things...more >>

storing properties in a function???
Posted by chambasny at 8/27/2004 9:51:08 PM
This is a very simple question. let's say I have a movieclip and I want to store a bunch of properties associated with it (alpha, RGB, etc) under one name (function?? object? I don't know!) that I can call up when a button is pressed. when it's pressed, it triggers the function or object or wh...more >>

actionscript problem with numbers 8 and 9 segment
Posted by iamalex at 8/27/2004 9:05:18 PM
Need help Please. I have script and all is the same except for names and address info and "code_text==xxx", All of my 8's and 9's I get the following error, and I have no clue. ie, 008, 009, 018,019,028,029,038,039 Please help!! Is there some bug with the numbers 8 and 9? I am usi...more >>

Zip Utility for Actionscript
Posted by holytodd at 8/27/2004 8:52:00 PM
Does anybody know if there's a component out there or an Actionscript class that will allow you to create zip files on the fly? What if our flash movie wanted to gather data from a database and zip it up before it sends it down the socket? Can actionscript even do this yet? Any comments are...more >>

how do i tell if a movie is already loaded
Posted by Swhxswt at 8/27/2004 7:13:05 PM
Here's the action for the button. ____________________________________ on (rollOver) { loadMovieNum("products.swf", 1); } ____________________________________ But if "products.swf" is already loaded I don't want to reload it. what do I do? Thanx...more >>



javascript
Posted by abeall at 8/27/2004 7:08:18 PM
I'm positive this has been answered, but I simply can't find it. All I want to do is open a new window with set dimensions(cannot be resized) and no "chrome." I don't know javascript but I understand I'm looking for something along these lines: window.open("index2.aspx,"name",config=" ...more >>

Preloader Problem
Posted by BLoODuSTeR at 8/27/2004 6:40:04 PM
Hello. I built a movie using Flash MX, and when uploading it to my webpage, the playback is extremely sluggish. In attempting to fix this problem I figured I would use a preloader. However, I have unsuccessfully tried several and the same thing happens every time. The preloader works, but it b...more >>

error with dynamic text
Posted by silvercat1975 at 8/27/2004 6:31:58 PM
Can anyone tell me why I am getting this error when I run the script below? Any help is very appreciated. Scene=Scene 1, Layer=actions, Frame=1: Line 1: Statement must appear within on/onClipEvent handler this.onEnterFrame = function(){ When I enter this for the movie clip name mytext ...more >>

Action script Button Help!
Posted by Tom Muschetti at 8/27/2004 5:02:30 PM
I'm trying to put together a rollover display panel similar to the one on: http://wilddivine.com - The 3 panel rollover display (not the top nav) I'm not sure how to do this. Can anyone provide an overview on how this is done? onRollOver - the buttons move out of the way to display the fu...more >>

LoadVars Problem.
Posted by Lukas at 8/27/2004 4:43:07 PM
I have a LoadVars, when i get records from PHP, the LoadVars array don't erase the data that i got in past query... this is the code... fun = new Object(); obj = new LoadVars(); fun.cambia = function(component){ obj.tipo = _root.combo1.getValue(); _root.lista.removeAll(); obj.sendAndLoad(...more >>

Components - my buttons are dead...
Posted by Tregg at 8/27/2004 3:35:25 PM
Has anyone out there ran into the problem when using the Loader component? The SWF movie that I am loading into the component works fine by itself. Once loaded into the Loader component the buttons stop working? Must be a very simple answer to this one. Thanks, ...more >>

assign an identiefier to an image in action scrip
Posted by nedflanders at 8/27/2004 2:01:19 PM
i'm using actionscript to create movie clips (in a loop) and load an image into it. how can i set the properties for that movie clip? like the linkage and indentifier properties. how can i do this while dynamically creating the movie clips. for (i=1; i<numimages; i++) { pich...more >>

mouseListener "reset"
Posted by kittyhawkFlash at 8/27/2004 1:59:30 PM
Hi all, I've got a script I'm working with that is running a timer and checking for mouse inactivity. If the timer runs out, it moves a movie to a different frame. (Kind of a mini screensaver if you will.) I have the first part figured out, (see below) in that I can use a mouseListener...more >>

Identifying Browser.
Posted by Geoff at 8/27/2004 1:48:34 PM
Is there a way, using Actionscript, to identify if the user is using IE? I wish to put a note on a Flash file that the F11 key will toggle to FullScreen. Does anyone know if this is also a standard for other browsers? Thanks Geoff ...more >>

More Preloader Woes--questions for the experts!
Posted by CougarTheCat at 8/27/2004 1:39:56 PM
Hi again, I have tried and tried to get this preloader to work. My code is below. I have the following questions: Why do the tBytes and lBytes show up as blank? Could it be because the swfs load so fast? I have tried changing code from eval(mc).getBytesLoaded() to just mc.getByte...more >>

how to pass var value using checkbox
Posted by imlazuli at 8/27/2004 1:34:47 PM
how can i pass a variable value lets say q1answer=1 using a checkbox...more >>

exec japanese executable
Posted by bossche at 8/27/2004 12:33:57 PM
Hi This is something to think about this weekend...; : -) I create a flash MX movie on an european machine but I want to develop a cd-rom for the japanese market. So the folder structure has japanase names, the executables has japanes names, .... What I want is flash to launch those e...more >>

Making Stage Transparent(like alpha)
Posted by FatalBreeze at 8/27/2004 11:58:58 AM
Does anyone know how to make the stage transparent because i want to build a banner that is on the site itself. if you can show me a tutorial it will be great. thanks....more >>

texts under masks(urgent)
Posted by rmidas at 8/27/2004 11:49:56 AM
i have just seen that the texts (doesn't matter static or dynamic) under a mask layer does not show up any solutions or suggestions? -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/...more >>

duplicateMovieClip on mc with dynamic content
Posted by sweetlemon at 8/27/2004 11:29:49 AM
I try to duplicate a mc wich has dynamic loaded content (pictures loaded with loadMovie). The mc is duplicated but not the content. Why? All these actions are done in a control mc in the beginning of the flash movie, that also loads XML content - which pictures to load is determined in ...more >>

Preloader for multiple movie clips?- CONT'D
Posted by CougarTheCat at 8/27/2004 11:09:30 AM
I am using the code below, from kglad, for preloading (thanks again!). However, I have been unable to instantiate the movie clips (the only way I could figure out would be to put each instance on the stage in frame 1 and set invisible to true, which I don't think would be the elegant solution...more >>

flash detector e full screen window
Posted by paquituz at 8/27/2004 10:17:51 AM
Hi, I need a good flash plugin detector to be mounted on an HTML page which, in case of a positive response, redirects you to a full screen page with no toolbars where the flash movie is. I've got this already, but it doesn't redirect you automatically to a full screen page: ++++++++++...more >>

Disadvantage of using CDATA in XML
Posted by Teji at 8/27/2004 9:26:51 AM
Hello friends, Can someone tell me the disadvantage using CDATA tag in XML, i m making a e-earning project usning Flash MX and XML, out course is going to run on internet explorer. Thanks in advance...more >>

Huge question about playing movieclips in sequence
Posted by Kamran Riaz at 8/27/2004 9:26:09 AM
function handWrite(names) { i = 0; while (i<names.length) { with (eval(names)) { nextFrame(); } i++; } } myText = Array("a", "b", "c"); handWrite(myText);...more >>

LoadVars and PHP/MySQL insert: unknown column error
Posted by Rover at 8/27/2004 8:01:42 AM
Has anybody ever seen this? I'm inserting a record into my DB, using a LoadVars object: dbBridge.submit = function(){ this.title = title_txt.text; this.author = author_txt.text; this.price = price_txt.text; this.jpeg = jpeg_txt.text; this.review = r...more >>

Handling Right Click?
Posted by ozdemit at 8/27/2004 7:39:49 AM
is there a way to handle right click?...more >>

Button pressed y or n- heeeelp!
Posted by Sabretooth Sloth at 8/27/2004 6:43:42 AM
At a certain point in my movie, I need it to jump to another spot on condition that several specific buttons have been pressed by the user by this point. If that condition hasn't been met, the movie simply continues playing. But how do I actionscript this condition? Heeeelp! ...more >>

sound mixing
Posted by bacardibo at 8/27/2004 6:40:10 AM
Hi guys (and girls) I've got a problem with using and controlling multiple sounds in my movie. First let me explain the situation. I've got a empty stage with two uniqually named movieclips containing sliding buttons, and two uniqually named "empty" mc's containing only the two differe...more >>

Dynamic text change from frame to frame?
Posted by silvercat1975 at 8/27/2004 5:11:18 AM
This request might be really simple, I'm not sure. Does anyone know how to make a Dynamic text box show up in frame 4, but have the text change in that same text box on frame 20? Is there a way to code this so I don't have to go to each frame and type in the new text in the ActionScript field?...more >>

flash button drop down menu
Posted by Dave_090 at 8/27/2004 3:59:09 AM
Hey Guys! I need some help. I am making a flash drop down menu. I have one button, that when clicked attaches a movieclip which contains all the buttons for the drop down menu. I then use a onRollOut command to remove the movieclip when the mouse rolls off of it. However, the buttons ...more >>

sendandload problems
Posted by TuHorn at 8/27/2004 3:48:21 AM
Hello, I am having a problem with the sendandload in Flash MX 2004. If I set the Flash Player to Version 6, the code works correctly. If the Publish Settings of Flash is set to Player 7, it seems the doThisOnResponse is never called (no traces are ever displayed - seems to hang on the send...more >>

Loading movie problem
Posted by waterystu at 8/27/2004 3:26:04 AM
Hi, I have a movie where a movie clip containing a layer slides horizontally to the middle of the stage when it loads. Im trying to load (nest) a movie into the sliding layer. Im using: loadMovieNum("about_us.swf", 5); in the movie clip that contains the layer. I want the nested movie t...more >>

once again I oracle the shrine of the scripters
Posted by jay NO[at]SPAM grunt at 8/27/2004 1:23:44 AM
O wise ones!! I humbly come before you in search of answers ;) Hello Everyone, I'm have two little problems that i've wracked my brain on and am just not making any headway. I really appreciate any advice people here can provide. The script in question is cited at the bottom. Macintosh Flas...more >>


DevelopmentNow Blog