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 > september 2005 > threads for friday september 9

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

txt variables & linebreak problems
Posted by NO[at]SPAM ndrewEmba$$y at 9/9/2005 11:17:17 PM
When I load: description=John Ohannesian Greg Fields and Kim Graham Mark Lafalce Jeff Lattner Scott Voelker Joy Worthen into my dynamic text field I get something like: John Ohannesian Greg Fields and Kim Graham Mark Lafalce Jeff Lattner Scott Voelker Joy Wo...more >>

fade in external jpegs
Posted by David 288 at 9/9/2005 10:38:07 PM
fade in external jpegs ------------------------------------------------------------------------ would anybody know what code to add to the following to make the loading jpegs fade in? I think it is done with tween and alpha but i don't know how to write it properly. thanks a lot. // *Cr...more >>

Array Question?
Posted by Roks-1 at 9/9/2005 10:23:12 PM
Hello, I am experimenting with arrays and have question. I have built this dot array where a user can draw on the screen via the - Connenct the Dots - I have got it to work but I need to place the dot in the the aTemp array in to the array in the order the user clicks the dot. The way it ...more >>

Whats wrong here?
Posted by Dragonusthei at 9/9/2005 9:48:12 PM
Hi, Im trying to make an object drag up and down the instance name of the movie clip im trying to drag is called ok the button im putting the code onto is inside the movie clip heres the code im putting on(press){ startDrag("ok", true, 372.0, 235.0, 372.0, 131.0); } Whats wrong...more >>

movie clip alpha at 0 but text field still at 100?
Posted by NO[at]SPAM ndrewEmba$$y at 9/9/2005 9:30:27 PM
I've got a text field inside a movieclip and I'm messing around with the alpha of the movie clip, having the clip fade in. But the alpha of the text field doesn't respond to this at all, it stays visible even though everything else in the clip is at 0% What gives? ...more >>

LoadMovieNum generic layer?
Posted by cre8ive1974 at 9/9/2005 8:58:01 PM
Does LoadMovieNum have a way to tell the movie to load in the next available level with out specifying that number of the level? or is there away to swap levels for a movie.swf that has already been added to a level? i.e. a movie is loaded into level 10, I hit a button and that movie i...more >>

screen resolution, redirect!!
Posted by Sevenocram666 at 9/9/2005 10:54:40 AM
Once i saw a tutorial explaining how to redirect a user depending on is screen resolution. if the screen resolution was equal or higher then 1280*1024 it woul open one page if the resolution eas smaller it woul go to another can anyone help me out?:beer; my idea is to make an independent i...more >>

#Include directive in a class
Posted by RicardoNH at 9/9/2005 10:34:45 AM
Hi, In a custom class I am using the #include directive, during the constructor of the class I call a function within the #include file, this is a successful call but within that function I make another call to a function also within the #include file but this time the function is not foun...more >>



login and download xml
Posted by Diaboliq.be at 9/9/2005 10:14:18 AM
Heres the problem. I'm trying to connect to a website which has an xml stream from a filemaker db The url i use is something like "http://user:pasword@sub.domain.com/xml/FMPXMLRESULT.xml?-db=House.fp7&-lay=Agen t&-findall" (i cant give the exact domain cause its not mine). So if i try this ...more >>

Actionscript for rotating dynamic text
Posted by brentam at 9/9/2005 12:00:00 AM
I have a text file that I am importing as dynamic text. The text file includes 7 seperate sentences "qoutes." I am needing an actionscript or some advice on how to have the text feed only one sentence at a time as a rotating quote. Any thoughts or advice would be very appreciated. Thanks...more >>

How can I get the result of this expression?
Posted by Cat Lara at 9/9/2005 12:00:00 AM
if the expression is in this format: x=3+4*5, and then x=23, but now i have the expression like this: x="3+4*5", how could i get the same result by using four arithmetic operation in an easy way?...more >>

