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 > february 2007 > threads for friday february 2

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

fullscreen flash with dynamic object movement ???
Posted by Kaneon at 2/2/2007 11:32:43 PM
Hi all, http://www.mono-1.com/monoface/main.html I have found this site which combines fullscreen flash with dynamic object repositioning. The flash content repositions itself until there is no more space. Does anybody have any ideas how to do this or URL s for tutorials ??? On ...more >>


Menu to Fade In/Out New Background Images and Text
Posted by Kesey16 at 2/2/2007 11:25:31 PM
I'm trying to create a navigation menu to fade background images in and out based upon what the user clicks. So, for example, I have: Contact About Portfolio The stage when the user clicks contact has one background, and then when they click about, I want that background to fade ...more >>

Script for a flash .php form!
Posted by satrop at 2/2/2007 10:30:25 PM
Good day all! Right I have a flash _mc which I'm using in a dreamweaver file. It has a form in it (as a _mc). And I'm using combo box's for people to make a selection. Enter the name, e-mail and hit send. And what I want is the information from the combo box's, name and e-mail sent to an addre...more >>

i want to make a new command from existing commands
Posted by MrFishi at 2/2/2007 10:21:48 PM
hi everybody, what i'm looking for is a way to create some sort of ground rule. i want to make a new flash command (what comes after the "._"), using 2 existing commands for one of my projects. i learn java in school and it's boring like hell but there, you can do that sort of things. i ...more >>

onRollOver - mouse too fast??
Posted by Ares94 at 2/2/2007 9:50:10 PM
I have a simple movie clip that says PRODUCTS and the "onRollOver" just makes the letters turn yellow. "onRollOut" makes them white again. But if I move the cursor over it [b]too quickly[/b], it fails to trigger the "onRollOut". It just turns yellow and stays that way. When I move the ...more >>

need help with 2nd level tab / <enter>
Posted by urbanrevolution at 2/2/2007 8:23:14 PM
i'm calling my login page http://www.creativenet.net/dev/theboys/design2/login.swf and the tab and enter keys work fine here but when i load them into my shell http://www.creativenet.net/dev/theboys/design2 (go to login) they no longer work.... it's a very simple loginin i know....more >>

SWF to GIF
Posted by aniebel at 2/2/2007 8:21:36 PM
Does anyone know a good converter for Mac to achieve this? From what I understand, I cannot export an animated GIF unless all the animation was done as timeline tweens. I've tried it and it leaves all the elements in place as it plays. Thanks. ...more >>

Help Needed for Monitoring animation
Posted by Daye1314 at 2/2/2007 7:26:22 PM
Hi, all. I got question on real time monitoring program here. I am wondering how can do that in flash. Basicly we have a senosr to keep track of the depth of water. The data of the water depth are stored in sql database. According to the data we stored, i want to show an animation which ...more >>



Preloader Problem
Posted by Max5005 at 2/2/2007 7:04:31 PM
Hi, I have a flash document. One swf file. I have a preloader that works fine using total bytes of the the file and total loaded bytes. I have a situation where I want show loading progress up to a certain frame, not the whole document. I know I can use total frames loaded compared with my...more >>

Bar graph
Posted by thil at 2/2/2007 4:33:42 PM
Can any one help me how to create bar chart(given data) in flash using actiion script..but hight should not exceed more than 215. any idea? ...more >>

