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 saturday november 20

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

Rewind Animation
Posted by stilldrunk at 11/20/2004 11:21:29 PM
I'm trying to remember the code I saw one time for this menu. When you rollover the menu this animation plays and on rolloff it would play in reverse. They did this by creating a movie clip 'listener' I guess called rewind that had nothing in it but AS and would call the prevFrame of the paren...more >>

Object To Front
Posted by KisMedia at 11/20/2004 10:47:34 PM
How do I make a mc be brought to the front of the stage and go above another mc when the mouse is rolled over? When mouse rolls out goes back to original position. PLZ HELP!! THANKS! -Steve...more >>

streaming external mp3
Posted by wurstel at 11/20/2004 10:42:32 PM
i found this script here in the forum! the way to load and start an external mp3: mySound=new Sound(); mySound.loadSound('myMP3.mp3',true); //Streaming playing=false; onEnterFrame=function() { if ((mySound.getBytesLoaded>=(mySound.getBytesTotal()*0.1)) && (!playing)) { m...more >>

My audio pause button stopped working!
Posted by swickes at 11/20/2004 10:09:32 PM
Dear Forum, I have been using Flash to stream mp3's, and it works great. However, with some new files my Pause button does not pause. It appears to try to restart the audio at a time too early or too late. When I press the pause button, the audio stops, and the Play button becomes active as t...more >>

make a button activate a function
Posted by macron at 11/20/2004 9:10:29 PM
i have a flash file with three layers, ACTIONS, HOLDER, and BUTTONS ACTIONS contains the following fuctions function loadJPG1() { holder.loadMovie('images/crossing_1_lg.jpg'); } function loadJPG2(){ holder.loadMovie('images/crossing_2_lg.jpg'); } function loadJPG3(){ holder.loadMovie('...more >>

Change size of input-capable text box
Posted by MikeHC at 11/20/2004 7:38:44 PM
I need to be able to resize an input-capable multiline text box at runtime using actionscript. It's important that the resizing doesn't 'stretch' the text - just make the box bigger or smaller depending on variables passed in from the HTML. The variables bit is easy, but I can't make the tex...more >>

Help! actionscript button
Posted by The-Hawk at 11/20/2004 2:31:13 PM
I'm making this button in flash, who I want to use on my webpage in dreamweaver. I have made the button so when you roll over it it moves a little bit, and the same when you click on it. The only problem I have is that I don't know how to make a link out of it. Which actionscript do I have ...more >>

compare strings
Posted by Simpele at 11/20/2004 2:24:09 PM
When I print the two variables 'url' and 'controleurl' they print the same string, but when I compare them as in the code, Flash considers both variables as different. How come and how can I fix it? url = ""; controleurl = ""; function informatie() { _root.e.id = id; _root.e....more >>



mouse x and y position code
Posted by Mike7222 at 11/20/2004 1:38:28 PM
Hi, Thanks for reading my post. Does anyone have or know how to quickly write some code that would show you the x and y position of the mouse on the screen in realtime as you move it around the screen? Thanks M ...more >>

loosing my hair! how can this NOT work???
Posted by (_seb_) at 11/20/2004 12:18:56 PM
Hi all I really thought I was way beyond this kind of hyper basic problem: I have a timeline with one frame, two layers. Top layer has in the first keyframe the script: function mcMover() { this.gotoAndStop(2); } The Layer bellow has a MovieClip, and attached to it is the script: on (...more >>

MX2004 components: Button to go to Loaded SWF
Posted by Catarina Fernandez at 11/20/2004 10:13:46 AM
I have a UI ProgressBar indicating the UI Loader loading process. But while the loading process is not completed I have a text auto-scrolling. The question: Is there a way to substitute the UI ProgressBar for a button, only when the loading process is complete, so that the visitor can choose t...more >>

myMovieClip.getDepth
Posted by boris benc at 11/20/2004 5:54:21 AM
How I can to set myMovieClips depth? I need to change it in time......more >>

Intergrating a .txt with flash 2004
Posted by cosmo34551 at 11/20/2004 3:52:50 AM
I want to make it so that a flash project will read certain lines of a .txt file. Not commands... Just plane text. And can some one please explane to me on how to use Flash Varibles please... That will be of some help. ...more >>


DevelopmentNow Blog