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 > april 2004 > threads for friday april 16

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

using Sockets to connect 2 different users.
Posted by sneakyimp at 4/16/2004 11:29:04 PM
hi: i'm trying to determine how i might make a 2 player game that people can play over the internet. my server has PHP which supports sockets (or will as of this weekend) but I'm curious about how to share data between different sessions within PHP. i realize this question is more PHP th...more >>

Simple DataSet...
Posted by ShimiGates at 4/16/2004 10:54:58 PM
whats wrong ewith this simple code? var myDS = new DataSet(); myDS.addItem({FirstName:"Mike",LastName:"John"}); trace(myDS.length) im getting "undefined"... i need this urgent.....more >>

html and images in flash
Posted by herod2221 at 4/16/2004 10:22:48 PM
hi- i have a dynamic text box loading text from a text file. i've selected the button in the text box properties that allows the text file to load as html. the only problem is that it doesn't load images. is there a way to get the html w/in flash to load images? you can see my site n...more >>

dynamic text filled by external file
Posted by zimbot at 4/16/2004 10:18:53 PM
I wish to fill a text filed with an external file. i want to have a text file - machnum.txt that has just a "1" or a "2" in it and have a dynamic text field on a flash movie that will "read" in this and display it. Basically I am making a app for a kiosk ( 6 machiness ) and it will send a...more >>

send variables to email?
Posted by doublezero at 4/16/2004 10:12:39 PM
is it possible to send variables such as name, email, comments directly to an email account straight from an swf without using asp, php etc??? thanks all......more >>

onMouseOver doesn't work
Posted by timbo313 at 4/16/2004 10:08:49 PM
This script doesn't work Analysis.onMouseOver = function(){ InspectionReports._visible = true }; Does anyone know why? Thanks Tim...more >>

ComboBox Actionscript Dilemma. PLEASE HELP ME!!
Posted by Benz862 at 4/16/2004 8:29:13 PM
I have a huge project that I need to accomplish ASAP, that being said, I have run into a little trouble. How can I have a comboBox (listing peoples names) import numerous external text files (emailinfo.txt, biography.txt, contactinfo.txt, etc.) as well as have the same selection load in a gra...more >>

Limit on number of movie clips
Posted by ArieKo at 4/16/2004 8:26:07 PM
Hi, I am writing a flash script that needs to put on stage about 1,000-10,000 movie clips. Unfortunately, this application is extremely slow, and practically crashes Flash. I am wondering whether this is an inevitable result when working with thousands of movie clips. Does anyone...more >>



drawing line to connect into shape
Posted by FlashyMcCool at 4/16/2004 8:08:39 PM
I would like to start my movie off by a single line being drawn into the shape of my company's logo and connects with itself - as if you are watching the logo being drawn. How is this done? thanks...more >>

Expand text on x axis
Posted by JonnyR02 at 4/16/2004 7:58:25 PM
Wondering if there is a way to expand the text spacing the x axis through action script. Please let me know either by email, or reply. Thanks...more >>

submit form question
Posted by Tinku31 at 4/16/2004 7:53:13 PM
i want to make a submit form useing flash only. for example user on website fillup forms and that form text i get by an e-mail. user can't see the e-mail address. i want to build a website only useing flash. any ideas? ...more >>

DataSet find, findFirst, findLast - please help
Posted by bgramling at 4/16/2004 7:46:32 PM
I am trying to use find, findFirst, findLast methods on a DataSet component and getting nothing. The DataSet is filled and I can use next to view all items. However is I try to search a DataSet component I am having problems. Any suggestions? Here is the code i am using: data_mc.firs...more >>

Best Way to do a colour Picker?
Posted by ... James Smith at 4/16/2004 7:32:42 PM
What i have is a movieclip called square and inside that mc i have a layer which contains an outline of a square and another layer which has another mc in it which is called squareColour. And inside squareColour theirs like 50 different coloured sqaures on indvidual frames. Now back on the main ...more >>

