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 > august 2004 > threads for saturday august 28

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

Progress bar bug...
Posted by scourtaud at 8/28/2004 11:20:16 PM
Hi, I've created an MP3 player that features play, stop, pause, next, previous on an unlimited number of mp3 files. The movie gets the files names from an external text file. When I run the movie on my computer, calling mp3 files located on my computer, everything works ok. When I up...more >>

SWF Army Knife - you guys should try it!
Posted by c0deb0y at 8/28/2004 10:50:31 PM
There is a killer app called SWF Army Knife at the following address that lets flash do a bunch of the stuff it usually can't do like opening files, getting external file names, open/save dialog boxes, etc. It's free to try and cheap to buy. You can check it out here. http://www.anigem.com...more >>

Wrong value for textfield._height on wrapped text?
Posted by Peter Weidauer at 8/28/2004 6:47:32 PM
Hi, I get this strange behaviour then creating text fields via Actionscript in Flash 6: this.createTextField("field", 0, 0, 0, 100, 1); field.autoSize = field.wordWrap = true; field.text = "Something long enough to be wrapped"; trace(field._height); // outputs 16 trace(field._height); ...more >>

loadMovie question??
Posted by yoyoyoyoyoyoyoyok at 8/28/2004 6:44:20 PM
I have loaded another swf into a scrollPane using this code. I was wondering if I can use buttons in the picture1.swf to change dynamic text boxes and MCs in the main SWF Thanks btn_arr = new Array("Btn_Sub1", "Btn_Sub2", "Btn_Sub3", "Btn_Sub4"); for (i = 0 ; i < btn_arr.length ; i+...more >>

loadMovie question??
Posted by yoyoyoyoyoyoyoyok at 8/28/2004 6:44:19 PM
I have loaded another swf into a scrollPane using this code. I was wondering if I can use buttons in the picture1.swf to change dynamic text boxes and MCs in the main SWF Thanks btn_arr = new Array("Btn_Sub1", "Btn_Sub2", "Btn_Sub3", "Btn_Sub4"); for (i = 0 ; i < btn_arr.length ; i+...more >>

Creating pop down menu
Posted by mystical_shwanky at 8/28/2004 6:39:53 PM
I want to make a menu similar to that found on www.driftlab.com/index2.htm I got them to work sort of. I have them separate. But how can I put them together and get them to work like the one on driftlab? ...more >>

LoadVars & arrays
Posted by scourtaud at 8/28/2004 5:44:43 PM
Hi, I am desperatly trying to load ? text file containing ?l?ments of an array into my flash movie. Nothing works. If someone could give me advice... What code should I use? How should the info be writen in the text file? Thanks in advance Sebastien ...more >>

playing a movie clip without event
Posted by eyezar at 8/28/2004 3:51:26 PM
I have an movie clip object that has a stop() action in the first frame. When the main timeline gets to a certain frame I want the object to start playing. I can't figure out how to make the clip play without having a mouse or keyboard or other type of event. Is there a line of code I can ...more >>



linebreak in a datagrid cell
Posted by Vevmesteren at 8/28/2004 3:27:20 PM
hello, How do I put a linebreak in a datagrid cell, is it by using '\n'? Or by using '<br>'?...more >>

help with setInterval()
Posted by Rothrock at 8/28/2004 3:14:09 PM
I am having trouble figuring out how to do something with setInterval. I have 5 different movieclips off stage. I want to slide them on a 2 second intervals. I have a function that slides them into place. But can't figure out how to set up the setinterval. How do I pass to the setinterva...more >>

Scroll Pane component, re-calculate scroll bars on content scale change?
Posted by Leo at 8/28/2004 2:39:11 PM
Hi, I was wandering how I can force the scrollbar component (MX 2004) to refresh when I cause the content within it to scale? I have the scaling part working fine, but the length of the scroll bars stays fixed, so when I 'zoom in' (scale up) the content I can no-longer scroll to the bottom....more >>

MovieClips in Library - preload necessary?
Posted by CougarTheCat at 8/28/2004 12:56:38 PM
Hi, I have several instances of an empty movie clip in my library. Each of these instances loads an mp3 file. As I understand it, when you export the swf, Flash embeds the library symbols...soooo, would that mean I wouldn't have to preload these sound files? Since my application is an o...more >>

opening pdf's and doc's from flash
Posted by punkrock200 at 8/28/2004 12:06:34 PM
Hi does anyone know if I can open a pdf or word doc from a cd rom made in flash? I?ve tried a few things so far ie, on (release) { fscommand("exec","avery.doc"); } and on (release) { getURL("maps/avery.doc",top); } but no joy thanks ...more >>

removeMovieClip() not functioning
Posted by XMLDeveloper01 at 8/28/2004 11:34:26 AM
Can't seem to remove the clip dynamically. If I change from removeMovieClip() to _visible, the movie disappears from the screen and expected. Anybody see any flaws in the code below? function removeTest():Void { trace("Inside removeTest"); this.attachMovie("LoginWindow", "mcLogin", thi...more >>

swf to fla
Posted by kris at 8/28/2004 11:24:07 AM
Hello, I search a program to transform an .swf file to an .fla file. ...more >>

How to Hide Preloaded Swfs?
Posted by CougarTheCat at 8/28/2004 10:36:43 AM
Hi, I am using the preloader code below to load external swfs. This now works (thanks to help from kglad). But, I do not want to see the loaded swfs until later in the movie. They seem to be loading one on top of the other and I still see the last one when my main movie continues to pla...more >>

moving a picture
Posted by john at 8/28/2004 8:13:39 AM
Here is what I'm trying to do My Stage is 550x400 and I have a picture that is 790x600 and centered on the stage. I also have 5 button on the stage. When a user presses button 1 I want the picture to move across the stage so you can see one of the corners that you could not see before. and wh...more >>

jumping to file...
Posted by webdog269 at 8/28/2004 4:26:56 AM
I see how to use the getURL action script to grab a web page. What would be the script to access a html file in the same directory? { getURL("http://www.macromedia.com", "_self"); }; gets external link.... what about internal? Thanks a millon..... ...more >>

hide/show a layer in timeline?
Posted by pmxgvn at 8/28/2004 4:13:55 AM
Help me, I have 4 layer in a timeline: layer1, layer2, layer3, layer4. Can i hide all things of layer2 ? how? thank you....more >>

Not aligning, why?
Posted by recs at 8/28/2004 4:09:59 AM
Please Help. I have an animation in actionscript 2.0 that moves a ball following the path of a sine wave function. I have also a animation of a path being created following the same sine wave as before, using the "lineTo" method. Each animation is attached to its own movie clip symbol ...more >>

Detecting which button was clicked
Posted by jigen3 at 8/28/2004 3:39:48 AM
hello, say i create a 2 dynamic instances of a button which i attached to the same function. cityRef0 = _root.emptyClip.Europe_mc.attachMovie("City_mc", "City_mc0", 305); cityRef1 = _root.emptyClip.Europe_mc.attachMovie("City_mc", "City_mc1", 306); cityRef0.onRelease = emptyClip.displayI...more >>

FocusManager in First Frame Trouble
Posted by Dahgu at 8/28/2004 1:52:30 AM
I have another strange problem that I have not read about others experiencing. If I put any new components (i.e. Loader), from Flash MX 2004 Pro, onto any late playing frame or any child movie clips, there is a ~32KB load placed into the first frame of the root timeline. This 32KB load has ...more >>

setVariable on Mac
Posted by eggman21 at 8/28/2004 1:34:04 AM
Hi I need to be able to read informations from the GET array of my URL and bring it into my swf. I used the javascript syntax : document.myFlash.setVariable("myVar","value"); works fine but won't do any good on IE Mac or Netscape 6. Is there any way of doing the same thing in a "cr...more >>

making my code leaner... need expert help!
Posted by chambasny at 8/28/2004 12:02:03 AM
I'm incluing the code for a website i'm doing. there's three movie clips on the stage that look like little cards. they are contClip, servClip and workClip. each of these has two buttons within it whose properties are altered dynamically: Patt (a decorative pattern) and Text (text, obviously);...more >>


DevelopmentNow Blog