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 > december 2005 > threads for friday december 16

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

colortransform
Posted by DrEv1l at 12/16/2005 9:10:22 PM
hi, I've got a colortransform in a for loop dat loops 4 object giving them a different color. Now it seems that It never does the first object. all the rest are fine and do the colorchange. I've checked name and depth and thats all fine. also when I click on another color It seems that the fir...more >>


drawing lines with AS
Posted by rotarypot at 12/16/2005 8:54:11 PM
hi everyone!! sooooo.... i am working on an intro (i know, intros should have died years ago..unless of course they are REALLY cool).. i am trying to reproduce with AS the effect of lines drawing themselves kind of like in this http://superchafa.com/fotos/wavy-lines.jpg, i've been toying ...more >>

Newbie Preloader Help, pretty please
Posted by shawnA2 at 12/16/2005 8:30:44 PM
Hello, thanks to anyone who can help. I built a video presentation in slide format from a tutorial. I'm trying to make a seperate pre-loader movie (so it can be used more than once) that loads the entire presentation swf before it starts playing and loads it. I think I just need to define the ...more >>

Saving XML File To Local Drive?
Posted by MarkSLC at 12/16/2005 8:08:23 PM
I can load an XML file from my hard drive into my Flash app, no prob: myXML1.load("myFile1.xml"); But I also need to save XML data created within my Flash app to a file on my hard drive. This code doesn't work: myXML2.send("myFile2.xml"); It seems simple enough ... not sure what I'm d...more >>

small problem
Posted by Kaay at 12/16/2005 6:08:51 PM
please tell me the easiest way of attaching more than one task on one click. eg. i want that when user click on the button then first mc_A then mc_b then mc_c play, sequentially.....more >>

How do I write this in actionscript
Posted by doug777 at 12/16/2005 6:03:45 PM
In javascript I would write: document.formName.inputName.focus(); document.formName.inputName.select(); How do I write that in actionscript. The input I want to give focus to and highlight is in a tabnavigator form. Doug...more >>

Urgent: Flash 2004 hanging with ASP.NET
Posted by jay mehta at 12/16/2005 5:32:58 PM
I have a script in ASP.NET that works fine from simple HTML form and returns acknowledgement page. But when I call from Flash ActionScript code, it does not return control (sending back response "return=ok") and Flash movie hangs. In fact, none of my server side scripts in ASP.NET are workin...more >>

Removing a createTextField
Posted by Chris Goodiel at 12/16/2005 5:14:45 PM
I create a text field on the main timeline.--- Scene : Payload, actions layer. Frame 1 this.createTextField("tPayload", this.getNextHighestDepth(), 34, 392, 629, 123); Then in a nested clip a button is used to navigate to the next section. the buttons(movieclip) path is : this.mc...more >>



MovieClip event handler not working
Posted by pwp69 at 12/16/2005 5:09:25 PM
Hello, I have created a custom combo box widget mc (cmbx_wdgt). In this widget are two dynamic text fields (label_txt, value_txt) and two MCs (up_btn, dn_btn) I have created a class file for this widget (CMBXWidget.as) and linked cmbx_wdgt to it. // CMBXWidget.as class CMBXWidget...more >>

jsfl crashes flash app
Posted by tedalde2 at 12/16/2005 4:54:11 PM
I distilled a simple movie script and jsfl file that can crash the flash application. It is repeatable on different computers. Create a simple one frame flash file with one movie clip component on the stage. Give the component one blank parameter. Then make a jsfl file containing this: ...more >>

ASP Variables
Posted by luisvaldez at 12/16/2005 4:45:59 PM
Hello there... I need some help passing some ASP variables into dynamic text fields in Flash... Any ideas?...more >>

Falling Snow
Posted by CMessineo at 12/16/2005 4:34:14 PM
I am using a pretty common snow falling routine found here: http://www.kirupa.com/developer/mx2004/snow.htm I want the snow to fall behind some text that is on the screen. I have my snow layer below my text layer, but the snow is still appearing in front of the text. Here is the code...more >>

Double Click Listener
Posted by chant9 at 12/16/2005 4:18:23 PM
Hi Is there any way to listen for when the user double clicks on something, like a MovieClip or DataGrid? Any ideas of something similar to a double click would also be appreciated. Thanks...more >>

Listening for cuePoint events - NEED SOME HELP
Posted by epic306 at 12/16/2005 3:58:48 PM
Hi, I'm not a great coder but i'm trying to learn. I've spent a bunch of time reasearching how to correctly make cue points and call them to trigger an action, I'm still having issues understanding this correctly. I have a video that plays, and at certain cuepoints I want it to trigger some an...more >>

mirror MC
Posted by nikerfl at 12/16/2005 3:18:19 PM
So, how to mirror MC. I can do it replacing(MC.loadMovie();) MC with mirrored one, but is there another way to do it?...more >>

Internal Links
Posted by bcarpet at 12/16/2005 3:06:13 PM
Hi people, i am a beginner in flash and am creating my first site. What i need help with is this: i have a logo and menu bar on my page,. now i want these to stay where they are but depending on which option i choose for that to load up in the center . so if i click the "contact ...more >>

How to create a progress slider bar to show the progress of the animation in the scene
Posted by yoyowhizz at 12/16/2005 3:02:15 PM
Can sum1 link me to a tutorial or .fla that shows through a slider bar the progress of the animation within the scene....more >>

multiple onLoadInit?
Posted by Brian at 12/16/2005 2:30:09 PM
I have two different MovieClipLoaders in my movie, and would like to have seperate onLoadInit and onLoadProgress actions depending on what MovieClipLoader I am using. My MovieClipLoaders are called: main_loader_mcl and thumb_loader_mcl So I am wondering if I can do something with like t...more >>

