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 > march 2007 > threads for sunday march 4

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

parts of an audio slider
Posted by kesed millay at 3/4/2007 9:40:42 PM
this is probably easier than i'm making it, but i'm not sure what my code needs to be for the previous button. i'm thinking i'll be able to use the next button script and just edit it a little. if someone could please look at this script and let me know what it needs to be that would be great ...more >>

preloader script
Posted by laphlegm at 3/4/2007 8:07:44 PM
I am new to scripting, so this is probably a pretty easy fix. I have the following code for my preloader: onClipEvent (load) { total = _parent.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _parent.getBytesLoaded(); percent = int(loaded/total*100); perc1 = ""+percent+"...more >>

preloader script
Posted by laphlegm at 3/4/2007 8:07:30 PM
I am new to scripting, so this is probably a pretty easy fix. I have the following code for my preloader: onClipEvent (load) { total = _parent.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _parent.getBytesLoaded(); percent = int(loaded/total*100); perc1 = ""+percent+"...more >>

Stop sound From external SWF
Posted by glwheeler at 3/4/2007 7:54:10 PM
Here is my issue. I have a main.swf and I load an external music player.swf. I need to stop the sound from the player.swf when I push a button on the main.swf. Not all buttons just some buttons. I now I will need to put the code in each button. Thanks ...more >>

Re: how to get length of array with named elements
Posted by SPGAnne at 3/4/2007 7:45:19 PM
LuigiL, After pondering kglad and your stuff, although my code was all working fine (with the exception of the length issue) using the semi-illegal (i.e. not recommended) named elements in arrays, I have now implemented a Collection class which is an array and the items in the Collection are...more >>

Action scripting for animation
Posted by bingos at 3/4/2007 7:23:23 PM
Evening, I am looking to create an interactive game for kids and need my game to perform an initial element of animation and then 'stop' to allow the user to interact with the game and only upon intervention of user will allow the game to continue and perform a seperate segment of animatio...more >>

Actionscript e XML
Posted by rafuSExtreem at 3/4/2007 7:06:54 PM
Hi all! Ihave an actionscript code in flash that imports a xml file. The problem is I cant`t make flash show signs like "^" , "?" or "~" etc. I already have tried the 2 options that we can find on internet System.useCodepage="true"; with one xml file without unicode or UTF-8 or a Sy...more >>

What is the meaning of backslash in front of a variable name?
Posted by aa at 3/4/2007 6:07:10 PM
What is the meaning of backslash in context like this: var \x Flash 8 throws an error "Identifier expected" or "Unexpected '\' encountered" ...more >>



Help: dsplaying variable
Posted by maxtkacz at 3/4/2007 5:55:07 PM
I have a quiz game editor swf (which lets users enter questions that are saved a variables) which writes these variables into a flash source code (html code) and write the variables into the code with the variables as flashvars. Problem one, the string has " signs which causes problems and do...more >>

Help me to make scrollbar..please
Posted by Membleh at 3/4/2007 4:25:27 PM
Hello! Does anyone knows the script to make a scrollbar for the text? I dont like using the component because i cant customize it.....more >>

Transitions assistance please
Posted by Voddie at 3/4/2007 4:14:05 PM
Hi I am trying to get my head around the transitions and started looking at the samples available in Flash 8. My as coding skills are quite limited, but the transitions are so cool I have to use it in one of my projects. I have created a movie clip called img1_mc ( just a white sqaure at...more >>

Is it possible to convert characters to movieclip symbols?
Posted by genexk at 3/4/2007 3:56:36 PM
I want to do something like when ppl type in some texts, the program will convert every character of the text to a movieclip symbol, so I can animate individual characters. Is there a way to do something like that? Thx in advance~ ...more >>

Actionscript advice
Posted by brimbo69 at 3/4/2007 2:35:35 PM
Quite hard to explain but here i go, I have several movie clips which are aligned over each other. All of them contain a button to play the 'mc'. I have use the swapdepths script to make the mc arrange to the front when that mc's button is rolled over. When the movieclip selected is playin...more >>

Listing Instance Names
Posted by dmschenk at 3/4/2007 2:32:54 PM
Is it possible to list all the instance names in a flash file and how would you do it if you could? thanks Dave...more >>

attachMovie
Posted by Dz(00) at 3/4/2007 2:56:07 AM
Hi, I'm using this code to attach a movie: btn_popup.onPress = function() { attachMovie("popup", "popup", 1); }; and I've got a close button inside "popup" which I'm trying to target like this: popup.btn_close.onPress = function() { removeMovieClip("popup"); trace("popup...more >>

Problem with loading rss feed in flash
Posted by genexk at 3/4/2007 1:51:55 AM
I wrote the following simple code to get started with loading rss feed: var document = new XML(); document.onload = myLoadHandler; document.load("http://www.nytimes.com/services/xml/rss/nyt/Business.xml"); trace(document.status); trace(document.loaded); trace(success.toString()); B...more >>

Help with smooth scrolling (masked movie clip)
Posted by TWDarkflame at 3/4/2007 1:51:24 AM
Ok, I really need help here, and I'll be very grateful for help before Monday. Someone has made a movie with a different set of text on each frame, the text goes out of the viewable area. I have been asked to make these frames appear in a pop-up on another flash and be scrollable. i th...more >>

Saving a movie's state
Posted by toomanydaves at 3/4/2007 1:36:25 AM
I'm working on a site with a search tool built in flash. It pulls in data from xml files to populate three different list columns. I would like flash to remember where the user was browsing so that they don't have to click through all three columns when they hit the back button on a browser. I...more >>

Scaling external images
Posted by Flakx at 3/4/2007 12:00:00 AM
I've noticed alot of people want the aspect ratio of their images to remain when they scale their images, but i don't want to keep the aspect ratio i want each image to scale to e.g. 200 x 200 regardless of the original size of the image. i've tried: but it doesnt work. Any ...more >>


DevelopmentNow Blog