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 > june 2005 > threads for saturday june 18

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

removeMovieClip woes
Posted by wiger toods at 6/18/2005 10:51:32 PM
Hi All. I'm have a problem with removeMovieClip method. It doesn't remove the movie clip. I read some where else that it won't remove the movie clip if there is another with the same name or if it's depth is greater than 1.4 million. I've check and I have no movie clips with the same name and ...more >>


fade out sound/play sound script
Posted by jasonfrncs NO[at]SPAM tiscali.co.uk at 6/18/2005 10:22:11 PM
How do I script a button to play one sound, whilst fading out the current sound playing? I have 6 buttons to play 6 audio clips, but I want the current sound playing (if there is one) to fade out when the user clicks to hear another clip. I've tried messing around with controllers that d...more >>

Actionscript Syntax Question
Posted by mourning2night at 6/18/2005 9:44:43 PM
I have a syntax question. I have a pop-up window and I'm trying to load a picture into a Loader instance, but the Loader instance resides in a movie clip that is exported for actionscript. The movie clip has the identifier: "mc_Foto". //Create Pop_Up window var popUpWindow:MovieCli...more >>

PHP
Posted by SkidOvidiu at 6/18/2005 8:44:20 PM
Im haveing problems loading variabiles from PHP into flash into a dynamic text field I attached this code to a button: on (release) { loadVariablesNum("Musicpoll.php", 0, "POST"); } the to the I gave the text box the variable name: /:Rock but the variable won't load into the text fie...more >>

Subsymbols affecting separate subsymbols.
Posted by La Matriz at 6/18/2005 7:43:49 PM
I have movie clips 1 and 2 in the main timeline. In Movie Clip 1 is Movie Clip A. In movie clip 2 is movie clip B. In the "actions" for movie clip A, I would affect movie clip 2 by using "_root.movieclip2" But how would I use A to affect B? I tried "_root.movieclip2.movieclipB" but th...more >>

Background for Text, not Text field
Posted by Richard Ragon at 6/18/2005 5:06:58 PM
Is there a way to place Dynamic text with a background on the fonts, and not on the text field. Kind of like the same way line 21 text comes up on a TV. I'm creating an application that will have white letters of text with black foreground on the screen, but I don't want a background showi...more >>

SMOOTH MOVEMENT
Posted by MARCROCK at 6/18/2005 1:08:47 PM
Hello. I'm making a flash project that is a small vector city. There I have o lof of buildings that must be all as vector images, because my flash will be full screen. My problem is every move I make there looks like a little jumpy. I can't get smooth movements on the cars, the train and t...more >>

Dynamically create video using CreateClassObject
Posted by littlephil at 6/18/2005 8:13:14 AM
I am trying to create embedded video objects using CreateClassObject but they don't even seem to be created. The code I am using is: testVideo = createClassObject(Video, "testVideo", 5, {x:10, y:10}); // Create a NetConnection object var my_nc:NetConnection=new NetConnection(); my_nc.con...more >>



Problem Setting Focus If Set By Combo Box
Posted by enfantterrible at 6/18/2005 6:17:30 AM
Is there a know issue of setting focus to an input text field from a combobox component "change" event? I've include some test code, any info would be appreciated!!! var brandNewArray:Array = new Array(1,2,3,4,5); test2_cb.dataProvider = brandNewArray; var testLst:Object = new Ob...more >>

Replacing a string into something
Posted by Amcasperforu at 6/18/2005 12:00:00 AM
Hi all, I do I replace certain string into something... like having this code (for example) myString = "totalAmount * totalTax - 10 / 20 + ( totalAmount - 2 ) ; totalAmount = 100; totalTax= 0.20; finalString = ""; What I want is to replace values for totalAmount and the totalTax...more >>

parseFloat and decimals
Posted by Laiverd.COM at 6/18/2005 12:00:00 AM
The question is bascially very simple parseFloat(25.01) returns 25.01 parseFloat(25.00) returns 25 Why?? Am working on a function that allows for decimals (a specified amount). Works okay, except when the number ends with a zero. Obviously it would work if the function would return a s...more >>

Endless Scrolling Menu
Posted by Rothrock at 6/18/2005 12:00:00 AM
Does anybody know a good tutorials to create infinite scrolling menus? What I want to do is something similar to this: http://www.kirupa.com/developer/mx/infinite.htm I've found several similar tutorials and they all work by having two copies of the whole string of thumbnails. Except I'm...more >>

loading second scene of a movie
Posted by jayanthionnet at 6/18/2005 12:00:00 AM
I had two files, mov1.fla and mov2.fla In mov1.fla, I want to load the second scene of mov2.swf. Is that possible. I know to load movie using the command loadMovie. But is that possible to load the second or third scene of a movie into file. ...more >>


DevelopmentNow Blog