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 monday march 26

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

Text entered in textinput not visible
Posted by praxxis at 3/26/2007 11:13:52 PM
I have seen a number of posts on this board and others on this topic but I have not been able to find a solution to the problem. The form is very simple. Nothing is added programmatically as everything is on the stage and there is no actionscript addressing the fields. I am using an ezForm ...more >>


array of texfields
Posted by asden at 3/26/2007 10:56:23 PM
I can't work out how to create an array of textfields and populate a container with them. I'm using AS3 but it may not be as3 specific issue. Creating the array of textfields is the problem, the rest (addChild, x,y) should be ok. ...more >>

gotoandplay
Posted by stuckerdesign at 3/26/2007 10:40:39 PM
I have the simplest script in the world, but i cant get it to work. I have my main movie, then I have an mc that within it has a button, and then an MC "gallery" that is on the stage. I want to be able to go to specific frame when I click the button - either frame #, or label within the "galle...more >>

ScrollPane issue
Posted by TheDoubleG at 3/26/2007 10:02:59 PM
Hello, My ScrollPane will not display its scrollBar if my export frame for classes is anything but 1. However, I have to use a frame other than frame 1 so my preloader will function correctly. Am I up a creek without a paddle here? Or is there something I haven't thought of? Any help wou...more >>

what is the action script to send a form to an email address?
Posted by NancyLieberman at 3/26/2007 7:48:34 PM
Hi. I have created a form using input text fields. I want my users to fill in the fields and then email it to me. How do I do this? What is the action script I need? Thanks! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" co...more >>

Browser scrollbars
Posted by lawrenceging at 3/26/2007 7:45:11 PM
Hi all, How do I enable scrollbars for my site to help people with small monitor / resolution sizes view my site? here is my site: www.marklawrencedesign.com I have seen a few things on the internet, but not concerning the way my site is set to always be centrerd in the browser. What...more >>

Font Properties- Hypertext/Dynamic Text Fields
Posted by SM6601 at 3/26/2007 7:16:39 PM
Is there any way to create font properties of text when using hyptertext code in dynamic text fields?...more >>

FLV without control bar
Posted by cynthia_r at 3/26/2007 6:40:50 PM
Hi I'm trying to reproduce the effect on this site : www.julianred.com. Notice how there is no control bar ? Plus, if you click and drag the red square that's moving around the page, the movie is moved forward or back without and pausing. Does anyone know how to achieve this kind of...more >>



loadVars() trouble
Posted by leaguer44 at 3/26/2007 5:02:49 PM
hey guys, in the first block of code below i have the desired out put of a thumbnail gallery, but the array of the images is defined manually. the second block shows how i load php vars to define the same array. i know the array is defined because i have the movie also write out the cont...more >>

Open in fulscreen
Posted by Luka at 3/26/2007 3:14:39 PM
I've been trying for a long time to make or to find a code that will open new html window in absolute fullscreen (no menus, no bars, no nothing). I know there is already finished script/code that goes along with the dreamweaver, that mm_openBrowserWindow (or something like that) with fullscreen ...more >>

Video Controls For Multiple Videos
Posted by Tazty at 3/26/2007 2:50:27 PM
I have managed to work out how to load various movies into a video container depending on what link is selected. Now, I would like to add a video controller at the top that will control whichever video has been selected to play. I would like to have a pause, play, rewind, fast forward, stop ...more >>

Browser scrollbars not enabled
Posted by lawrenceging at 3/26/2007 2:41:47 PM
Hi all, Please check my website if u have a minute. www.marklawrencedesign.com What I want to check is: A - does the link called "portfolio" appear under my name at the bottom B - How do I enable scrollbars for my site to help people with small monitor / resolution sizes view m...more >>

If statement and buttons
Posted by timbronze at 3/26/2007 2:22:34 PM
I have some actionscript like below if (button1_btn.onPress = true) { buttonNum = button1_btn; titleNum = titleList_txt.title_1_txt; textName = TEXT1_txt; } // end if else if (button2_btn.onPress = true) { buttonNum = button2_btn; titleNum = titleList_txt.ti...more >>

[AS 2.0] Problem with removeMovieClip+setInterval
Posted by Phoenix00017 at 3/26/2007 1:38:47 PM
For this movie, I'm showing a grid of symbols that appear, pause, then fade, so I can have people try to identify them quickly (for a psych experiment). I have a "Grid" that all of these "GridSymbols" are children of (currently using the DepthManager, but I'm pretty sure I had the same proble...more >>

Is it possible to make a MULTIPLAYER ONLINE GAME using flash?
Posted by rbr1234 at 3/26/2007 12:33:27 AM
I want to make a online game that I can play a game against 2 or more people over the internet using Flash Is this posible? Sincerly, rbr1234...more >>

detecting a memory leak
Posted by aa at 3/26/2007 12:00:00 AM
I have a game catalogue implemented as SWF which runs other flash games loading them into itself. It works. Problem is that it gets slower and slower every time another game is loaded and them I have a system message that virtual memory is out. Running every game separately as well as running th...more >>

Flash > PHP > MYSQL
Posted by IT05JB at 3/26/2007 12:00:00 AM
Hello all, Basically, im going to have a huge database of lets say books. I would like to have a flash file that reads the database, grabs the names of all these books and displays them, this is also reasonably simple. Until it gets to the stage where now all these book names will need a l...more >>

rotating pic delay problem
Posted by jagguy99 at 3/26/2007 12:00:00 AM
Hi, I have a picture that rotates with a fade into another picture. It works fine. I want to keep the picture alpha=100 just sitting there for a few minutes then perform the fadeInterval to change next picture. If I set a longer delay in setInterval the it just fades the picture slowly a...more >>

MediaDisplay component question
Posted by GWD at 3/26/2007 12:00:00 AM
Hi, I'm probably missing something really obvious here. I know how to fully pre-load an flv into the mediaDisplay component. And I know how to associate a MediaController etc if one is required. But what I want to do is be able to navigate to a either an arbitrary time code or a previo...more >>

setting the bullet in list tag
Posted by castten at 3/26/2007 12:00:00 AM
Hi, I have some problems with the bullet in a html list (<li> tag). I have a multi language application and in the chinese font "ms_song" the bullet is not displayed correctly. Can I set the bullet via css? Can I even set it as Bitmap? Or can I set it to be displayed in a special font? T...more >>


DevelopmentNow Blog