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 > september 2005 > threads for saturday september 24

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

Project Preloader
Posted by ancarius at 9/24/2005 10:14:57 PM
Ok. I've been working in this company for some time now but till now I've been working on HTML basicly. Now I have worked with Flash before but I can't say that I know even half of it. So the thing is I want to make a preloader for a flash project (i think this is a cleaner way of loading th...more >>

Points on the Circumference of a Circle
Posted by frosto at 9/24/2005 10:04:16 PM
I'm trying to assign coordinates to multiple MC's randomly around the circumference of a circle. Radius, Circumference are givens. Any help with this math problem? Dan...more >>

Pull Down Menu Problems
Posted by foxfire INK at 9/24/2005 8:57:52 PM
I did this tutorial on how to create a pull down menu in Macromedia Flash MX. I tested the movie andthe pull down menu works, but now Im trying to get the buttons in the pull down menu to navigate to the appropriate frame in the timeline. I went into the movie clip that I created for the pull ...more >>

So simple
Posted by Yael_K at 9/24/2005 7:51:42 PM
Please see this link: https://www5.nationalgeographic.com/genographic/ They do something really nice by slowly zooming in until the face is enlarged to 108% I want to do the same, but everything I do ends up looking very pixely as it enlarges any ideas / actionscript / etc. on how to do th...more >>

help with embed font for dynamnic textfield created at runtime
Posted by (_seb_) at 9/24/2005 12:35:42 PM
hi all I have an input text field created at runtime, and I want to change the font of that text field at runtime, with a choice of 4 different, uncommon fonts. So I created 4 other dynamic textfields, and embedded one of the fonts for each, thinking that as a result these embedded fonts wou...more >>

synchronising preloader with downloading
Posted by 400$ at 9/24/2005 12:14:54 PM
Hello guys, I hope this time someone will help me out.I am on this preloader since weeks. Well I have built my preloader in form of a ring which (should) gradually increase as more & more of external swf is loaded.But what happens is that the preloaders plays the whole thing and it finishe...more >>

Set instance name using Actionscript
Posted by Cetrez at 9/24/2005 10:42:17 AM
Hi all Would appreciate if someone could help me with a problem I've got: Let's say I've got 50 instances of a MC on my stage, without any instance names. What I want to do is to give each of these MCs an instance names, for example: mc_001, mc_002 etc. Is this possible using actio...more >>

synchronising audio with flash animation
Posted by jasonfrncs NO[at]SPAM tiscali.co.uk at 9/24/2005 10:40:24 AM
I want to make a slideshow type presentation with audio, and I want different points in that audio to trigger the main timeline to play. I worked when exactly (in seconds) I want the timeline to play, and I put all those times into an array. I also defined some variables for sound.position a...more >>



Problem about comboBox in Flash8
Posted by loume at 9/24/2005 8:57:13 AM
:| I have done once in FlashMX and it's work probably; But when I open it in Flash8, I try to use the same script with the new built-in combobox and it's failed. comboBox.addEventListener("choice", this); function choice(){ loadMovie(comboBox.getSelectedItem().data,_root.load01) } C...more >>

Need help with Buttons
Posted by trillionrush at 9/24/2005 7:18:08 AM
I have created a button using movie clips for different states of button. In those movie clips I have also used a Text Box, and I m tweening Text upwards on mouseOver,. Hit area is working fine but if mouse goes over the Text box area then it stops showing the HAND sign and is not clickable ...more >>

Its 2:30 AM.... What's wrong with my code!
Posted by cm77 at 9/24/2005 6:38:41 AM
I cant figure this out... can anyone help a newbie? <code> var myArray = []; function loadXML(loaded) { if (loaded) { for (i=0; i<this.firstChild.childNodes.length; i++) { if (this.firstChild.childNodes.firstChild="Mars") { myArray.push("ItsMars"); } else { myA...more >>

lockroot
Posted by calpolyarc at 9/24/2005 6:07:44 AM
Loading a swf into a target. The swf I'm loading uses _root in its AS. From searching this forum, I learned that putting: this._lockroot=1; on frame 1 of the external swf would resolve the issues of having _root's. I don't think it worked though, because my exteral swf plays fine by i...more >>

use variable in class
Posted by dnk NO[at]SPAM canada.com at 9/24/2005 12:41:11 AM
Hi there I have a class with a private method in it that essentially assigns a recordset to a datagrid. Datagrid is something like "myGrid". Now that name is passed to the class as an argument (so I can reuse this class with multiple instances of a datagrid). So for example I would use the...more >>

MovieClip.filters problem
Posted by iJustLoveFlash at 9/24/2005 12:21:20 AM
Confusion with filters :( I am using Blurfilter for my example: this works line 01: var $blurFilter:BlurFilter = new BlurFilter(_blurStartF, _blurStartF, _filtersQuality); line 02: _mc.filters = new Array($blurFilter); line 03: var $bf:BlurFilter = _mc.filters[0]; // IT GETS ALL THE OBJ...more >>

problem embedding same SWF more than once
Posted by abeall at 9/24/2005 12:00:00 AM
I've run into this problem before... wondering if anyone is farmiliar with it. I have the same SWF embedded twice in my HTML page(see code below), but when the page is first viewed only the first SWF loads(second one gives the dreaded "Movie not loaded" right-clickette). However, on refresh,...more >>

Shared Object confusion
Posted by abeall at 9/24/2005 12:00:00 AM
I am attempting to make a simple flashCart to plug into paypal. I planned to simply use flash buttons and the Shared Object to handle the cart. But I think I am confused as to how the Shared Object is handled with multiple SWFs accessing it. Here's what I have [addToCart.swf] _root.onEnt...more >>

item NAME not "object SymbolItem"
Posted by midlevel at 9/24/2005 12:00:00 AM
Hi I'm trying to add an action to a button in a panel. i want it to work like this: click an element on the stage, click the button, the button gets the element's corresponding symbol in the library and displays its NAME (not the "object SymbolItem" stuff) in a text box. Hope you ca...more >>

bottle throwing
Posted by jimmy_milk at 9/24/2005 12:00:00 AM
Hi, I have a picture of a bottle, but how can i do it so the user can fling it around and will also ping off objects? Thanks for your time Jason ...more >>

MovieCips wil not Load
Posted by 600trans at 9/24/2005 12:00:00 AM
i divide mathematically with a for statement my screen but the movieClips wil not load. only one loads in the right under corner. Can someone help ?:confused; var hHeight:Number = (Stage.height/6); var hUpdate:Number = hHeight*2 var wWidth:Number = (Stage.width/20); var wUpdate:Numbe...more >>


DevelopmentNow Blog