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
all groups > flash actionscript > july 2004 > threads for saturday july 31

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

path?
Posted by yofof at 7/31/2004 11:28:08 PM
hi there, i asked a question about php script (PHP - email with no text ). the question has been well answerd by Jack( thanks again). everythig works fine if i put the order.swf and order.php in separate dictionary on my web. I use the script: ------------------------ function sendMail(){ ...more >>


Basic Question: how to scale/resize
Posted by alan arthur at 7/31/2004 10:37:44 PM
This is, I'm sure, a rather dumb question, but here goes: I am doing something similar to a progress bar (like a pre-loader). I need it to grow from left to right. I seem only to be able to get it to grow from the center <sigh>. I'm using a rectangle shape converted to a symbol (button)....more >>

simple addition loops
Posted by javman at 7/31/2004 10:20:02 PM
I have a rather large array of variables with constantly changing values that I need to add. The variables are like this for example. pop1=75 pop2=125 pop3=60 pop4=515 (note these variable amounts are constantly changing) and on and on, there will be over 2000 variables. As these variabl...more >>

Alert box empty
Posted by Lone Jet at 7/31/2004 8:00:17 PM
The code below genereates an empty alert box without my specified messages, just an OK button. Is this another bug? mx.controls.Alert.show("Login Failed!", "Login");...more >>

Panorama: duplicateMovieClip help needed
Posted by Hill-Billie at 7/31/2004 6:55:05 PM
I am creating a panorama and I need to know how to duplicate the picture MC when it is rotating. I thought I could duplicate it at the old coords - or + the width of the MC but that didn't work properly. Any help much appreciated Thanks Matt PS the code I used to move the mc is o...more >>

Passing variable outside a function?
Posted by zouha at 7/31/2004 5:22:07 PM
Can I somehow pass a variable which is in a function to outside the function? I cannot use return in my function. function test() { var dog:Number = 5; } trace(dog); that puts "undefined" in output panel ...more >>

How do I remove an EventListener?
Posted by Pong The Greek at 7/31/2004 1:43:42 PM
Hello, I am having a problem removing the below eventListener: var myListenerGrid = new Object(); myListenerGrid.change = function(event1) { _root.clickedid = event1.target.selectedItem.MODEL; _root.model.text=clickedid; _root.AcqGrid.removeAllColumns(); _root.DetailGrid....more >>

Bug ???
Posted by ShimiGates at 7/31/2004 1:04:42 PM
I built a class for my project and i needed to use the dynamic keyword for this class i forgot to put it (im so idiot lol) and kept with the work on the project and used a variable that aint decleared on the class and i didnt got any error (i created the variable on the class not on the in...more >>



Visited buttons?
Posted by designgirlnorway at 7/31/2004 1:03:52 PM
I already completed my flash mx site but would like to add a new feature: to show which buttons have been already visited by the user. Is there an easy way to do this?...more >>

How can i use clip to start the outlook express?
Posted by SelfaCyrus at 7/31/2004 12:55:31 PM
I have made a flash movie and i want the function that people can click the movie clip to start the outlook express , is it possible to do this? thx.....more >>

gotoandPlay won't play a movie clip
Posted by bouton60 at 7/31/2004 10:18:10 AM
linking from one scene to another with a button using: on (release) { gotoAndPlay("video greeting", "<vg>"); } (I use gotoandStop to move between about 20 other screens and it works just fine) the action won't happen...<vg> is the first frame of a 280 frame movie clip. ...more >>

loading images randomly in xy coordinates problem
Posted by maxdido at 7/31/2004 9:05:44 AM
hi, I have a problem with loading images randomly and putting them in the right _x and _y coordinates. I have a swf file with in the first frame a button with this code : on (release) { filename = ["image-01.jpg", "image-02.jpg", "image-03.jpg"]; path = "images/"; i = filename.l...more >>

Trouble with variable navigation
Posted by DavidWbee at 7/31/2004 7:23:25 AM
I am trying to mak a back button go back a certain number of frames based on a variable. Here is the code I am using: I am certain that I am missing something but it has gotten very late and my brain is not workng so well. the real problem I am having is getting the current frame to retu...more >>

sound in slides
Posted by Anais at 7/31/2004 6:59:58 AM
Hi, I have a slide presentation that plays sounds in certain slides, including the last one. For some reason, when I export the movie, the sound from the last slide starts playing immediately, but the other sounds don't. I tried stopping the sound at the end of the last slide and at the b...more >>

new site for stricken Cancer kids -Problems
Posted by DUBLIN2111 at 7/31/2004 3:17:52 AM
Hi All I wonder if anyone can help - i am not a web designer so do not know much about codes and tend to use templates. I am creating a site for Cancer kids and the mothers of them - i have a form which works fine when test on my server, etc... but as i am creating a new site - i now w...more >>

XML Reading Problem
Posted by delella at 7/31/2004 2:55:01 AM
The following code is used to parse the XML file I have which creates a Menu using the Menu Component in the flash component UI set. The problem I am having is that the data in each item is not reading. The following XML should produce a menu like the following: 2005 vs Indiana ...more >>

Fullscreen
Posted by Luka at 7/31/2004 2:24:07 AM
Is there a way to open a new totally borderless window from flash? And how... ;) Thanks Luka ...more >>

Detecting connection or loaded movie...
Posted by Luka at 7/31/2004 2:04:16 AM
Is there any way to detect is the user online/offline or is the requested file not downloaded? Like when you click on a button that calls loadMovie it also determines whather the movie is loaded, so it can report: "Your connection is lost" if the movie is not loaded, or you are in offline? Tha...more >>

delay hit state with actionscript
Posted by BradySF at 7/31/2004 2:03:43 AM
Would be the actionscript to delay the hit state of a button? If that's even possible -- I want the full animation of the button to run on the down state, as opposed to the over state as usual. I would think you could allow the delay to run for 3 seconds until it rides to the hit state... if t...more >>


DevelopmentNow Blog