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 > march 2007 > threads for tuesday march 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 29 30 31

How to gotoAndPlay inside a MC
Posted by FlashSeve at 3/20/2007 11:40:26 PM
Suppose I have a MC on the screen inside it frame 1 with stop on it now,when something hits the instance circle it goes the the 2 frame inside the MC...more >>

load swf into mc frame by frame
Posted by nehcdet at 3/20/2007 10:45:50 PM
Hi, I have a movieclip to dynamically load swf's. Some of my swf's are slideshows and contain jpgs that are quite large. Therefore I do not want to wait till the end of a complete load to show the swf. Say, if i want to show picture 3 (at frame 3), i'd like to show it as soon as the frame is l...more >>

Importing Class
Posted by numerical07 at 3/20/2007 10:19:26 PM
I was reading the tutorial on importing class's. This is what I read Importing classes To reference a class in another script, you must prefix the class name with the class's package path. The combination of a class's name and its package path is the class's fully qualified class name. If ...more >>

Go to URL when animation is finished
Posted by ewon15 at 3/20/2007 9:22:34 PM
Hey all... I've set up a little intro/splash page in flash for a website. I have it so that after you click on a category it takes you to that URL, however I want it to wait for the animation to finish before exiting...here's what i have (and i'll explain why the URL isn't being recognized): ...more >>

Loading an image in an XML text file
Posted by GEORGEHAHN at 3/20/2007 8:25:27 PM
I've gotten the DateChooser component to work very well loading dynamic text fields with data from an external XML file. Can I embed a jpeg into the XML text like I would with the <img> tag in an HTML text file? Many thanks in advance for any tips... George ...more >>

Tween in custom class
Posted by truk nosral at 3/20/2007 7:31:09 PM
I'm a relative flash/actionscript newbie. I created a towers of hanoi solution moving movie clips around using Tweens. This all worked great when the action script containing the Tween creation existed on what I guess is the root movie clip (within the Action script window of my .fla file). ...more >>

linked library items via MovieClipLoader?
Posted by liquidleaf at 3/20/2007 6:56:00 PM
So, some of you may have run into this before. I know there is a known issue with importing an SWF to a MovieClip using LoadMovie - in that, any library items in the SWF that have linkage IDs can only be attachMovie'd within the MovieClip itself, and not in the main timeline (or any other tim...more >>

[b]Password actionscript[/b]
Posted by PLEGEM at 3/20/2007 6:48:20 PM
[b]Password script[/b] I found this actionscript on the net, i try it and it didnt work when i used it in my flash. please look at it. This is the site: http://www.myflashresource.com/flash-tutorials/password-protection-loading-exter nal-text This is the script in frame 1: -------...more >>



createTextField setting width based on string length
Posted by SPGAnne at 3/20/2007 6:42:41 PM
I wonder if there is a way to easily calculate how wide to make a textfield that you create dynamically with createTextField based on the length of a string that is passed as an argument. In other words, if you know the font size you plan on using, is there a way to figure out how many pixels...more >>

mouse trailer works but I have a question
Posted by j5hertzler at 3/20/2007 6:18:26 PM
I modified code that I downloaded from Colin Moock's website that has to do with Mouse Trailers. Basically a blue dot (movie clip) trail follows the cursor. The code works but I do not understand why the dotTrails variable is not replaced the next time the function is called. There are 15 blue...more >>

ExternalInterface with C#.NET ActiveX Container
Posted by Howoong at 3/20/2007 6:03:46 PM
I want to transmit JPEG image data from C# to Flash SWF, in order to display in SWF. After I had written a JPEG data as a file on hard disk in C#, I sent the filepath to Flash SWF, by using AxShockwaveFlash like: xmlRequest = "<invoke name=\"DisplayJpeg\" returntype=\"xml\...more >>