16-bit color on windows - _alpha bug?
Posted by Bela Korcsog at 4/16/2004 7:05:33 PM
Windows is set to 16 bit color. I have a movie clip with _alpha set to 0 over top of a background which is the same gray color (#DADADA). The object will appear as a lighter gray square on the gray background. Looks fine in 32 or 24 bit, but 16 bit shows the object (which should be compl...more >>

AS: a Custom Scrollbar
Posted by ecsurfer at 4/16/2004 7:03:39 PM
I created a slick scrollbar to mimic my clients site in MX04... However i'm unable to AS (over my head). I'm a novice AS but a very good artist/designer... Can someone do this for me? Or give me very clear step by step insructions? I have the following gfxs... A "Channel" (the thumb slider mov...more >>

getURL Target Frame Question
Posted by Fathomless at 4/16/2004 6:50:49 PM
Does any one know how to make the target on the getURL script to load in _mainFrame? I want to use my animated buttons on the left frame and have them load the content in the main frame. Any ideas? Thanks. [E=Phantom27]phantom27@mac.com[/E] ...more >>

Looping script
Posted by timbo313 at 4/16/2004 6:41:14 PM
Is there a way to make a script repeat itself a specified number of times?...more >>

CREATING A TABLE IN FLASH!
Posted by dCsAitek at 4/16/2004 6:01:01 PM
Ok... I have just about had enough of this duck hunt... I need for someone to PLEASE tell me if 1) creating a replica HTML table with 3 columns and numerous rows is possible 2) Does this involve the DataGrid component? 3) if so, HOW do I do this? (working examples or tutorials???) Thank yo...more >>

