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 2004 > threads for tuesday june 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

Setting Focus
Posted by SherwoodClark at 6/29/2004 11:30:04 PM
I have two text input components in a flash movie on a page. I want the cursor to be in the first text input component ready to receive type when the page is loaded. How do I do that? I've tried "Selection.setFocus('myTextInput')," but that doesn't work. Am I missing something? ...more >>


Maths Loop ?
Posted by The Big Giant Head at 6/29/2004 10:50:35 PM
Hello... does anyone have a 'system' for this ? three dynamic text boxes one above the other. Lets call them digi1, digi2 and digi3. Each one starts by displaying a one or two digit number. AS on the main line says somethig like: digi = digi3*2; digi3 = digi2/2*4; digi = digi2*2/3; ...more >>

Move An Object Continuously
Posted by backpages at 6/29/2004 10:10:15 PM
Hi, I know this is simple, but I can't quite get it. I've created a button to move an object (bluebox) on the stage. I want the object to move continuously while the cursor is over the button. I've attached this actionscript to the button, so that I can easily change the speed at which it move...more >>

setting fontcolor for some htmlText problem
Posted by vinZ at 6/29/2004 9:38:17 PM
Hi there, Anyone knows why this ain't workin' _root.indigatortxt.htmlText = "Blabla" + "<fontColor=0x00FF00>" + "<b>" + selectedNode.attributes.label + "</b>" + "</font>" + " blabla."; cheers, vincent (posted before in an other form but I think it is more a script kinda thing) ...more >>

Screens with MovieClips: Is this a bug??
Posted by Flashatma at 6/29/2004 8:03:22 PM
I am creating a multimedia presentation using Flash MX 2004 professional. On screen 2, I have a MC in which following code is there to make some 4 sec delay. stop(); pauseI=setInterval(pauseF, 4*1000); function pauseF() { clearInterval (pauseI); play(); } And this code works fine in scr...more >>

Strange behavior ?!
Posted by NewsMe at 6/29/2004 6:52:45 PM
Hello, In the following actionscript I have one movie clip with 2 frames and inside frame 1, a button. The MC has two frames (1 and 2) When testing the code I get a -> "mc1" - which is correct b -> "undefined" - ??? why is undefined The button is available only on the fi...more >>

2 actions with one click
Posted by kris at 6/29/2004 5:40:33 PM
Am working on a sportsite where the indexpage exists of a flash in which you can choose between different buttons(age-groups) , These buttons then go to a html pages. I now want after clicking a button there first appears a photo fading 0 --> 100 --> 0. Going from 100-->0 the html must become vi...more >>

Help! Date object hair pulling episode!
Posted by Paul Anthony at 6/29/2004 4:33:25 PM
Hi everyone Im in urgent need of some help with the date object in Flash! I need to set three clocks to a time based on a server side script. The script uses a querystring to return a time for each of the locations In the format-2004,6,29,16,21,13 I ignore the date and set the time to 16:2...more >>



newbie & dynamic text
Posted by Jacob 99 at 6/29/2004 3:11:09 PM
Hi, Small question but the Flash help is frustrating me like crazy. I have a movieclip instance called "popup_clip" in the clip I have 2 dynamic text fields, "popup_title" and "popup_text". Using buttons with on (release) scripts, what is the code to set the text of these fields inside the ...more >>

HELP - Right-Click menus still appearing
Posted by Geoff at 6/29/2004 2:52:54 PM
Hi, In the first frame of my Main timeline, I have fscommand("fullscreen", "true"); fscommand("showmenu", "false"); fscommand("allowscale", "true"); However, I am still getting the full right-click menu (including forward, back, zoom, etc) when viewing the swf file in my web page. Any i...more >>

getProgress returns an object with bytesTotal = 0 when called from onLoadStart
Posted by miker NO[at]SPAM era.on.ca at 6/29/2004 1:41:51 PM
when I call getProgress within the onLoadStart event Handler, the object that it returns has bytesTotal = 0 if i call getProgress within onLoadProcess, no problems. He graphic also loads fine so i don't there is anything wrong with my test image. www.actionscript.org has a tutorial that show...more >>

Flash MX 2004! What a great program *sigh*
Posted by Cory Moore at 6/29/2004 1:24:15 PM
I want a text field with a scroll bar. Great, I'll use the textArea component. After spending 1 day trying to figure out how to put text into it, I finally get it to work. Next step is skinning the component symbols. Oh that should be easy.. oh wait, the symbols are not in the library! I ne...more >>

MovieClips for Buttons?
Posted by Geoff at 6/29/2004 12:34:42 PM
I would like to use a movie clip for a button, and be able to jump to specifc frames when rolled over. Is this possible? If so, how do I do it so that my cursor behaves properly as if the clip was a button? Thanks. Geoff ...more >>

Getting the path of a button
Posted by gmac63 NO[at]SPAM charter.net at 6/29/2004 11:51:13 AM
<< tried to post previously, but didn't seem to post >> All, I have tried researching this problem and have found no solution. Question is, is there a way to get the path of a button (or movie clip) from _root? eg. _level0.movie1.MovieClip2.MC3.button . I am working with arrow key navi...more >>

Video Loader Problems
Posted by Scot Nery at 6/29/2004 11:15:37 AM
I made this video player. I want it to work pretty much like an embedded QuickTime player. The problems: It makes a chirping sound when on pause and it loads all at once instead of popping up and showing the load bar. To see the files, please go to http://www.jugglegood.com/outside/video_lo...more >>

Getting the path of a Movie Clip from _root
Posted by gmac63 NO[at]SPAM charter.net at 6/29/2004 9:01:21 AM
All, I have tried to research this but I have not gotten anywhere. Question: is there a way to determine the path to a button that is within a series of movieclips on a stage (eg. _root.Movie1.movie_1.mc123.targetButton) from the _root? I am working on arrow key navigation where the butt...more >>

Help: eval won't behave!
Posted by Roman_Blöth at 6/29/2004 6:50:52 AM
Hi folks, I'd be very glad if someone could enlighten me on this eval-issue: I've got clips (named aa, ab, ac, ba, bb, bc, ca...) inside a clip called zitate_matrix. From _root I want to call "gotoAndStop(1)" for these nested clips. When I hardcode it like _root.zitate_matrix.aa...more >>

Get Dimensions (width & height) of JPG
Posted by nsm NO[at]SPAM brain.net.pk at 6/29/2004 5:59:25 AM
Hello, How can I get the width or height of the dyanamically loaded JPG file? I am using loadMovie Thanks Naseem...more >>

MC and onRollOver
Posted by NewsMe at 6/29/2004 5:39:41 AM
Hello, I am having problems with dynamically generated movie clips in which, besides other items I placed a button For some reason that I am not aware of, the button's event handler is being superseeded by the movie clip onRollOver and onRollOut events. The buttons have different colors for ...more >>

Get Dimension of JPG
Posted by nsm NO[at]SPAM brain.net.pk at 6/29/2004 4:16:55 AM
Hi, I am dynamically loading a jpg in a MovieClip, How can I get the _height and _width of the JPG file? Currently it is showing the widht which is of the MovieClip Size (not of JPG). Thanks...more >>

Multiple variables reading as a label
Posted by Toonman at 6/29/2004 12:29:49 AM
Hey all! wondering if there is an alternative for the following: I have a menu with 6 buttons from where you can choose between 6 different games, each with: on (release) { //sets a variable so that in the end of the animation it'll go to the frame where the chosen game is game=5; tell...more >>


DevelopmentNow Blog