Input Text Boxes - passng information
Posted by rallen2006 at 3/20/2007 4:36:17 PM
Hello i have what i think is a rather basic query but i cant seem to get it to wokr! I have an input text box and basically the user has to enter an answer, if the answer is 26 then i want some text to display in the input box saying well done, is this possible wiht an input box or do i ne...more >>

getChildIndex and getChildByName
Posted by supdun at 3/20/2007 3:40:54 PM
after tracing the child indexes of my sprite, I get multiples of 2. Any reason why this happens? I also make an attempt to trace the child name but results show null. var len:Number = 5; for (var i:Number = 0; i < len; i++){ // Create a simple button and configure its location ...more >>

About Global Security Settings
Posted by KuPyyyy at 3/20/2007 2:28:50 PM
Hi, I'm developing an application, that communicates with one of our local servers(it takes data with WSDL). And everyone of my coulegues must have this application, but the problem is that when he or she installs the application the flash player always wants to configure the Global Security S...more >>

Cable simulation
Posted by Bob Robertson at 3/20/2007 2:10:10 PM
Hey all. I'm trying to get a cable-looking line to work. I found kglad's post from last year, but it doesn't seem to be a general solution (using Flash 8; are there incompatibilities?) . In particular, when catenaryApprox is passed xmouse and ymouse for the first pair and a constant for the se...more >>

Delay passing var to swf via embed url?
Posted by Ciaran at 3/20/2007 8:08:55 AM
Hi all I'm trying to pass a simple var to flash using the url of the swf like so: movie.swf?myvar=3; Poblem is that the movie relies on this var to run and in some cases, when my visitors load the html page, the var is not being picked up. the only thing I can think of is that there is a delay ...more >>

Simple Button Code
Posted by bcounts at 3/20/2007 3:09:49 AM
I have a .fla movie with 4 frames containing a different movie clip each - In my "Actions" pane I have a script written as such: home.services.enabled=false; about.services.enabled=false; contacts.services.enabled=false; the "home" movie clip is located in frame 1 the "about" movie c...more >>

Output Error
Posted by ScottE at 3/20/2007 2:27:59 AM
Hi All, I keep getting an Output error 104.75 everytime I click on one of my buttons. The code below is an example of where I am trying to navigate to in scene1: label="s" + _root.link; gotoAndPlay(label); I'm not expert in ActionScripts but it just doesn't look right to me. Do you...more >>

My input AS is right but Flash says it's wrong
Posted by twistedpancreas at 3/20/2007 1:40:53 AM
I've done a simple check input coding which should check for the inputed number of 0.09952. Problem is Flash says that the correctly inputed number is incorrect. Can anyone help??? Check out my Flash8 file here: http://home.exetel.com.au/twistedpancreas/images/calculation.fla Everyth...more >>

Thermometer guage
Posted by Nigelhoward at 3/20/2007 12:00:00 AM
Hi, I just need a little guidance please:- I'm trying to animate a linear thermometer. I have 4 layers.... Action Background Thermometer Scale Needle ... and Symbols for most graphics The needle layer has a tween that runs from 0 to 99 degrees using 100 frames and a ease ...more >>

how to get url action after movie is played? please help
Posted by xx Quatro xx at 3/20/2007 12:00:00 AM
Dear flash desingers, i want to put in a action script in my flash movie, after the movie is played, is has to go to a defferent url (as i next page) , i know in action script you have to put in "get url" but not with the script "on (release)" because you don't have to click on it. it must...more >>

Flash Date and Oracle date
Posted by abstract26 at 3/20/2007 12:00:00 AM
Is it possible to convert a date being retrieved from an oracle database to the flash Date format in flash so that the different Actionscript date functions can be applied to the retrieved date....more >>

Datagrid
Posted by thil at 3/20/2007 12:00:00 AM
Hi, how to avoid scroll using the mouse or keyboard in datagrid? if anyone know the solution pls let me know.. thanks n advance thil...more >>


DevelopmentNow Blog