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 > september 2005 > threads for sunday september 4

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

Help with buttons
Posted by jme_009 at 9/4/2005 11:37:15 PM
hey, this always happens to me because Im unlucky. So normally this works completly fine for me, and there are no errors in the script, but for some reason, whenever I click on a button, it does nothing. The only button that is working is my "home" page. Here is my script: on (release) ...more >>

Array error, length limitation or what?
Posted by Wholeo at 9/4/2005 11:34:33 PM
I have 256 colors in an array. But can't publish it. Here's what I get (see below). I list the first part of the array, which ends with ');'. Since Flash can't see the ')', is it that my array is too large? If so, how else could I pick these colors at random with actionscript? **Error** Sy...more >>

Form Validation
Posted by JasonHarper at 9/4/2005 10:10:24 PM
Hello, I have a simple form with three textboxes (name, email and phone). If there an easy way to: a) make sure something has been entered in each box b) make sure the email address and phone number are formatted correctly I've read some things on the internet, but nothing that seems ...more >>

making movieclip stop growing
Posted by DrEv1l at 9/4/2005 12:02:53 PM
vlakx = probeervlak_mc._x -20 vlaky = probeervlak_mc._y + 15 this.boormachine_mc.startDrag(true,vlakx,vlaky,vlakx+probeervlak_mc._width-10,vl aky+probeervlak_mc._height-10) var i:Number = 20 Mouse.hide() probeervlak_mc.onMouseDown = function(){ bol = this.attachMovie("bol","bol"+i+"_...more >>

Blurry Jpegs
Posted by Mniss at 9/4/2005 11:41:03 AM
I have an application that loads jpgs (via XML) along with some text, etc. It works but the jpegs end up much blurrier than they look outside of Flash. I have a deadline in a few days for this, and it''s for an art journal, so I can't afford to have bad-looking images. I tried setting ...more >>

geturl javascript - get data ????
Posted by chuckies19982456120000 at 9/4/2005 11:29:09 AM
We have a customer who will not let us write files to the users' computers. Hence, we cannot use loadvars when retrieving data from a server/database and posting to flash. we are using setvariables via geturl/javascript. this means that i have to retrieve all the data in the frame prior to ...more >>

Tarot Reading A.S help
Posted by arodanos at 9/4/2005 11:11:12 AM
Hi, I'm making a tarot reading in Flash and having some problems with part of the action script. I've completed about 90% of the action script but for one bug which I cannot see to fix. Could someone pretty please please have a look at it and give me some pointers: http://members.i...more >>

Clouds, Need some pictures which can animate
Posted by AshDesign at 9/4/2005 8:46:25 AM
Want to do Animation sky, animate clouds! Help, I haven't material, pictures which are able to animate into animation sky (anim. clouds).. Thanks...I will be waiting. Yours sincerely Ash. ...more >>



HELP me make a preloader
Posted by Jake Roecker at 9/4/2005 8:34:36 AM
I'm new to flash. I'm trying to make a preloader so my file on http://www.badgeofhonor.com will run in sync with the audio track. I don't know how to start. Does anyone have a sample that they can send me? Is there a tutorial out there? Help me!!! ...more >>

username/password
Posted by philzzz at 9/4/2005 8:30:39 AM
Hi! I would want to add a "login" section to my website where I will be able to interact with my clients. What I am aiming for is to create a secure folder for each client so we can both upload/download information. What I would like is to have the user click onto "login" then enter his userna...more >>

Help with AS.
Posted by Leppe at 9/4/2005 8:01:23 AM
Hi again! You can reach me at: lp@skywalk.se...more >>

Help with animation and buttons
Posted by Raconteur at 9/4/2005 6:15:58 AM
Hi gang, Hope this is the correct place for this question... I have a scene with 6 buttons on it. Each button, when clicked, causes the same animation (essentially all 6 buttons fly off the page), but at the end of that animation, the destination page is different based on which button ...more >>

Flash button linking
Posted by .T.O.E. at 9/4/2005 1:02:45 AM
I whanted to put my own created flash buttons on my website but then i noticed that i dont know how to link them. I use Macromedia Dreamweaver to build website, and there are inpossible to link flash buttons. Please tell me the flash skript to link buttons. I know its with getURL(); ( i ques...more >>

help with submenu!
Posted by bsinis at 9/4/2005 12:00:00 AM
in the following menu http://www.net4all.gr/menu1.swf what kind of code to use so I can make submenus active? I tried (geturl) but I don't know where to put it there is some of the code: menu1Links=4; set("_root.menu1.numLinks",menu1Links); menu2Links=6; set("_root.menu2.numLin...more >>

error using Opera and gotoAndStop()
Posted by tzvarza at 9/4/2005 12:00:00 AM
I made a .swf in which I use buttons with gotoAndStop(). If I'm in frame x and I execute gotoAndStop(y), with x>y, and then I view the .swf in Opera, a white frame appeares. In Internet Explorer and Mozilla Firefox, as well as standalone, it works perfectly. I use Flash MX 2004 and Opera 8...more >>

thinking up architecture
Posted by boxershort at 9/4/2005 12:00:00 AM
Hi there, I'm using Flash MX 2004 Professional. I will be creating a website for someone I know who is a photographer. He wants a site that shows his photo work. This site has to be built in a way that he can update it himself. But he doesn't have any knowledge in html, etc. So I th...more >>

draging and dropping from a movie clip
Posted by batgirl_Sa at 9/4/2005 12:00:00 AM
is it possible to drag an item from a movie clip and drop it on to another? ok the reason why i want to do this is because i have a movie clip i am dynamically loading into my main movie and then i am dragging pictures from the movie clip onto the main stage... now from what i understand wh...more >>

Referring to main.html after flash intro
Posted by Skileraar at 9/4/2005 12:00:00 AM
Hello everyone! After creating a flash-intro movie for my site, i would like to automatically re-direct to my main.html.. So after player the flash movie, there should be a 4 sec. pauze, and then an automatic forwarding... I can't figure it out! Could anyone help me?!! Thnks a lot, ...more >>

keep a track on dynamically loaded images fom flash
Posted by ccraj at 9/4/2005 12:00:00 AM
I had done on application which load the images dynmically in one frame like 1 frame loaded 5 imags in it i want to keep a track all five images is loaded in the 1 frame can i do that pls hel me on this Raj ...more >>


DevelopmentNow Blog