Groups | Blog | Home


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 > may 2004 > threads for saturday may 29

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 31

how do I do this? Movieclip prob
Posted by Mike7222 at 5/29/2004 11:28:26 PM
Hi chaps, I have serveral buttons on the main movie. When I click one, and new movie pops up and takes up about 50% of the main movie clip. I want to disable access to the buttons on the main movie clip while this new clip is running. I was looking at the setFocus statement but couldt ...more >>


Scroll Bar ( or pane ) on left side of Component
Posted by Lugert at 5/29/2004 9:30:23 PM
Hey guys, So I am working on my personal portfolio site, and I'd like to have the scroll bar for a scroll pane be on the left side of the content I'm scrolling for some functionality reasons that are suffering because of the design. (I'm using a Scroll Pane to scroll some static text b...more >>

Menu not refreshing pages - please help
Posted by gx30uk at 5/29/2004 8:56:32 PM
Hi, I have a drop down menu on www.gx30.co.uk & it works fine apart from it doesnt seem to refresh a page when i go to it. Let me explain. I have a "graphics" page where people can upload pics, and if i view that page, then after viewing other sections on my page return to the graphics page v...more >>

how to check if loaded?
Posted by Dimak at 5/29/2004 7:26:24 PM
Hello at my movie at first frame i am loading [CODE] myData = new LoadVars() myData.load("en.txt") myData.onLoad = function(succes){ if(succes){ mainpage_txt.htmlText = "<b>"+this.mainpage+"</b>" } else trace("Error loading data") } [/CODE] and i am trying to load ...more >>

How to achieve this??
Posted by mojo junior at 5/29/2004 6:37:20 PM
I've seen it now on several sites, but can't find much help on the topic. It's a technique that aligns the elements on your stage according to how the browser window is resized. example: http://www.graylabel.net/index3.html Any help finding the tools or tutorials would be appreciated... ...more >>

File Chooser Dialog ?
Posted by the_darkness at 5/29/2004 6:18:50 PM
Hi, I need to know if there is a way to invoke a Windows File Chooser Dialog from Flash ? I'm writing an application and would like the user to be able to select an XML file to parse from a dialog instead of entering the name in a text box. Any help would be appreciated. Thanks....more >>

XML nodes
Posted by Scott42 at 5/29/2004 6:03:41 PM
I've just started experimenting with incorporating XML into Flash projects, and have noticed something odd. When I use firstChild to access my root node, it looks at the XML declaration, rather than the first tagged node. In other words, trace(XMLdoc.firstChild) returns "<?xml version="1.0" ...more >>

About the parameter of "startDrag"
Posted by Biologicalboy at 5/29/2004 5:08:07 PM
As we know,"startDrag"command have four parameters:left, top, right, bottom which Values relative to the coordinates of the movie clip's parent that specify a constraint rectangle for the movie clip. but I just don't know how to determine these parameters' value so that it can specify a constr...more >>



Help with menubar script
Posted by Capt. Verde at 5/29/2004 4:23:23 PM
hello, I'm a totally new person to this actionscriptthing and I need some help trying to build a menubar to kinda learn this on. I have a pretty simple menubar with 5 buttons, one of the buttons has a submenu with 3 buttons on it. The script I have so far is this: _global.style.setStyle("t...more >>

ActiveX controls in Flash
Posted by Jucovschi at 5/29/2004 3:08:24 PM
Hi, Can anyone tell me how to host ActiveX controls in Flash ? Thx in advance...more >>

Exporting Movieclips
Posted by NSurveyor at 5/29/2004 2:02:11 PM
Is is possible to export a movieclip while its playing? I'm trying to make program that lets people design a card and save it to their hard drive. I already have made the designing part, but how do export? ...more >>

preloader ?
Posted by ThePainter242 at 5/29/2004 10:34:35 AM
Hi, I have just learned how to put a preloader scene in my movies, I use a two frame scene; frame one : if(_framesLoaded>=_totalFrames){ gotoAndPlay("Main",1); } Frame 2: gotoAndPlay(1); Then in the last frame of the main scene : gotoAndPlay(1); This works fine,...more >>

Sorry Pre-Loaders again?
Posted by Rob1000 at 5/29/2004 9:37:48 AM
I have a movie of 3 mb most of which is called from the library in the first frame using the linkage thingy. Is there any way to make a pre-loader that can understand that all this stuff is being loaded? The loader I normally use doesn't appear until the whole movie has practically finished lo...more >>

get the greater number thru array
Posted by zeenu at 5/29/2004 9:31:42 AM
Hi, In array i have store some random repeated number, now i have to get greater one value from array. for example [2,4,6,2,5,6,] how i will get only 6. Pls reply my solution. Thanx...more >>

Change color of text in movie clip on hit test an
Posted by Drapple at 5/29/2004 5:11:35 AM
I want to change the color of text in a movie clip after performing a hit test. I also want to play a sound. I have the sound playing but can't get the movie to go to frame two where the text has changed to red. I had it working by replacing the text variable with myText = "<font color = ...more >>

Load Movie, then start it a specific frame
Posted by triumphguy at 5/29/2004 4:06:25 AM
I am creating a web site that uses 340 product images. I am using a master movie that loads 20 or more individual movies so that people can see all of the products. It works fine until they have to go backwards in the list of movies. When movie number two loads and they want to go back to s...more >>

Flash player and bandwidth speed detection
Posted by TC5 at 5/29/2004 2:18:48 AM
Any way to perform Flash player and bandwidth speed detection at the same time in an entry page? If so, does such a setup work well (*reliably*!) without causing problems etc.? I would like to find detailed information on how to set this up. Thanks for any info. ...more >>


DevelopmentNow Blog