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 > february 2005 > threads for sunday february 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

NewB getUrl question
Posted by purlow at 2/20/2005 9:37:38 PM
Please forgive the simplicity of this question... should be obvious, but can't find answer anywhere. I want users to be able to click to open a url in a new window from an object that is a movie clip. These actions are already assigned to the clip: on (rollOver) { gotoAndPlay("S1"); } ...more >>


Text oddity - does this make sense?
Posted by Dave Mennenoh at 2/20/2005 9:22:55 PM
In my movie I had a layer with 4 or 5 dynamic text fields. In a frame script if I tried setting the text of any of them nothing happened: fieldName.text = "some text" If I tried to get the text I got undefined: trace(fieldName.text) Thinking a corruption problem, I deleted a field and recreate...more >>

loop dynamically loaded streaming mp3
Posted by zcan at 2/20/2005 9:11:07 PM
Im trying to loop a dynamically loaded streaming mp3 file but having no luck. I've tried using this script onClipEvent (load) { BG_loop = new Sound(); BG_loop.loadSound("audio/rave.mp3", true); BG_loop.onSoundComplete = function() { BG_loop.loadSound("audio/rave.mp3", ...more >>

is there a limitation on the data size when do a http post using LoadVars object?
Posted by C#Newbie at 2/20/2005 8:18:45 PM
Does any one know if there is a limitation on the data size when do a http post using LoadVars object? Thanks...more >>

XML and SCROLLPANE COMPONENT
Posted by Dan-C at 2/20/2005 7:45:00 PM
Hello. I'm trying to load some data from an XML file into the scrollpane component. Here's the snippet of code I'm using to attach the movie clip to the scrollpane: item = _root.myContent.attachMovie('eventList', 'eventList' + i, i); myContent is the name of my scrollpane, and eventL...more >>

Action Script for stopping and starting interactively
Posted by Mary Burr at 2/20/2005 6:26:11 PM
How can I create an animation that stops when the user hits the --> key and then starts again when the same key is hit again?...more >>

Loading MC on specific coords?
Posted by Rine at 2/20/2005 5:25:11 PM
I'm having a problem with my flash project. On my main timeline the navigation loads and then the user should be able to click the desired button to go where they want. When they click on the 'web design' button I want it to load a movieclip called web. Ok thats fine I know how to load a movie...more >>

preload problems
Posted by lbream at 2/20/2005 4:36:15 PM
Hi all, I am trying to use the following code in the first frame of my movie. The movie however will not go to frame 2 after loading 25% as it should. Can anyone tell by the code if there is a glaring error here? If not I would love to email the pared down FLA file to someone for addi...more >>



Inline function problem
Posted by bknowlden01 at 2/20/2005 4:07:54 PM
I'm having some interesting results recently with inline functions. What I have is a script (inline function) in the first frame of a move: adNav.adTab1.onPress = function() { _global.myVar = 1; if (_global.myVar == 1) { trace('it worked'); } }; This script works great, but the problem lies ...more >>

ordered list D&D
Posted by davemml at 2/20/2005 3:30:54 PM
Gday! Using Flash MX(havent upgraded yet) Fairly new to action script(mainly Authorware programmer) I have 15 draggale items to be place on 15 unique targets and snapped in place (this works fine) I am trying to validate the order in which they were place on the target when a check butto...more >>

Help with global random frame loading
Posted by moogfoot at 2/20/2005 3:21:22 PM
I want a movieclip to gotoAndStop on a random frame 1 of 3 r_1_mc being the instance name of the movie clip in this frame can anyone tell me how I get the global variable that changes to tell the gotoAndstop which frame to go to -- stop(); _global.random_var = random(3); if (random(10) ...more >>

class ... extends MovieClip
Posted by Baddel at 2/20/2005 2:07:49 PM
Hi, I try to extend the class MovieClip to add some functionallity that i need. What I want to do is load KeyVisuals into a movie at runtime. These KeyVisuals could be jpgs or swfs. Once they are loaded, they have to do something (moving fading...whatever). So far, so good... I wrote the att...more >>

attachMovie to random position as defined in array
Posted by Charmaine99 at 2/20/2005 1:47:48 PM
Hi, I can't seem to get this to work for me so that the newly attached movie & the emptyMovieClip it's attached to stay on the stage... basically I want to be able to attachMovieClips to certain position defined in an array, but in a random order and stay there!... this is where i'm having...more >>

play/stop button
Posted by Efrata at 2/20/2005 12:33:01 PM
pleas pleas healp me, and give me instructions and script how to make a pouse/ play sound button that changes the icon frome play to stop thank you Efrata...more >>

MenuBar Listener Event Help
Posted by jfillman at 2/20/2005 6:42:55 AM
I'm attempting to add listener events to a menubar component that I have. I need the drop down menu items to load AND make visible other screens in a Flash MX Pro 2004 Form Application. Currently I have a nested screen set to invisible and AutoLoad to false. When a user clicks the various menu...more >>

Set as Homepage ?
Posted by =Slayer= at 2/20/2005 4:02:40 AM
How do you make a set as homepage button in flash? I have tried using getURL to call a function, but i get an "error on page" icon (the little icon in the bottom left corner of the internet explorer window). I don't know if there is something wrong with my code or not, so if you know the code ...more >>

looping streaming audio
Posted by zcan at 2/20/2005 3:06:23 AM
Is it possible to loop an audio clip that is loaded dynamically? ...more >>

mouse double click to a button
Posted by gustavoduenas at 2/20/2005 2:06:39 AM
hi, does anyone know how I could put a doubleclick behaviour or mouse even to a button, because the mouse events don't include any on doubleClick, which would be awsome, thanks. Gustavo Duenas ...more >>

is there a way...
Posted by elitist at 2/20/2005 12:39:25 AM
is there a way to pause music then start it again?...more >>


DevelopmentNow Blog