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 > may 2004 > threads for sunday may 30

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

why does it take so long to load?
Posted by propatria at 5/30/2004 11:17:14 PM
my loader doesn't work... Isn't a loader supposed to come up as soon as the person opens the page, then load the page, and then play the rest of the movie? whats wrong? heres my movie... http://inet.francistuttle.com/wisdom/NewModules/ViewMyDocuments.aspx?DocumentID= 1415 any help would be ...more >>

Can someone help me with this syntax?
Posted by mellowhappy at 5/30/2004 9:47:09 PM
var recData = [{id:0, firstName:"Mick", lastName:"Jones"}, {id:1, firstName:"Joe", lastName:"Strummer"}, {id:2, firstName:"Paul", lastName:"Simonon"}]; userData.items = recData; I am trying to learn how to use the DataSet components with the Macromedia Flash D...more >>

how to set alias of a data type?
Posted by flashin at 5/30/2004 7:23:52 PM
I need to have another name for Number type, such as Age, how to set Number's alias so that I can do this: var age:Age; instead of: var age:Number; ...more >>

Dyanmic Box-Text question
Posted by MINGUITO at 5/30/2004 6:25:48 PM
Hi Folks, I wonder if someone can help me on this. Ok, I have a Dynamic Text Box, which I will populate with an external txt file using the LoadVariables command, now, for updating purposes this would be the easiest solution for the user, since just update the text file and flash wil...more >>

wait until php loads
Posted by penguinsareinvading at 5/30/2004 5:59:45 PM
i have the following actionscript that seems to work well, var sl = new LoadVars(); sl.load("http://www.site.com/streams/update.php?unique_id="+getTimer()); // this indexes the dir and creates a few XML files that are called later in the SWF file // some other stuff mycomboXml.load("...more >>

Transition tween
Posted by flashForum at 5/30/2004 5:13:39 PM
I've searched and read, but can't seem to find exactly what I'm looking for. I've attached my source code (it's Flash MX), it's much easier for me with examples. If anyone cares to take a peek and give me some advice I would greatly appreciate it. I'm trying to start with a blank page wi...more >>

Load Movie And Frame Rate
Posted by Gionex at 5/30/2004 2:20:36 PM
I have a MASSIVE problem with my website. It has the main swf, and in that i have a music player that loads music on to level 20 and i have backgrounds that load in to a movie clip. So far this all of this works, BUT my music tracks are 1 frame per second and my backgrounds are 120 frames per ...more >>

onData
Posted by dandev at 5/30/2004 2:19:28 PM
I just asked this question on flashkit but I am not convinced with the answer so here goes. I'm using loadVaraibles to load a .txt file into a MC that I've created using creteEmptyMovieClip. some of my txt file are 20k. Is it safe to say that when the MC.onData function is called tha...more >>



Text Field (cursor to first character)
Posted by Scott Filloon at 5/30/2004 12:46:34 PM
Hello, I'm using Flash MX and I have a question about a text field. If data exceeds the given space of a text field, when being filled in, the beginning characters are no longer visible. That's no big deal but when the text field is tabbed away from, the text remains just as it was, still no...more >>

Actionscript in 7.0
Posted by webjunky2 at 5/30/2004 11:53:45 AM
HEllo, I created a movie to scroll a textfield with a slider and buttons. THe movie works correctly in flash five, but not in flash 7.0. THen the slider goes when I slide down and then release it, the text and the slider go back to the top and they not maintain their possition. The ac...more >>

How to call actionscript within a text field
Posted by H.M.Man at 5/30/2004 10:24:02 AM
I want to call actionscript' function within a text field , just like Director's text link, anyone knows how to do this?? pls help. Thanks!!...more >>

Complexity Of Actionscripts
Posted by Shea_)1 at 5/30/2004 9:15:07 AM
Yes hello, I have been using Flash 5 for two years, then upgraded to Flash Mx I finally decided to get Flash Mx 2004, and it was worth it. There was a small problem though... I'm still new at 'Action Scripts' and I noticed the actionscripts is set on 'expert mode' Is there any possible w...more >>

form validation
Posted by PDS at 5/30/2004 9:00:54 AM
I'm using this script to checkout if a field is left empty : on (release){ if (veld1 == " ") { gotoAndStop("nietok"); }else {gotoAndStop("ok"); } } but this isn't working. I'm using Flash MX 2004 Could somebody please tell what is wrong Thank you for your help Peter ...more >>

DuplicateMC mousetrailer
Posted by nickname-taken at 5/30/2004 7:08:42 AM
I'm trying to learn several ways to make mouse trailers just as a way of learning more actionscrip. I've downloaded several and I generally see how they work. This one, though, is a tough one for me to crack, but it's so simple. I understand every line of code, but for some reason it does w...more >>

Convert to number
Posted by SiRickHoo at 5/30/2004 4:58:46 AM
I've read a value out of an array and I now need to convert that value to a number. However, the value is currently an object. I know this because the following code returns 'object' trace("type="+typeof(cardNum)) My question is: How can I convert the variable cardNum to a number? I ...more >>

movieclips depht
Posted by zebra_1 at 5/30/2004 2:39:22 AM
I need to put a movie - is just inside the swf and not externally loaded - on level1 but can figure out how. I played around the onLoad command without a goal. Any ideas? Thx...more >>

Need ActionScript for Popup HTML page
Posted by MRVL44 at 5/30/2004 1:52:43 AM
Hi - Please help. I need the action (FLASH MX) for a html page to be able to pop-up when a button is clicked on my flash site. I know its out there. Can someone please post the actionscript. thanks a bunch! ...more >>

Moving Down at the Same Time
Posted by Aumaz Jang at 5/30/2004 1:30:45 AM
Hi all, Please view http://gahook.hp.infoseek.co.jp/ToSharon/kitterick.com.hk/swf/aaa.fla. Thanks, Aumaz Jang...more >>


DevelopmentNow Blog