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 > september 2007 > threads for monday september 17

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

Actionscript for a form using components
Posted by eranicfetzer at 9/17/2007 10:59:08 PM
I am working on my company's website and they wanted me to post a form for potential customer's to use to request samples. I have set up my form using the following components: A datefield 4 Check boxes 7 text input boxes 3 combo boxes and 1 submit button After looking over the tu...more >>


Line Break in Tree Component
Posted by scotparker at 9/17/2007 10:54:26 PM
I've got my tree component working like I want to... How can a make a line break in one of my tree labels? The current label is to long and it would be nice to break it up with a line break. /n doesn't work. ...more >>

Change movie size when using loadMovie
Posted by Rylz at 9/17/2007 10:40:07 PM
I'm pulling in an external SWF (Flash Paper), replacing an existing MC. The MC dimensions are 600x300; however, the Flash Paper SWF is 450x700. Since Flash Paper only creates an SWF, is there a way I can pass credentials in loadMovie to change the size of the Flash Paper SWF? Right now, I'v...more >>

clickTag button not in root
Posted by adobeuser999 at 9/17/2007 10:12:49 PM
In my Flash file in root, I have 1 frame & in there I load a MC with some animations & inside the MC, I have a button with this clickTag on it: on (release) { getURL (_root.clickTag, "_blank"); } How would I write this code for this button in the root instead of putting it on...more >>

FLV Volume problem
Posted by PKENGLISH at 9/17/2007 9:33:25 PM
Hi, I am trying to load a FLV into a video object then detecting the end so i can gotoAndPlay the next frame. I am able to get all this to work but for some reason I cannot set the volume to mute. Here is the code I am using: myNetconnection = new NetConnection(); myNetconnection.connect...more >>

converting a string into a variable name
Posted by tikitin at 9/17/2007 9:26:26 PM
I have an array like: myArray=new Array(); myArray.name_1=false; myArray.name_2=false; myArray.gnome_1=false; myArray.gnome_2=false; I also have dynamic textboxes called: name_1 name_2 gnome_1 gnome_2 I send a string and a number as variables and a string to be stored in th...more >>

AS Code layout and movie structure for game
Posted by mac_55 at 9/17/2007 9:19:53 PM
Hi. I'm creating a simple quiz game which will involve different rounds. Essentially it'll be linear. E.g. Action 1 - > Action 2 -> Action 3 etc. What I'm wondering is how to structure the code and movie to make it easier to code and manage. E.g. I could do all the actionscript in the fi...more >>

apply AS to existing dynamic text box
Posted by Nate C at 9/17/2007 8:44:38 PM
I want to import an external text file into a dynamic text box to preview as a block of text that can be formatted in Flash. I have AS to create a text field, and import the external file (see AC below). This works beautifully. I also have AS that allows me to apply formatting to text (se...more >>



Tweens don't work on AS2 swf's loaded by AS2 swf's the second time
Posted by ConradoPLG at 9/17/2007 8:11:49 PM
Tweens don't work on Actionscript 2 swf's loaded by Actionscript 3 swf's the second time. Please check http://black-rabite.net/as2loadbug.zip. Open the master.swf. Click on the button to load a AS2 swf. A black box will be animated by a tween. Click the same button again. The box won't be ...more >>

Tanks/Towers/Catapults
Posted by 300thnickattempt at 9/17/2007 6:22:07 PM
Hello everybody, I'm relatively experience with flash and coding. I'm right about to start on a small game project that's along the lines of those old games where 2 tanks face off and each player must input the power and angle of attack and "walk-in" their shots before their opponent does the ...more >>

open folders in tree componet
Posted by scotparker at 9/17/2007 5:34:44 PM
How can I set my tree component so the when flash loads, all my folders are open by default? I understand how to make the first child folders to open but It is the nested folders within that I can't figure out how to open. Below is a part of my code. It will open 2 folders. What is the code t...more >>

Error #2101
Posted by L Z at 9/17/2007 5:23:38 PM
Hello Adobe Actionscript community, Im having a migrating problem of how to send variables to a php. The application is working, but, on Internet explorer, outputs the following error message: Error: Error #2101: The String passed to URLVariables.decode() must be a URL-encoded query ...more >>

search Multiple Arrays
Posted by michaeltowse at 9/17/2007 5:15:40 PM
I have been at this for hours and have successfully confused myself beyond redemption. Could anyone explain where I have gone off the beaten track with this code. I have three arrays which I want to search, my search criteria comes from input textfields on the stage. Any help would be greatly ...more >>

startDrag issues with CS3
Posted by jared NO[at]SPAM chase at 9/17/2007 4:10:53 PM
Very frustrated here, I'm currently in the process of making a video player for our training, and I need a slider bar to control the timing. The code below works in MX2004, but it does not work in CS3. I'm thinking it's a bug of some sort, but getting anybody on the phone at adobe that doesn't...more >>

Re: Actionscript 2.0 Tutorials for FORMS
Posted by SymTsb at 9/17/2007 3:36:53 PM
You need a few things first. One is a php/asp file that is going to do whatever you need to do with this form data i.e. e-mailing it to a central internal e-mail account to be processed. The second is a LoadVars class object that stores all of your text field text properties to ide...more >>

hitTesting
Posted by the_bomberman at 9/17/2007 2:00:28 PM
Heya, I'm a n00b here, and know my way around some ActionScript, as well as hitTests, but I can't figure out how to make a hitTest for a movieclip within a movieclip. For Example, I have a bomb dropping on an enemy, and when the bomb hits ground (or gets smaller until frame 50), and explosion ...more >>

cs3 framescript problem vista
Posted by buggrit at 9/17/2007 1:43:27 PM
hi, i've got cs3 design premium running on 32 bit vista and i'm having a number of issues with flash and particularly actionscript framescripts. when i create the script on the first frame of the timeline and try to type, the line-number column becomes highlighted and i'm unable to type any...more >>

Null object references
Posted by Beatie3 at 9/17/2007 4:33:53 AM
O.K. I've got my classes talking to one another - yay - but now I'm trying to draw onto an image loaded into a scrollpane and it's telling me it's not really there. I've used trace(this.parent); on holder_sp and it's coming up as null even though I can see it and it's loader image on the stag...more >>


DevelopmentNow Blog