Using Flash movie as navigation bar in dreamweaver
Posted by bleu~Ciel at 4/16/2004 5:56:24 PM
I created a frameset in dreamweaver, (top , middle and bottom frame) I put a flash button (created in Flash) on the top frame, and I want to let it be the "Home" button (when I click it, it will go to the my web site's home page, in the same window) but I've tried all the parameters, when I c...more >>

Flash 5 user but publish in flash 6
Posted by Nixy at 4/16/2004 5:42:53 PM
Hi The question is simple but... I need to create a flash movie that all the users that support Flash 5 or more can view and navigate inside. So, all my code is built to be exported in flash 5. What appends if I publish in Flash 6. Does the users that have the plugin 5 will be able to view...more >>

.as 2.0 :: array in my class problems
Posted by gepeto_br at 4/16/2004 5:06:21 PM
I'm having troubles with the array in my class. All works fine, except the array attribute. The lenght give 'undefined' in trace. What's wrong? thanks for contributes. //in Feira.as class FILE class classes.Feira { // propriedades e tipos var nomeFeira:String; var stands:Arr...more >>

NEED HELP BAD!!!!
Posted by Heros_Darkness at 4/16/2004 4:44:08 PM
Two other people and I have been selected to make a game for 1st 2nd and 3rd graders. We have one prob. We need a script for when a certain movie clip over laps another the other clip goes to a certain frame and stops. Please help. Needed in 1 week 1/2. ...more >>

how to change the sizeof stage run-time ?
Posted by singlein at 4/16/2004 3:35:30 PM
OK. Now, if we design a flash movie, first we should decide the width and height of the stage. But, actually, now I want to take an action to show a hidden movie clip which can get data from the database. And at first, the stage's height is 150 px, and this movie clip is 50px high, that mea...more >>

save data to *.txt file
Posted by st33d at 4/16/2004 3:34:33 PM
I currently can't find a way to send strings and variables to a text file. The movie in question requires the ability to log the user's interaction and save it to file. The movie is supposed to run full screen and stand alone but i am willing to compromise and put it in a browser if i can send...more >>

Sound Quality Problem
Posted by eargoggles at 4/16/2004 3:31:47 PM
I am calling a sound to the stage with ActionScript and something very wrong is happening to my sound file. It sounds as is it is two tracks slightly out of sync. I thought it might be the format or compresion settings but that doesn't seem to be the problem. It sounds like there is an echo ...more >>

Button font size - FlashMX04Pro
Posted by Maglez at 4/16/2004 3:14:37 PM
Hello. It is possible to change the font size of a button component?. I see nothing in the interface neither in the Button() class. Thanks. ...more >>

Building a dynamic SQL query on the fly?
Posted by kittychow101 NO[at]SPAM hotmail.com at 4/16/2004 3:12:04 PM
SELECT DISTINCT Somebody.ID, Somebody.FirstName, Somebody.Middle, Somebody.LastName FROM Somebody, Abstractor, Closer, Customer WHERE ( ((Somebody.FirstName LIKE "+'"%joe%"'+" or Somebody.FirstName LIKE "+'"%m%"'+" or Somebody.FirstName LIKE "+'"%frank%"'+") AND Somebody.ID = Abstractor.Tabl...more >>

Linking stage components with actionscript file..
Posted by kbpember at 4/16/2004 3:11:09 PM
I am trying to create a simple movieclip component that has an instance of a Loader (called loader) on the stage. The component is also linked to an Actionscript file. I would like to set the contentPath of the loader from a function in the actionscript file, but I can't figure out how to li...more >>

Requesting help to make a flash sooter
Posted by barbeaulex at 4/16/2004 2:31:19 PM
Hello. I'm making a flash shooter and I'm stuck on a few details before it's finished. First of all, I would like it if whenn the ammo runs out, you con't shoot. What I did for the enemies is a movie clip with a button and some telltarget actions. I was thinking there might be a button.enabled...more >>

ActionScript File and Debug
Posted by bcolson at 4/16/2004 2:18:06 PM
Hi, Does someone knows if it is possible to debug an AS file ?? Set a breakpoint and watch properties on runtime. Thank you Beno?t Colson...more >>

If Scene Name = ....?
Posted by timbo313 at 4/16/2004 2:12:20 PM
How do I translate the following statement into action script? If the current scene name = "Whatever" { bla bla la } If that makes sense....more >>

Cant validate form fields
Posted by C h r i s at 4/16/2004 12:52:26 PM
Hi I'm trying to validate a form to make sure the users fill in the required form fields. Say I have a simple form with the field var names "name" and "email". I made a button (not the mm button component) and assigned these actions: on (release) { if (name.text == "" || email.text == "") ...more >>

Countdown Timer
Posted by beedster at 4/16/2004 12:29:27 PM
Our group has been given the task of designing an interactive narrative in Flash MX... Basically we've filmed several movies of our university. Based on the user's choices different movies will play...with the end goal of the user getting all the way up to our studio room. We want to i...more >>

How to print XML data in flash?
Posted by Ashish123 at 4/16/2004 12:23:08 PM
Hi, The problem is related to printing in flash. I use MX 2004. I am generating reports in A4 Size (596x842) in both PORTRAIT and LANDSCAPE format. So for that I have made 2 movieclips named A4P and A4L in which report is getting genrated using XML. Nothing is their on the root initially...more >>

Problem with Alert
Posted by BobK101060 at 4/16/2004 12:17:36 PM
I am new to Flash and Actionscript. I was trying a very simple example, but I am having trouble getting it to work. I created a Flash document. Dragged a button component onto it. I Dragged an Alert component on to the stage and then deleted it. I then added the following code to frame 1 of Ac...more >>

Accessing recordsets
Posted by Clacker at 4/16/2004 10:08:56 AM
Is there any simple way to access data in a recordset handed back from a CF query without having to do all that dataset bollocks? All the adressing I use on the serverside like; MyQuery.Name[1] ...doesnt seem to work when I pass it back to flash, butI can see the info is there in the d...more >>

Need HELP PLEASE!!!!!!!!!!!!!!!!!!!!!!!
Posted by Kuppie at 4/16/2004 10:06:41 AM
Hey People...... Novie to Flash MX....I have a Flash animated phone and when the user dials a number a ringing sound occurs. I have some lingo in Flash which allows the user to go to another screen once in director.... that all works fine with the "getURL" code.....but what i actually need...more >>

Where am I ?
Posted by NO[at]SPAM ndyB at 4/16/2004 9:58:35 AM
Hi all, Very quick question. Is it possible for a Flash movie to know what domain it is being hosted on without having to resort to external scripting? Cheers, @ndyB ...more >>

Object sticking at the top of the movie
Posted by dession at 4/16/2004 9:20:53 AM
I have a movie containing a draggable movie clip, let's call it 'menuButton'; I have another movie clip following 'menuButton' all the time at a fixed position from 'menuButton', let's call this one 'follower'. My problem is this: when I position follower above menuButton and drag menuButt...more >>

Removal of "Normal" actionscripting in MX2004?
Posted by Whintersby at 4/16/2004 8:38:35 AM
Hi. My office has just upgraded to Flash MX 2004 Professional. I have also used previous versions of Flash (5 and MX). However, I'm no actionscripting expert, and previously used the basic actionscrip panel, where you just used the drop down boxes, check boxes, etc. Forgive me if I'...more >>

FLV load solution
Posted by maryvp at 4/16/2004 8:20:58 AM
Hi, I just wanted to post some script that worked for me to solve the annoying FLV loading problem where you try to reload a video and it comes up white. I created buttons to load different SWFs that had an FLV in it. Here is the script that I put the buttons. on (release) { gotoAndPl...more >>

can someone check this script for me please
Posted by eniGMa-TheBiG-Man at 4/16/2004 8:14:20 AM
hi every one, i have made 1 swf file where i made several frames containing different things (row_01.swf) and several buttons (separate to the row_01.swf file) that should link to different frames inside the row_01.swf here are the two script i made (but unluckily wont work =(... ) ...more >>

access environmnet / system variable
Posted by felizxu at 4/16/2004 6:59:42 AM
Dear All, I'm using Windows XP with Novell client. Is it possible to access the environmnet / system variable of %nwusername from within Flash? Thanks. Feliz Hui....more >>

delaying while playing a movie
Posted by Manoj vn at 4/16/2004 6:22:06 AM
Sir, In my movie i have a text box. While playing the movie i want to puase the movie for 20 seconds in the frame where the text is located. Is there is any code to delay the movie for some time on a frame, and then gets continues to play? Thanking u MVN ...more >>

How do I make a swf movie rewinder/fast forwarder?
Posted by Projectionist at 4/16/2004 5:39:38 AM
Does anyone know how I make a rewinder/ fastforward/ play and stop playber for external swfs that work out of a main movie? I have everything set up I just need to get the player working properly with the main movie. Hello I am working on several external movies that are loaded into a main...more >>

2 px min mouse movement in Flash?
Posted by Dmop456 at 4/16/2004 5:12:33 AM
I am using a slider in my movie that is supposed to give very precise numbers for input to a graph-coordinate system. I noticed it could not hit some numbers, and after some experimenting, found that the startDrag method of the movie clip would move the movie clip by 2 px, not by 1 px. The...more >>

Getting results from learning interactions
Posted by AlienatorY2K at 4/16/2004 3:59:12 AM
I have a learning interaction MCQ quiz from Flash MX's template, but i can't seem to use the result in an if statement. score.text=SessionArray[0].result; if(SessionArray[0].result==C){ _root.total=1; } score.text prints "C", but _root.total still stays at 0. Can somebody please...more >>

Using LoadVars with a protected URL?
Posted by GKFC at 4/16/2004 2:43:15 AM
I want to load some variables from my modem (obviously not the following URL, but it has the same layout): http://username:password@whatever/whatever.htm Is this possible with LoadVars? When I do the following: // create loadVars object to store data var test = new LoadVars(); /...more >>

onClipEvent (enterFrame) vs. myMC.onEnterFrame???
Posted by maria77 at 4/16/2004 1:38:36 AM
I'm completely confused. What's the difference between onClipEvent(enterFrame) and nameofclip.onEnterFrame? And while I'm at it, I have another question. I'm learning from a book about Flash game design. In the book, local variables that are numbers are assigned like this, for example: var...more >>


DevelopmentNow Blog