How to fast forward in flash
Posted by yoyowhizz at 12/16/2005 2:14:30 PM
Hey guyz. Well i really need to know how when i hold a button the animation will fast forward. This is the movie http://media.putfile.com/Jim_Meets_Alien and also tell me what you think of it....more >>

Load Flash7 file if Flash8 Not Installed?
Posted by mikeadobe at 12/16/2005 1:59:28 PM
Is there any way to have a swf file load a flash 7 file when it is accessed by a browser that has flash 7 installed, and load a flash 8 file when accessed by a browser that has flash 8 installed? Thanks, Mike Adobe. ...more >>

MovieClipLoader
Posted by tourns at 12/16/2005 12:25:41 PM
when loading a swf into an existing holder clip using MovieClipLoader, i am using the onLoadProgress and onLoadStart event handlers to tell the holder clip to be invisible and gotoAndStop(1).. other wise the media is appearing while loading. it seems to work fine on on my personal site over h...more >>

gotoAndStop will not work in my function
Posted by smrdo at 12/16/2005 11:40:46 AM
i'm using the code below to send out variable for an email form, and check a response. However in the "myData.onLoad = function(){" the gotoAndStop simply will not work, the trace displays fine, any other code (i've tried disabling buttins hiding clips etc, will not action.. Any ideas muc...more >>

How to handle HTML Frames using Action Script
Posted by pulsar_kiran at 12/16/2005 11:21:44 AM
_top ,opens the linked document in the current browser window, replacing all frames, from dream weaver we can acheive this but my problem is iam using flash button and i have to open the link in the current browser window replacing all frames. when i use getURL("filename.html",_top); iam u...more >>

swf to MPEG
Posted by Magapatalogika at 12/16/2005 11:02:27 AM
i have a very "difficult" cliente who asked me to create a catalog of his products in Flash in a way he could always add more products and images. That project is done. I created a very simple movie with just the design and all the information is call with actionscript from text files with v...more >>

Code for Window component close
Posted by Amcasperforu at 12/16/2005 8:11:20 AM
Hi all, I drag and drop a window component on my stage and name it as myWindow. I also set the close button to true, however I dont know what's the code for the close. thanks.......more >>

Jumping Other Scene's MovieClip and Play
Posted by Rajula at 12/16/2005 5:45:03 AM
Hi, In my file there is two scenes. each scene animation in the movie clip so u can see in the scene only one frame. But there is problem when i click a button in the Scene1 it should play the Scene2 animation certain frame number (animation is in the movie clip). I tried for : ..........more >>

Input Text Fields
Posted by Diego619 at 12/16/2005 5:05:38 AM
I have looked for a way to get the user to input information into input text fields and have it come up into the users email program. Is this possible? I've tried: on (release){ getURL ("mailto:who@where.com"+ "?subject=" + regarding.text+ "&body=" + fullName.text + telephone.text + email....more >>

getNewTextFormat()
Posted by sai1 at 12/16/2005 4:07:17 AM
Hi all, Can anyone show me some examples of writting this syntax? I read a few articles but couldn figure out how. Thanks ...more >>

Kinda OT: ResHacking a projector file... JECKYL!
Posted by NSurveyor at 12/16/2005 2:26:50 AM
Hi, I've been playing with ResHacker to fix up projector files, (deleting right click menu, other menus, etc)... and I noticed that a menu item looks like this: MENUITEM "ITEM NAME GOES HERE", ##### And in place of ##### is some number that represents an action that is called. So, I...more >>

._currentframe
Posted by sai1 at 12/16/2005 1:39:27 AM
Hi all, I need some help in this command. I tried to direct to the timeline of a mc within the _root. For example, My _root timeline consist of only a frame. My mine animation is the second level. So the command is something like _root.test._currentframe == 10... blah blah.. It actually wo...more >>

Moving a slider and passing information(I guess value) to a Dynamic Text Box
Posted by Chris Goodiel at 12/16/2005 1:23:59 AM
I have yet another challenge. I have to create another slider and this one as it is being pulled across the screen and back has to update a text box with a numeric value of 0-500. Being such a rookie I have no clue how to pass information from a slider to a text box and then use that value...more >>

Placement of Falling Snow in a Movie
Posted by Barbara Schneier at 12/16/2005 1:20:40 AM
I downloaded a falling snow movie which I really want to use, but I have one problem. the way the script is now writen the snow starts from the left edge of the document. You can change the snow coverage for the width, but there is nothing in the script to change as to placement (where you ...more >>

Please, Help!
Posted by DGcoder at 12/16/2005 1:18:12 AM
Hi guys, I need an action that will go to some url, for instance 'http://mysite.com/status.txt' and check some variables for true or false. For example:Every time you open that exe or swf from your computer, it goes to that url automatically and checks for variable "status", and if that ...more >>

Re: Help with onKeyDown or Listners
Posted by Chris Goodiel at 12/16/2005 12:58:46 AM
Just before I got your e-mail It came to me as I can see from you were thinking ofthe same thing. I was keeping all the animation and masking on it's own timeline not to disturb the maintimeline, but I can do all of the animation of the mcSlider on the main movie clip rather than within itself...more >>

Help with Arrays
Posted by ImagicDigital at 12/16/2005 12:25:12 AM
I have a set of buttons that I want to go a set of corresponding frame labels onRelease. I hand-coded them (there are only 6 of them) and everything works fine. But I feel that I should be able to set up an array and a for loop instead, to shorten the code and so that I can add or subtract bu...more >>


DevelopmentNow Blog