Load XML Values into an array
Posted by shaunie123 at 2/2/2007 4:24:34 PM
Hi, I am having problems loading XML values into an array, here is my code: var budgetImpactValues:Array = new Array(); var myXML:XML = new XML(); myXML.ignoreWhite = true; myXML.onLoad = function(success) { if (success) { importData(); trace(budgetImpactValues.value.toStrin...more >>

adding commas to dynamic numbers
Posted by Opaque17 at 2/2/2007 3:57:07 PM
I have this calculator that takes a number from one text box, multiplies it by the value of a 2nd box and outputs into another text box the total value. When the total value appears, I used the Math.round function to round the final number to the nearest whole number. My question now is...more >>

NEED Source code for built-in AS files
Posted by shadedecho at 2/2/2007 3:23:38 PM
A few questions: 1. Flash ships with only intrinsic definitions for built-in classes, but no implementation source code (that I can find anyway). The claim apparently is that compiled bytecode implementations for these classes are built into the flash player, or at least built automatical...more >>

Trying to understand "var"
Posted by Hompe123 at 2/2/2007 3:19:33 PM
Hi, This is kind of a silly question but the "var" actionscript is ment for storing a specific value ment to be used in a movieclip, but how do I use the values when I want to execute a specific task? Kind of a silly question, I know. :-) Johan ...more >>

How do write this actionscript for animated menus?
Posted by Hompe123 at 2/2/2007 12:32:00 PM
Hi, Please visit this site before reading: http://surface2airparis.com/pg/ I?m about to write a actionscript for a animated list that is like the one in the example above. I?m not fluent in actionscript and its probably not that hard by I just can?t get my head around how I?m supposed t...more >>

random stars emitting from a point
Posted by xenolith5 at 2/2/2007 11:42:24 AM
Hi, I'm V new to coding and need a little guidance. I don't want the code written for me just an outline of what I need to do for the following: I want to have a point on the stage where stars will emit from. The stars will have a bit of a wiggle!! and fade out after a set distance. Almost lik...more >>

random stars emitting from a point
Posted by xenolith5 at 2/2/2007 11:41:51 AM
Hi, I'm V new to coding and need a little guidance. I don't want the code written for me just an outline of what I need to do for the following: I want to have a point on the stage where stars will emit from. The stars will have a bit of a wiggle!! and fade out after a set distance. Almost lik...more >>

Type in button causing issues???
Posted by Brian at 2/2/2007 11:20:32 AM
I have built a navigation that has a rollout. The buttons are actually MCs that I have given actions to. My problem now is that sometimes the nav gets stuck on the submenus and I think think it has to do with the text in the button/MCs. Just on rollout, they stick, if you put the mouse dire...more >>

If else statement actionscript errors
Posted by aspidistra at 2/2/2007 11:02:25 AM
Hi I am trying to check the values that are entered add up to 100 (percent) - and that the field is not left blank either...I just don't know actionscript well enough to get it to work. All the given examples are not in depth enough to cover what I am trying to do. Can anyone point out what...more >>

loading in action script programe
Posted by sben23 at 2/2/2007 10:50:47 AM
How can I proceed to load my ActionScript program (or project) from an FLA file?. In other words, how can I get it to start running? Thanks in advence....more >>

Component & Methods
Posted by Marghoob Sulemaan at 2/2/2007 9:02:30 AM
Hi Guys, I've made a UI Component called ImageBox... There are lots of methods. It works fine. What i need to know is how can we access component's methods in actionscripting environment. do i need to use Interface? if yes please give me an example. Thank you very much for reading ...more >>

Action Script Slides
Posted by ChrisKil at 2/2/2007 8:26:17 AM
I am trying to make a simple auto run slide show to incorporate into the site. I don't want any navigation, just autoPlay. The problem is, it won't advance past the first slide. It fades in, and then stops. I have the following code on the first slide: on (reveal) { if (...more >>

calling undefined movie clip
Posted by naaart at 2/2/2007 6:48:13 AM
i dont know the syntax for this (if it is at all possible) if i take user input from two buttons, and store them as vars... inputA = "blue"; inputB = "red"; based on this user input...can i then access the corresponding movie clip (i will have many in my scene) with the name "bluered"?...more >>

Dynamic images? Help greatly Appriciated!
Posted by ausman at 2/2/2007 3:13:11 AM
I've searched the web for quite a while now, and cannot find a definate answer to my problem. I'm trying to dynamically load about 10 images into their own movie clips, all of which will be on the screen at the same time. It needs to be dynamic because the images will be changed often. I'v...more >>

Combobox forms
Posted by Freeky Bonjela at 2/2/2007 1:57:41 AM
I have a form in my site that has a series of input text boxes. By using ASP i have managed to send all the data from that form to the required email address. But I now need to add a combobox and this is proving more difficult to obtain the data from. This is the coding I have used in the as...more >>

embedFonts woes Pt. II
Posted by aniebel at 2/2/2007 1:34:01 AM
So, I'm back to haunt! Ok, kglad helped me earlier today by showing me how to apply several styles to one dynamic text field. This is great but part of the reason I couldn't get it to work was because I was using the variable name of the text field instead of the instance name. But.. if I ...more >>

ease function not triggered, trace triggered
Posted by breez11 at 2/2/2007 1:20:35 AM
Here is my code Everything loads and I get the traces Hey, Buddy when I execute my code but doEase() does not trigger. If you give me an email I will be glad to send a zip of all the test files. this.createEmptyMovieClip("container_mc", this.getNextHighestDepth()); Movieclip.prototy...more >>

I need help with a code
Posted by magic dude at 2/2/2007 12:17:22 AM
I can replay my movie perfectly but not my sound this is the code on (press) { _root.gotoAndPlay(1); } on (release) { stop(); } on (release) { stopAllSounds(); } ...more >>


DevelopmentNow Blog