Hit Test - Border Problem
Posted by Matt Ostil at 9/9/2005 12:00:00 AM
I just have a quick question When I am doing a hit test with two movieclips (one object will be stopped be another), the hit test occures at the center. How exactly do I change the code so that the hit will occure on the outside border of my movieclip? -Matthew Ostil- ...more >>

making basic play, stop, pause, and slider buttons
Posted by lvsoule at 9/9/2005 12:00:00 AM
I know very little about flash, but have learned how to add action scripts to buttons and things. I work on a mac. I've used QT & .wmv file often & they put the play, pause sliders etc on the bottom of every video- I assumed Flash would too- I am importing .avi files into flash I need all...more >>

How to do actionscript sharpening?
Posted by timothytrice at 9/9/2005 12:00:00 AM
I'm working on an interactive map that I've been able to zoom into and out of pretty easily. The problem is that it's becoming a bit larger than I'd like, ~180K. I'd like to get it down to under 100K, and preferably 50K. How I have it now is this: I drew several portions of the map (25), ...more >>

How'd they do that?
Posted by cre8ive1974 at 9/9/2005 12:00:00 AM
Check out this website. http://www.hillier.com/home/ Nothing overly fancy but well laid out. Scroll over the main menu on the top right of the screen. How did they get the orange bar to follow where the cursor is? any clue? Thanks D ...more >>

Emailing in Flash/PHP - email not showing up.
Posted by JasonK78 at 9/9/2005 12:00:00 AM
OK... I have a form on my website and it emails me, it will not email me all of the fields. It submits all but one field called 'email'. Can someone please take a look at this code and let me know if there is something I did wrong? Jason jasonkofoed@sbcglobal.net sendmail.php: <?...more >>

Volume Slider Problem
Posted by lcountee at 9/9/2005 12:00:00 AM
I'm making a simple sound player. Everything works except for the volume slider. It seems to lower the volume slightly, but does not raise it. Anyone willing to look at the .fla file and give me a clue? http://www.lsnj.org/lctest/soundplayertest.fla ...more >>

script not working on flash player 5
Posted by fredtheflasher at 9/9/2005 12:00:00 AM
Hi I am pretty sure that all the methods I am using are valid for Flash Player 5 but I have a script that will not work when I publish at that level. I want to publish at that level because the client (a big corporate) has not upgraded their PCs to any higher level (don't ask why - just la...more >>

Dynamic text problem
Posted by Lab at 9/9/2005 12:00:00 AM
Is it possible that movie clip resizes to the same size as the text in mc is (long)? What I did: I created rectangle movie clip that's blinking onRollOver, and put dynamic text box to it. Then in the action script I wrote the text for a text box. Result: the movie clip keeps it's prior s...more >>

Creating File & Folder
Posted by m_aminkarimi at 9/9/2005 12:00:00 AM
Hi everrybody, I want to create Folder & files into this folder in the local Hard disk & then read data from its. Please tell me how can I do this? Thnaks a lot....more >>

localconnection works in firefox but not IE?
Posted by a_wallis at 9/9/2005 12:00:00 AM
Hey all, im working on a large site that has multiple swf's communicating via a localConnection. This site has been working super fine in Firefox, however, when I test the site in IE [6] none of the connections work !? this is the code I am using: // in the recieveing swf var myC...more >>

load text file into dynamic field inside movie clip?
Posted by squidz at 9/9/2005 12:00:00 AM
Problem with what seems very simple.. I have a dynamic text box "madtext", which is in a alpha tweened movie cip called "mdHm". A text file called mdHome.txt. I'm using: loadVariables ("mdHome.txt",_root.mdHm.madtext) on the main timeline of Scene 2 to try and load the .txt file in...more >>

How do you make TextArea components unselectable?
Posted by mhilliard at 9/9/2005 12:00:00 AM
I know how to do this with a normal text field (myText.selectable = false) but that doesn't work with the textArea component. Is there an easy way to do this, or should I rebuild my project (definitely N:disgust;T what I want to do) to work with text fields and custom scroll bars? Thanks f...more >>


DevelopmentNow Blog