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 sunday december 12

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

2D array
Posted by myselfandi at 12/12/2004 10:13:35 PM
hello. how can I create a 2D array in flash? thanks...more >>

how can i disable AS in a loaded swf?
Posted by freeflashland at 12/12/2004 10:03:18 PM
i am desperately to load external swf files in my movie without their actions being active. i don't have the fla files for these swfs and i can't edit their actions. they ruin my project those bloody actions, even high-end pc's crash because of those damn interval functions in the swf files....more >>

Passing variable to a function through an interval
Posted by Jake Lyman at 12/12/2004 8:36:25 PM
Hello All, I have a question about passing a variable to a function through an interval. Whenever I try to do this, the interval no longer works. It passes the variable immediately to the function and doesn't wait the time I set for the interval. For instance, myInterval = setInterval(fun...more >>

Get Url - Mailto:me@someplace.com to work in stand alone
Posted by writeonwoman at 12/12/2004 7:50:39 PM
I am making an .exe for CD, but the contact button - mailto: will not work without browser (html) page. Is this possible to have a contact button that creates an email from within a generated .exe or .swf without the use of an html page. If someone knows the actionscript command for such a c...more >>

Percentage
Posted by thoand at 12/12/2004 7:20:44 PM
Hi If I have a movie that is 566 pixels wide, and want to move a moviclip registration point from 0 to 566 how can I do that when I only have a percentage value eg 0 - 100 % I know this is a simple math question, but I have forgot it :) Thanks in advance regards T ...more >>

Isometric Movement
Posted by Rob_jones732000 at 12/12/2004 7:02:51 PM
Is there some actionscript that will allow an item to be moved along the isometric line (isometric line is 26.565 degrees). That would include the isometrics lines of up, down left and right (but to the 26.565 degree angle). Can this be done when the user presses the arrow keys on the keyboa...more >>

Embed font in a dynamic text box
Posted by theco at 12/12/2004 6:49:41 PM
How can I make my embed font to work in a dynamic text box this my text box code _root.createTextField("msg_txt", 3, 30, 222, 500, 40); msg_txt.multiline = true; msg_txt.wordWrap = true; msg_txt.embedFonts = true; msg_txt.background = true var my_fmt:TextFormat = new TextFormat(); my_f...more >>

Load Images via XMl into a Grid
Posted by Deco Oliveira at 12/12/2004 6:00:32 PM
Please help me... I need to load some images from and XML file into a grid, with 5 columns and 5 rows, the images must be positioned just like the example: 01.jpg 02.jpg 03.jpg 04.jpg 05.jpg 06.jpg 07.jpg 08.jpg 09.jpg 10.jpg 11.jpg 12.jpg 13.jpg 14.jpg 15....more >>



LoadVars()
Posted by penciline at 12/12/2004 4:56:41 PM
Dear users: How does one use the LoadVars() class to load a text file into Macromedia Flash? I've created a dynamically changing text file that I create using DOS (a directory listing) and I want to load the file names from this text file into a LoadVars object. I have a tutorial which expl...more >>

unloadMovie doesn't work
Posted by Rich146 at 12/12/2004 4:37:39 PM
It will load but not unload. What should I change??? on (release) {loadMovie('child.swf',target_mc); } on (release) {unloadMovie('child.swf'); }...more >>

why does flash get the wrong path?...
Posted by (_seb_) at 12/12/2004 4:20:11 PM
Hi all Why is it that flash sometimes gets the wrong relative Path from a MC to another MC? Lots of times and for no apparent reason, when I click on the target icon in the actionscript panel to get the path to a MC, and I choose relative path, Flash wrongly writes a path like this.mc1.mc...more >>

Simple Minded Box Guy Won't Stop Walking
Posted by The Lone Ranger at 12/12/2004 4:15:33 PM
I am the process of reading Robert Hoekman's Flash Out of the Box and for those who want a great tutorial book on Flash Fundementals and Actionscripting which avoids alot of the Flash jargon found in other books I highly recommend this one. It is an easy read for beginners to Flash and provides ...more >>

where to put continuously executing script
Posted by combava at 12/12/2004 3:23:37 PM
hello, i'm new to flash but not to programming... i'm trying to create a button-like effect whereby an image becomes brighter and brighter (alpha goes from 0-->100) the longer the mouse stays over it. and conversely, the button fades away slowly once the user moves his mouse away from it...more >>

Loading image via xml
Posted by Ronak Bhagdev at 12/12/2004 2:48:35 PM
Hi, Can I load image in flash via xml? Thanks ...more >>

CreateTextField fails on remote server but works on local machine
Posted by mgoodes at 12/12/2004 2:44:36 PM
Hello, This is one for the gurus! I'm developing an application in Flash MX on a PC. The createTextField function will work properly when I test the application on my local machine. It doesn't matter if I test the application directly through running the Flash movie and or if I use Dream...more >>

Flash banner problem
Posted by kopile at 12/12/2004 11:20:19 AM
hi all! I am a flash beginer so i dont know much... ok this is the problem i have made this http://gvezica8.skolstvo.htnet.hr/snow/index2.htm but i want to make this http://gvezica8.skolstvo.htnet.hr/snow/index3.htm but i want that snow keeps falling down while www.domic.info is looping ...how...more >>

tree component questions
Posted by sneakyimp at 12/12/2004 4:13:59 AM
ok...my tree looks great...flying here. questions: 1) how do you get the index of the last node in a tree? 2) if you do addTreeNodeAt(3) and there's already a node with this id, does it replace the node? what is the most economical way to add a child to an existing node? 3) can you 'gray out...more >>

lockroot problem
Posted by Muse Style at 12/12/2004 3:08:03 AM
Hey all, Using movies within movies (loadMovie) for a site. Take this example: movie1.swf contains an MC called content within content is loaded movie2.swf I have had to lockroot movie 2 There is a button within movie2 that would be as follows if movie2 were NOT lockrooted: on (release)...more >>

QTVR Hotspot
Posted by profesora22 at 12/12/2004 12:14:12 AM
Is there a way to control QTVR hotspot links in Flash? I have seen some information for Director but so far none for Flash. Any help would be greatly appreciated. Gracias :)...more >>


DevelopmentNow Blog