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 > september 2006 > threads for monday september 25

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

Drawing a dynamic line graph
Posted by creativkook at 9/25/2006 10:42:00 PM
I want to have a line graph where the user inputs variables in a text box and then the graph is generated by the click of a button. Does anyone know how to do this or know where I could find a tutorial on this? ...more >>


pounding head against keyboard....please help
Posted by calmchess333 at 9/25/2006 8:37:52 PM
well once agian i've corrupted my code and I don't have a clue how i did it. I have 3 objects on stage.....msg.text.....count.text.....view_btn. If i execute the below code using onLoad every thing works beautiffuly B ut if i execute it useing ....._root.view_btn.onPress = test; .............more >>

Masking over V2 components
Posted by Jeff247 at 9/25/2006 7:09:09 PM
Apparently, when you apply a mask over a movieClip containing V2 components (ComboBox, RadioButton, TextInput, for example), the text is not rendered. I knoe that embedding the fonts of a text box will work ... but how do I embed the fonts of the components? Or is this a known problem ... :fro...more >>

linking to a html named anchor
Posted by Adam Hawthorne at 9/25/2006 7:00:51 PM
I have used the common # after the page for the named anchor. However, it just links to the top of the page. I have been able to successfully make this link through html, but I cannot get a flash button to link. I would appreciate any help. Thank you. ...more >>

Variable reference question
Posted by Jean-P. at 9/25/2006 5:50:24 PM
Hi, I have a class in which I create a MovieClipLoader object. The onLoadComplete handler of that MovieClipLoader object must modify a property of the class. How do I assign a value to the property when I'm inside another object ? The class code is below (I want to modify myVar from with...more >>

Quiz Template - email results to Lotus Notes
Posted by angelina28 at 9/25/2006 5:48:19 PM
I'm trying to send results from a Flash MX 2004 quiz template via intranet email to a Lotus Notes end user. Our servers are not php enabled and need to find a tutorial on how to do this using another type of server side script. I'm an intermediate flash user with little knowledge of these ty...more >>

Mailform in Flash?
Posted by Matador2004 at 9/25/2006 5:36:30 PM
Is it possible to create a mail orm in Flash? Would be greatful if somebody has any easy script to share?...more >>

anyone know how to time code execution?
Posted by rich.leach at 9/25/2006 3:52:42 PM
Hey Gang- I need to test 2 sets of code that do the same thing but are written slightly differently. In Coldfusion we have a function called "getTickCount()" that you can wrap around your code to time its execution, does anyone know if Actionscript has something similar? Thanks in adva...more >>



still no answer please help
Posted by calmchess333 at 9/25/2006 2:56:59 PM
well here are the specifics..........example#1 is a timer script which works similar to a stop watch ......example#2 is a timer which counts down from 5 minutes and then performs an action.......now why won't these two scripts work in diffrent layers when on the same flash page but will work w...more >>

problem on publishing flash web application
Posted by Antonio_82_ at 9/25/2006 2:54:11 PM
hello everyone, I have developed a Flash web application through actionscript. The application initial interface presents components such as textfield, buttons etc.. I have done the publish process (File>Publish Settings>check Flash and HTML checkboxes) and put the generated HTML file in the...more >>

duplicating a movieclip wont work properly (v3)
Posted by JimmySlam at 9/25/2006 1:33:02 PM
I have a mc called "Bola_btn" on root and I want to duplicate it using trhis code. play_btn = 'play_btn'; Bola_btn.duplicateMovieClip(play_btn, _root.getNextHighestDepth()); var botn = eval(play_btn); botn._x=200; botn._y= 300; It duplicates it but it doesnt move it... what...more >>

flash get php-variable
Posted by exossho at 9/25/2006 12:00:48 PM
i just cant get it work, i want flash to load a dynamic variable from php. if the variable is just a word like: <?php echo myVar=ExosSho ?> it works fine, if i type: <?php echo myVar=ExosSho; ?> with semikolon, flash gets ExosSho; but the bigger problem is, that if i want a variable to ...more >>

onEnterFrame & AttachhedMovieClips
Posted by _eidolon at 9/25/2006 2:03:12 AM
Hi, How do i give an attached movie clip an onEnterFrame function? Thanks in advance for any help Justin...more >>

need radio button component labels multiline
Posted by Angela Ferrell at 9/25/2006 12:52:54 AM
I have a multiple choice quiz using radio button component - got the whole thing from Flash@Work book, chapter 5. A few of the radio button labels need to be 2 lines - and I have styled them with fontSize, but I don't see how to make them multi-line. All of the text is being loaded from an...more >>

DateField selectedDate
Posted by l810c at 9/25/2006 12:41:03 AM
If I build a small flash file with only this functionality, everything works. But I have a large app, loading another app with a form(movieclip) I'm loading. 3 components on my screen. but_submit -Button txtDate - Textfield dfDate - DateField but_submit.onRelease = function() { tr...more >>

Getting an actionscript to follow a symbol
Posted by disco-logic at 9/25/2006 12:14:58 AM
some scripts, even those relating to an object, seem to need to go in the main timeline to work, and therefore dont exist in the symbol itself. Is there any way to get those scripts to follow the object around? Ill give an example of some code. Its for a cursor which makes the mouse dis...more >>

preloader
Posted by dzedward at 9/25/2006 12:13:47 AM
for some reason instead of displaying the total bytes, it says "undefined"..i'd rather it show the total bytes, undefined looks tacky. heres the code i have attached to the preloader onClipEvent (load) { _root.gotoAndStop( 1 ); if (_root.getBytesTotal()<1000) { filesize = Math.f...more >>

Displaying Arrays in text boxes - URGENT!!
Posted by leej_w at 9/25/2006 12:00:00 AM
Hello i am wanting to display the full content of an array in a text field. However this displays a comma between each array value which i dont not want. How do i get rid of this? The follow is the code i am using: for (i=0; i<gNumOfQuestions; i++) { if (gCorrectAnswers[i] == gUser...more >>

Odd and Even numbers
Posted by LSNsaltlamp at 9/25/2006 12:00:00 AM
Is there a why to check to see if a number/variable is odd or even with a little action script? Somthing like: if(pageNum == number.Even)......more >>

How to load movie clip internal in .fla file
Posted by Jean Bang at 9/25/2006 12:00:00 AM
Hi - How do I load a movie clip inside a .fla file?........I know the script to load a .swf file but I do not know the script to load a movie clip (New symbo l= movie clip) made in the same .fla file. I have a series of movie clips I woud like to load with a button - can anyone please guide...more >>


DevelopmentNow Blog