Groups | Blog | Home


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 > january 2004 > threads for sunday january 25

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

Action Commands MX vs MX2004
Posted by RCran98053 at 1/25/2004 11:33:16 PM
I am a student using Flash MX in class however Macromaedia gave me MX2004. Most items seem to be improvements, however the Actions Pane is missing the primary command we are working with, Actions > Movie Command. I found similar items but nothing that works. Does anybody have an Action Script com...more >>


XML loading progress bar?
Posted by jason3d at 1/25/2004 11:03:11 PM
I have a rather large xml file (229k) that I'm loading into my flash app with the MX pro, XMLConnector component. I've been trying to wire up an instance of the progressbar component to display the xml load progress but can't seem to figure out the right way to wire it up. Has anyone here ever d...more >>

Phone Dial
Posted by Irish_Dave at 1/25/2004 10:57:17 PM
I am creating a Flash Projector File which pulls information from a Database (DB). One of the pieces of information is a phone No. I have a custom made phone handset which plugs into my computer. I want to be able to have a button in this flash app that says "Make call know". When this button ...more >>

Help With Multiple If Statement Syntax
Posted by Rob Solberg at 1/25/2004 10:41:16 PM
What am I doing wrong here? I want it to display different messages depending on which MC it finds: scanner.onEnterFrame = function() { if (this.hitTest(_root.blue)) { _root.display = "BLUE"; } else { } if (this.hitTest(_root.red)) { _root.display = "RED"; } else { } if (t...more >>

I need help with my game
Posted by Geodesic_Dragon at 1/25/2004 9:23:26 PM
I am creating a new game, in which you are a houseowner killing flies. The game must do the following, but I don;t know how to do them: 1. Have a time limit (1min30sec). Once this time is up, you should be taken to a frame with score and kills on it. 2. Kill counter. 3. Score keeper. 4. I want...more >>

Movie Depth Level help
Posted by SirJames9k at 1/25/2004 8:27:24 PM
Hey guys(and gals) I have a quick question for ya. I'm building a flash site where I'm using an empty movie clip to load external swf files into as they are called. However, when I load each new one, there is a transition phase, block shapes moving from the button cover the screen in a new co...more >>

form validation in flash mx
Posted by honestnotes at 1/25/2004 5:06:53 PM
i've created a simple form in flash that is hooked to a scrpit that handles the information but i wish for flash to validate some basic info before it is submitted to the script. i tired using the "if" command but could not get it to work. What is the action I need to put in in order to have it ch...more >>

Button not working correctly
Posted by julmc at 1/25/2004 3:43:01 PM
Here is the scenario: I have a .fla movie that has 2 buttons, one is supposed to direct the user to an intro, the other to skip the intro and direct the user to the home page. the code for the intro button is: on (release) { gotoAndPlay ("intro",1) ; } and code for the skip intro bu...more >>



calling external program usring fscommand
Posted by Muhammad Suhail at 1/25/2004 3:23:23 PM
I M USING FLASH MX 2004 I M TRYING TO CALL EXTERNAL PROGRAM LET'S SAY ORACLE FORM FILE 'IFRUN60.EXE' AND PASSING PARAMETER LIKE THIS IFRUN60 USERID=SCOTT/TIGER MODULE=PLANT.FMX BUT UNABLE TO PASS PAREMETER ...more >>

Countdown timer...
Posted by Icep87 at 1/25/2004 1:39:05 PM
Can somebody help me make countdown timer script... for flmx 2004.... I want it to count days hours min second.... ...more >>

Convert QT-VR into Flash 5 / MX ?
Posted by next2yoo at 1/25/2004 12:58:11 PM
Hello, is it possible to convert quicktime vr-panoramic images / files to flash 5 or mx? Is there a tutorial? Urgent help needed:) Thanks! ...more >>

dynamic text in swedish
Posted by klauzer at 1/25/2004 12:02:05 PM
Wy there is no swedish letters when I use dynamic text from a .txt file? ...more >>

Why "getvalue" not difined in Flash MX 2004
Posted by hugejile at 1/25/2004 11:38:39 AM
I used getvalue help, but there is nothing, why? and is there any script not avialble? ...more >>

Datagrid - Setting Column Width in MX 2004 Pro?
Posted by the blessed one at 1/25/2004 9:35:24 AM
I'm not real great at actionscripting, but I tried what I found in the help section but can't get it to work. I'm trying to make a schedule, with the columns set to a specific width. I've tried to enter this into the code DataGrid.getColumnAt(4).width = 25; but it didn't make a difference. ...more >>

duplicateMovieClip {help please}
Posted by Vega at 1/25/2004 8:13:36 AM
hello all, here is what i am tring to do. i want take the value of an array(value1) and apply that value to a movieClip(square) then duplicate the mc that many times going up on the y axis, like a graph. i can do this but it looks staic, i was wondering if someone can help with the code to ani...more >>

Why dosent this simple button code work????
Posted by Bamboshang at 1/25/2004 6:50:25 AM
Im a newbie, and im assuming tht this is easy to explain. I have the latest edition of flash, and im using a book from 2002. When i click the button in my program, nothing happens. on(release){ nextFrame(); } ...more >>

sizing and formating flash in html
Posted by jhurwitz at 1/25/2004 3:00:53 AM
hello- i am trying to make my flash file be sized 100% in both width and height inside on a frame inside of my webpage. when i code the file in html to be sized 100%, it includes more than the flash stage in the 100% sized file. am i coding something wrong? i just want what shows up in flash pla...more >>

MC script
Posted by fmurray at 1/25/2004 2:16:15 AM
I have 4 MC's, I want to be able to create a script that will be able to determine if it is at a certain frame, and if it is, it will tell that movie clip to go to another frame. Example I have created a MC that acts like a button, there is an animation that moves the button to frame 10. When ...more >>

mc actions
Posted by fmurray at 1/25/2004 1:43:50 AM
I want to make it so when a button is clicked, it will tell other movie clips to go to frame 1. This is the situation. I have 4 MC that are acting as buttons. There is an nimation for each. I need to make it so if one button is clicked it will play its animation, and it tells the other 3 MC's to ...more >>

Force download pdf
Posted by evilpixel at 1/25/2004 1:10:22 AM
Hi I am trying to work out how download a pdf form a link in my Flash movie (actually download it not open it up) I have an extension to do this in Dreamweaver but I want to be able to do it straight in my Flash movie. If anyone has any ideas that will be great. Thanks Aaron ...more >>


DevelopmentNow Blog