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 > november 2004 > threads for sunday november 21

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

fast MP3 playback
Posted by Andy Petroski at 11/21/2004 8:37:59 PM
I am playing some MP3 sounds through Flash using the Sound.LoadSound() Method. Some of the sounds are playing back like "Alvin & the Chipmunks" while others playback fine. I compressed the MP3s at the same time using the same settings and all playback fine through Windows Media Player locally....more >>


pop up and PDF
Posted by jgianquitti at 11/21/2004 8:36:10 PM
I'm hoping someone can tell me the actionscript to create a pop up window as well as create a link to download a pdf. ...more >>

pop up and PDF
Posted by jgianquitti at 11/21/2004 8:35:46 PM
I'm hoping someone can tell me the actionscript to create a pop up window as well as create a link to download a pdf. ...more >>

Dynamic Content/Textfields and Masks
Posted by stilldrunk at 11/21/2004 8:03:21 PM
I'm building a menu (trying) that on rollover will hopefully display links I parse from XML. I'm able to parse the XML and create the textfields with the content, but that's on the first frame or onload. But I don't want to show these links until you rollover the menu. So what's the trick? Do ...more >>

Movie clips
Posted by jimmy_milk at 11/21/2004 7:26:55 PM
I have a website that moves onto a movie clip, but I want it so once it plays it, it to go back to the root part again. Hope somebody can help, sorry if im explainin it poorly Thanks for your time ...more >>

getURL("/display.php?product_id="123",_blank)
Posted by suthat22 at 11/21/2004 6:56:40 PM
I create button like and script like this getUrl('/display.php?product_id='123',_blank) but it didn't work ,...more >>

Problem with gotoAndPlay
Posted by Rainer at 11/21/2004 6:13:44 PM
Hello, i have a problem with this script for a little animation which i want to control with the arrow keys. Listener = new Object(); Listener.onKeyDown = function () { if(Key.isDown(37)) Play (); } Listener.onKeyUp = function () { gotoAndStop(1); } Key.addListener(Listener); ...more >>

Fading sound with actionscript
Posted by Calidibriator at 11/21/2004 5:48:20 PM
I am trying to make my background sound loop fade to zero when the spacebar is pressed and released, the sound plays fine but I don't know how to make it fade. Any help would be greatly appreciated. I have put the code below on a movie clip named 'fader' with an instance name of 'fade_mc' ...more >>



target movieclip inside a level
Posted by ruteggertrash NO[at]SPAM hotmail.com at 11/21/2004 5:37:44 PM
Is it possible to target a movieclip inside a level? for example: this.myLoader.addListener(_level5.loaderBar_mc);...more >>

Offline shared objects
Posted by RMAX at 11/21/2004 5:23:48 PM
I hav e2 offline movieclips in the same dir. I want them both to use the same shared object, but they seem to refuse. The first movie writes the sharedobject, and can read it. The second movie cant read the SO from the first movie. What can i do? ...more >>

create instance of buttons using actionscript
Posted by bill_sr at 11/21/2004 5:01:26 PM
I?m looking at starting a project that may be ambitions for a beginner, but I am interested in learning as much as the end result. What I want to do is create a flash movie for what is now a small site. Instead of having several discrete pages, all using one template, I want to create one fl...more >>

Movie clip help
Posted by dsgnermom at 11/21/2004 2:43:34 PM
This is probably easy if you know action script but I am new to it and having a problem with a game I am making. On the stage I have an image surrounded by different movie clips. Each clip can be dragged to "decorate" the main image. When the user is done he/she will click done and com...more >>

About removeMovieClip()
Posted by thoand at 11/21/2004 2:41:59 PM
Hi A quick question, When using removeMovieClip() does Flash remove the movie clip and clips inside it from the memory? thanks for providing info regards T ...more >>

prototypes?
Posted by BoricuaFlash at 11/21/2004 2:37:08 PM
What are prototypes? ...more >>

paging and button help requested
Posted by Designer at 11/21/2004 2:28:45 PM
Hi, I'm kind of new to actionscripting, and am looking for a few pointers. I need to do two things: I need to insert a text page counter on each page of a movie (ex: Page 1 of 20) and code it so that if pages are added or removed it will update itself based on total pages in the movie. I ha...more >>

Input text field problem in attached movieclip
Posted by Arild Riise Pedersen at 11/21/2004 9:21:15 AM
Hi all Don't know it this has been discused befor.. I have a swf file attached to my main swf-file with attachMovie. In the attached swf I have input text field, but when I try to write in that field, the text and numbers are invisible! I've tested the form and data is beeing posted. It's li...more >>

detect position
Posted by yumicken at 11/21/2004 6:39:36 AM
i have a movie clip, i am useing it for a basic game, it moves with the arrow keys i have a problem. i am going to make it so when you move to a certain place it doesnt let you proceed. i understand you must do things with X and Y, but im not very good so im am having trouble with an I...more >>

Sorting a multidimensional array by time
Posted by Wrinkle at 11/21/2004 1:35:59 AM
I'm trying to split a string and stick it into an array so I can then sort by time. Do I need to convert my 12 hour clock to 24 hour in order to sort by time? Does sortOn recognize time? It seems to be sorting numerically. How can I convert it to 24 hour clock, if that's what I need to do? An...more >>

getURL prob!
Posted by mark king at 11/21/2004 1:10:53 AM
Hi all, I'm sure this is simple, but I'm a noob and would appreciate some help!. I've created a flash movie using MX 2004, and want it to play automatically, when someone visits the site (which it does) but when the movie ends, I want it to automatically open up my next html page of the site. ...more >>

can i replace code accross an entire fla?
Posted by chicken king at 11/21/2004 12:41:44 AM
okay. so here is the question. i originally did a piece as a stand-alone swf to be integrated into an HTML site. a lot of the code goes through _root. now i want to integrate this swf into a larger flash project by loading it into a movieClip but that would change all of my code paths. so......more >>

move button
Posted by yumicken at 11/21/2004 12:37:26 AM
iim trying to move button....any advice? i tried this and got ')' or ',' expected, culdnt find wher they were missing munky.move(mx.controls.button.move(x:5, y:6, event: On(keyPress "<Left>") { ); ...more >>

moving registration point in AS
Posted by stilldrunk at 11/21/2004 12:14:10 AM
Is there a way to move the registration point in AS when you createEmptyMovie clip . I'd like to have it centered. Using math to center my stuff just isn't working well....more >>

Loading Text File with Preloader
Posted by bderber at 11/21/2004 12:12:54 AM
In my program I pass a variable to the SWF file that will trigger which data is to be loaded from a text file. I would like to load the data as part of hte preloader function. Any thoughts?...more >>


DevelopmentNow Blog