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 > december 2004 > threads for saturday december 11

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

tree component...can you get the selected node's parent?
Posted by sneakyimp at 12/11/2004 9:43:05 PM
i recently downloaded flash 2004. WOW! looks VERY promising. in particular, i'm in love with the tree component. I haven't seen any extended examples in the documentation about how to use the node objects. the documentation declines to even specify what sort of object selectedNode is. ap...more >>


Loading images?
Posted by xcx at 12/11/2004 9:03:49 PM
I try to make image gallery but I don't want to import all images to fla file. I try to make script what loads my images from folder. I have write this script but it won't work. var img_count = 6; // Loading images. for (var ind=0; ind < img_count; ind++) { images[ind] = "img"+ind...more >>

Managing HTML tags
Posted by talltyler at 12/11/2004 8:53:54 PM
I have a input box that has two frames, one renders html the other doesn't. I have some editing tools that you can change the size and formate of the text or whatever but every time you click on one of them flash is adding all kinds of formating to the html that isn't needed and messes up som...more >>

Actionscript To Display Over State Of Button
Posted by backpages at 12/11/2004 8:09:28 PM
I know how to use Actionscript to enable and disable buttons. But, in addition to disabling a button I'd like it to show it's over state while it is disabled. Is this possible? I can't find any reference to this in the documentation. Thanks. ...more >>

Help, looping a streaming mp3
Posted by cstrain2003 NO[at]SPAM yahoo.co at 12/11/2004 7:16:41 PM
Ok, so I'm using the Behaviors "Load streaming mp3", which seems to have a lot of uneccesary IF statements. Anyway, how in the world can I get this to loop? I've tried the my_sound.start ("", 999); with no luck. Even specified my_sound. Can someone get this to loop on one frame and paste ...more >>

moving the regpoint of a symbol...
Posted by Kosmo at 12/11/2004 6:14:19 PM
Hi. I have written a Flash Command for moving the regpoint of a symbol. How it works: - Install the Flash Command. - Select a Symbol and move the transformationpoint with the "Free Transform Tool". - Now select "Set Registrationpoint to Transformationpoint" from the "Commands" menu...more >>

How to pass variable to PHP script?
Posted by simsjr at 12/11/2004 4:40:29 PM
Hello, Can anyone tell me how to pass a form variable from a flash form to a PHP script? For the life of me, I can't seem to find any good info about how to do this! Any help appreciated! Thanks!...more >>

detect Error on loadMovie( path, target )
Posted by Fruber Malcome at 12/11/2004 1:24:19 PM
I want to default to another image if the image that I'm trying to load is not found (using loadMovie). How do I know when it's not found? I've put traces before and after the loadmovie, apparently the error message (that is sent to the output window in the debugger) is sent after all of m...more >>



Problem with bath file
Posted by danpamfil at 12/11/2004 12:53:41 PM
I have a button in flash (projector) which open a bat file and i need to send from it parameter... i have 3 variants but none works... why? in flash (1): on (press) { // the parameter is "flash" fscommand("exec", "open.bat flash"); } in flash (2): on (press) { // the paramet...more >>

Actionscript Array seems to be updated in the trace but MovieClips do not load when refresh
Posted by Silpheed at 12/11/2004 8:41:43 AM
alright I tried this several times... I have a gallery FLA I wrote back in Flash 5.... [I updated it to MX 2004] and there's 2 pages for example... page one is in folder 1 and page 2 is in folder 2... the path operates on an array and when I click the arrow... the Trace says it updated the arr...more >>

Need your opinion on Flash to a Database?
Posted by ra2833 at 12/11/2004 6:38:12 AM
hi, i am about to embarck on connecting my flash buttons to a database. what i would like to learn and hear from you is: 1. what scriptng language is easier to learn and impliment? 2. what database is easier to learn and impliment? by scripting i mean PHP etc? by database i mean ...more >>

unload movie
Posted by sm57 at 12/11/2004 4:03:06 AM
I am loading and unloading several movies... Is there a way to unload all movies at once, kind of like Stop All Sounds or do I have to unload each movie individually... level 1, level 2, ...etc ...more >>

unload movie
Posted by sm57 at 12/11/2004 4:02:31 AM
I am loading and unloading several movies... Is there a way to unload all movies at once, kind of like Stop All Sounds or do I have to unload each movie individually... level 1, level 2, ...etc ...more >>

Saving to a text file on local machine
Posted by -=;=;DaKilla;=- at 12/11/2004 3:46:39 AM
I am using flash projectors (.exe), not web based. I need to be able to save variables or at least values to a text file. When I use 'sharedobject.getlocal' it saves in a text file, but there are lots of other symbols mixed in, plus it saves it in a folder really deep in the documents and sett...more >>

Problems with FUNCTION startDrag
Posted by penciline at 12/11/2004 3:06:42 AM
Dear users: I am having problems with the new FLASH MX 2004 function to be able to drag-and-drop Movie Clips without using invisible buttons. If I use an invisible button and do it the classic way, everything works out just fine. But, if I use the following script: _root.line1.onPress=func...more >>

Can you use ActionScript to pull in .jpg's without directly coding the names of the jpg's into the script?
Posted by B at 12/11/2004 2:44:39 AM
I'm sorry if I don't know the right words to convey what I'm trying to do. Please bear with my explanation... I want to set up a slide show of sorts in Flash. The ActionScript will pull .jpg's from a folder and use them in the slide show. The names of the images will not be directly coded ...more >>

Why cant i make a score?
Posted by h00psta15 at 12/11/2004 12:59:52 AM
Hey everyone i have created a shape to a button and a dynamic text box to the variable and instance name of score however whenever i click on the invisible button it puts the word (letters) 'NaN' it wont put in what i have put in there... on the actionscript i have on (release) ( sco...more >>

Why cant i make a score?
Posted by h00psta15 at 12/11/2004 12:59:41 AM
Hey everyone i have created a shape to a button and a dynamic text box to the variable and instance name of score however whenever i click on the invisible button it puts the word (letters) 'NaN' it wont put in what i have put in there... on the actionscript i have on (release) ( sco...more >>

How do I make a GotoandPlay in MX 2004?
Posted by Chuckdesign at 12/11/2004 12:55:15 AM
I've been using Flash MX for years and recently graduated to MX 2004. I am TOTALLY confused with how to do simple ActionScripting! I need to add a Frame Action that will simply advance the timeline to a new scene. Traditionally, I would insert a 'gotoAndPlay ('scene',frame)'. When I try that,...more >>


DevelopmentNow Blog