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 > october 2007 > threads for sunday october 7

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

Passing Variable
Posted by puks_07 at 10/7/2007 11:55:05 PM
Hi, I have 2 swf files. I have a button on one of the files which open the other file. I am trying to pass a variable from file 1 to file 2 to filter the results in file 2. How would I set up the variables in both files so that when the button is clicked, it opens the second file with ...more >>


Dragging and Dropping Buttons questions
Posted by IreDevil at 10/7/2007 11:40:12 PM
I created a flash movie with a lot of buttons for dragging and dropping around in the stage. I wanted to make it such that even if i drag one of the button away from its original position, a new same button will appear at exactly the same position. Also, i would like to make it that some but...more >>

Dynamic Button Text Not Selectable
Posted by SpectacularStuff at 10/7/2007 8:48:41 PM
Hello, I am working with AS3/Flash CS3 I have 5 buttons that are dynamically created. I have the buttons completed with tweens etc etc etc. It is time to put the text onto the buttons. How do you do the following: 1. Create the button text 2. Make it so the button text is on top...more >>

PrintJob - Missing Colors
Posted by DW NO[at]SPAM Peel at 10/7/2007 6:12:00 PM
I'm attempting to utilize the PrintJob class for a project I'm working on that will ultimately be distributed to a CD. Since I've never used this class I started w/ a simple test. I set up a Flash AS 2.0 project, created a MovieClip containing some text and a shape (both black), created ...more >>

News Form
Posted by betafan at 10/7/2007 5:21:31 PM
I need a news form, just like this one: http://www.felipemassa.com/home/index.php?lang=en It has one top news, after it there are the rest of the news and there is button for even older news, all in all it's 1:1 with the example. The form should also be able to upload the new news from an xm...more >>

text field function
Posted by liminalspace at 10/7/2007 4:33:02 PM
hey everyone, i have been trying to create a function that will allow me to generate text fields dynamically every time i call it. all of the arguments are working perfectly well, except for the instance name string (the one called txtName). whenever i take it out and assign a specific nam...more >>

Stop all aounds upon completion of all functions
Posted by GollyAlexandra at 10/7/2007 3:30:21 PM
Hi, I am building something in Flash CS3 where each rollover of a movie clip launches a sound. I would like to stop all sounds once every clip has been rolled over, but I don't want to just use a stop all sounds actionscript that I assigned to a random button, assuming it would be the las...more >>

Scaling Width but Not Height?
Posted by Rich Morey at 10/7/2007 3:17:07 PM
Hi I am working on a chart for a hotel in Flash CS3 / AS 3.0. I have created a movie clip inside my main movie that I want to replicate to "fill in" the chart. What I want to do is scale the background of the clip to expand across the number of days for a reservation. However, when I scale ...more >>



as 2.0 class objects- how to swap depths of a movie clip
Posted by ferdinand berfel at 10/7/2007 3:15:07 PM
How do you bring an object to the top? if it's just a movie clip, I could do a swapdepths, but if it's a movieclip that's part of an AS 2.0 object, how do you swap depths of the whole object? I create 2 objects (same class) which each have a movieclip within them. The movie clip is create...more >>

Flash 8 scope question
Posted by caseymanx at 10/7/2007 1:52:08 PM
In the following class can someone tell me how I would call the doSomething() function from within myObject.onMouseDown=function()? class Practice extends MovieClip { var myObject:Object; // public function Practice() { myObject = new Object(); myObject.onMouseDown = funct...more >>

Flash timer issue
Posted by Funks Da Burn at 10/7/2007 6:04:00 AM
The project im working on http://www.stevevk.com/quiz2.html needs to have a function that will keep a record of the time when a user clicks on an answer. So when the timer start and you answer the first quest a serperate panel will display "Checked Scene 00:00:50" Can anyone help!! Tha...more >>

Using a preloader on a dynamically loaded movie
Posted by jayman978 at 10/7/2007 3:33:31 AM
I am dynamically loading a swf called picture1.swf into a blank mc called picture with the following code: loadMovie("picture1.swf", "picture"); In picture1.swf I am using the following script for my preloader: totalBytes = Math.round(getBytesTotal() / 1024); loadedBytes = Math.round...more >>

slideshow positioning
Posted by jaatendi at 10/7/2007 2:26:23 AM
hi, i am having trouble positioning my slideshow onto the website im building. there seems to be a problem with the y axis. any help would be huge! this is the code: this.createEmptyMovieClip("images", 100); this.attachMovie("mask", "mask", 101); mask._x = images._x =100; mask._y = tar...more >>

Text Leading
Posted by miquael at 10/7/2007 1:48:07 AM
I have a dynamic text box that displays a string variable that often wraps to multiple lines. How do I adjust the vertical spacing between text lines? I think this is called "text leading" (or "leeding")? Nothing to control this appears in the properties box (in CS3). Is is possible ...more >>

Loading external text
Posted by egoldin at 10/7/2007 1:24:35 AM
Hi all, I know similar questions have been answered, but I can't seem to find the solution to this exact problem. I have two FLAs, a master file and an about.fla file. As swfs, the About file is loaded into the master file. In the about file, I want to load external text into a text box. The...more >>

flash 8 basic question
Posted by john iles.. at 10/7/2007 12:00:00 AM
I dont want to opena new window when my button sends the browser to another page on my site i am using this code on (release) { getURL("links.html", _self); i think the _self is the key area, any ideas ? ...more >>

xml wont load
Posted by jagguy99 at 10/7/2007 12:00:00 AM
i can load xml file using trace but when displaying the contents in XML variables I get nothing. If i hardcode a string with the same XML eg var sXML:String =.... it works. function showData():Void { //trace(sXML); var xmlVal:XML =new XML(); xmlVal.parseXML(sMXL); xmlVal.i...more >>


DevelopmentNow Blog