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


all groups > flash actionscript > october 2005 > threads for tuesday october 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

Swapping Swfs OR Rgb to hex
Posted by Yakyak at 10/4/2005 11:42:49 PM
Problem 1: Is it possible to have a link on a page that swaps a certain swf? Problem 2: Is there an easy to change a value (0-255) into hex (0xFF0000) format? Please state what problem you are addressing, links to other site are appriciated. Thanks! ...more >>

Imported SWF not using Actionscript
Posted by Jeditdog at 10/4/2005 11:07:12 PM
I'm importing 1 movie into another movie. Movie-A has a stop() function in the last frame. It works fine on it's own; however, when I import it into Movie-B, it will not heed the stop() command and keeps cycling through. How do I get this movie to acknowledge the stop() command? You ...more >>

Masking Issue
Posted by TweeningPhool at 10/4/2005 10:58:07 PM
Is this possible? I have all my dynamic text inside a movieclip and THAT movieclip is being masked and yet it still does not work. Hrmm...... Any ideas? Thx guys...more >>

Who's a Newsgroup User?
Posted by funkme at 10/4/2005 10:38:30 PM
I know who the MM team members are (gods in flesh :) lol) But what about the NG users?...more >>

A very simple actionscript I am after
Posted by chabakhan at 10/4/2005 9:48:53 PM
I guess the Summary says it all. A very beginner question I know...but gotta start somewhere.lol Basically like to know if I have 2 or 3 scenes how could I pause for a couple of seconds between them therefore creating a comfortable viweing time....???? Thanks! ...more >>

Exiting Movie Clips
Posted by rikinishu at 10/4/2005 9:42:00 PM
I am creating a simulator. Given: 1.) From Frame 1, i click on a button that loads Frame 2 2.) Frame 2 has a small movie clip on it 3.) the small movie clip will contain several buttons. Conidtions: 1.) I cant use loadMovie or the like commands from an external source Issue: 1...more >>

End of FLV to new SWF file
Posted by dtjenks at 10/4/2005 8:38:35 PM
Hi, Using some of the existing behaviors, I have linked a FLV video into an existing flash file. I am trying to link to another separate swf file from the end of the FLV file. I understand that I probably have to use the listening code, but I am uncertain how to tie these together. Can s...more >>

loading and unloading a looped swf file
Posted by tiny_terrapin at 10/4/2005 8:01:23 PM
Hey there, I hope someone can take the time to help me with this. I'm trying to learn some flash for work. I have been given a looped movie and I have been asked to place this in another flash file in order to make it into a banner advert (that contains other logos) However, I can load t...more >>



navigating back to main timeline
Posted by standal at 10/4/2005 7:39:52 PM
I'm fairly new at actionscripting, so I do apologize. I have a file that will be used to show different rooms in a building. I decided to make each room its own file because there are so many (I didn't want the user to have to load a ton of things that they didn't care to see). So each butt...more >>

moving attached clip
Posted by vncntj at 10/4/2005 7:29:52 PM
if i'm attachMovie clips function circlet() { for (var x=1; x<=6; x++) { var xoo:MovieClip = attachMovie("circle", "circlet:"+x, 20+x); xoo._x = 100 *x; xoo._y = 120; xoo._width = 20; xoo._height = 20; } clearInterval(ctimer7); xoo.grow(); // but i don't t...more >>

Conflicts with cached classes
Posted by clincaroo at 10/4/2005 7:19:46 PM
I believe this problem is a very big bug in Macromedia Flash MX 2004. If you would like to see my test example, please download from http://www.chrisinch.com/ClassConflict.zip that I put together. Here is what happens: Two flash projects are created. In my demo, file1.fla, and file2.fla. T...more >>

Action Script to change color of Graphic image
Posted by NEW_Flash at 10/4/2005 6:40:25 PM
:o Hi Gents- I'm new to Flash and I want to Change the Color or Alpha characteristics of a Graphic image using Script is that possible? My goal is using if else test. pseodo code- If Var = 1 then Graphic Image Alpha = 100% else if Var =2 then Graphic Image Alpha = 100% ...more >>

Flash talk at the Art Institute of Atlanta
Posted by K2xL.com NO[at]SPAM gmail.com at 10/4/2005 6:11:12 PM
Hi everyone! My name is Danny Miller. I'm a Flash Developer in Marietta. I'm giving a presentation this Tuesday at the Art Institute of Atlanta on Macromedia Flash and Flash gaming. Since you all program Flash, I thought anyone living in the Atlanta area may be interested in the talk. The...more >>

nextFrame("WhyCantIPutAnIntegerInHere")
Posted by midi510 at 10/4/2005 5:44:17 PM
I must be missing something really basic here. All I want to do is move the play head a specific number of frames ahead or back. I have several needs for this. One example is; a slideshow that runs with fades and can be paused and restarted at will, without going through the fades. nextFrame()...more >>

any one help me
Posted by a1212121 at 10/4/2005 12:26:02 PM
hi , when i open my flash page in IE i get an error message as, "A script in this movie is causing Macromedia Flash Player to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the scripts?" any one please tell me to solve this. thank...more >>

Flash 8 ActionScript Change?
Posted by PDiTO at 10/4/2005 12:09:57 PM
I'm using actionscript to format dynamic text fields (embedded within movieclips) on mouse roll over and roll out. I used to use the following method on Flash MX 2004, but it now no longer works in Flash 8. The code is as follows... var optionDisable:TextFormat = new TextFormat("Verdana...more >>

MovieClipLoaderClass loading problems
Posted by benspenceruk at 10/4/2005 11:55:04 AM
Hi guys, I have got portfolio pages for a couple of dancers but I am having a problem with the loaders. there are 10 jpeg pictures on each girls page and when you click on one of the buttons to open one of the pics it loads normally(0% to 100%) which is great. But then when I click on the ...more >>

Contact Form Submit problem, HELP Please
Posted by ian 1234 at 10/4/2005 11:11:19 AM
Hello, im making a website and on the contact page i have a png which is animated coming onto the stage, with blank input text fields on the stage and a submit button.My problem is how do iget the submit button to send the information in each field to my email addrress. Please help! i am q...more >>

Code for SWF protecting
Posted by gilik at 10/4/2005 10:12:35 AM
I developed published tutorial on the net. How I can protect my swf files to be opned offline by the users? 10x ...more >>

Tween Class
Posted by andrewbyles at 10/4/2005 10:06:05 AM
I'm trying to use the tween class for the first time, and there isn't an explination (that I can understand) of how to tween the _x and _y coordinates at the same time. Where can I find help on this? ...more >>

2 dimensional arrays
Posted by Scally_Ally at 10/4/2005 9:34:16 AM
How do i declare a 2 dimensional array?? I have started by just declaring it in the simplest way and adding values to it var gallery_ar; for (i = 1; i < 3; i++){ for (j = 0; j < 8; j++){ gallery_ar[j] = false; } } i then want to output these values but they are undefined ...more >>

List component
Posted by has981 at 10/4/2005 8:31:51 AM
Hi flashers In my movie I'm using the list component that loads the data provider from an external xml, the xml contains arabic text that needs to be right justified. Is there any way to do it?? Plus is it possible to put the scroll of the list on the left. Any help is highly appreciated...more >>

Loading different images to play in a tween
Posted by JimO123 at 10/4/2005 7:56:25 AM
I am trying to load images from an external source into my Flash 8 application and then play them in a tweened sequence. So far I have managed to put a loader on to the tweened path and this works but no image has been displayed. Is there some way I can place an image into a scene with a start...more >>

help me.... regarding loadvariables
Posted by a1212121 at 10/4/2005 6:13:32 AM
hi all, i am new to flash. i need to get variables from aspx pages. i have written like, onClipEvent(load) { loadVariables("page1.aspx?var1_id=100") loadVariables("page2.aspx?var1_id=100") loadVariables("page3.aspx?var1_id=100") } is is right. ...more >>

Rotate in axis Y
Posted by Alma at 10/4/2005 12:37:06 AM
Hello: I have one logo and I need to rotate in theY axis (360 degrees). Can you tell me how please? Thank you ...more >>

On mouse click show layer
Posted by Jackilan at 10/4/2005 12:00:00 AM
My company would like to have an interactive Org Chart where you can click on each level of the chart and it expands the next level. I have researched doing this with code, but have had no luck finding something that could create it, so now I'm trying it with Flash. Is this possible? I can'...more >>

Recover page name from .swf file
Posted by garchabig at 10/4/2005 12:00:00 AM
Hello, I say ?sorry? for my poor English, because I?m from Spain. Now yes, this is the problem: I have a complete site with more than 100 pages. For the navigation I use a flash (?.swf? file) navigation bar. I need recover into the ?.swf? file the page name that contain it. For example...more >>

trouble with onLoadProgress and onLoadComplete
Posted by Jon Moyles at 10/4/2005 12:00:00 AM
i'm working on this code to load an array of .swf movies. it works ok in the test environment but over the net it seems to have trouble when i have both onLoadProgress and onLoadComplete events. onLoadComplete is never called if an onLoadProgress action is defined. in local testing onLoadPr...more >>

small problem with my array
Posted by danmoriarty at 10/4/2005 12:00:00 AM
I have this script where "n" represents the index of my array. I can't seem to get the value of "n" to change, however, when I click on the various movie clips in my document. I want it so when you click on movie clip 1, "n" =0, movieclip2, n=1, and so on. I thought if I used the following cod...more >>

Array embedded
Posted by Mr Speed at 10/4/2005 12:00:00 AM
:confused; Hi there, please help! I got a PHP File that embeds a variable to a .swf object. The variable it's an array. In to the swf, i assign the variable to a dinamic text, and it only returns "Array", textually. Then i try to extract de information from that array (My_Var...more >>

Flash 8 How to set the TextField.antiAliasType once and for all
Posted by paramecium at 10/4/2005 12:00:00 AM
In the first frame I want to set the antiAliasType to advanced (my_text.antiAliasType = "advanced") for all textfields in the movie. How is it done? ...more >>

Calling movie clip with variables
Posted by andrewbyles at 10/4/2005 12:00:00 AM
I call and load an external .jpg file with: myTarget.loadMovie(myPaths[myPos]); how do I refer to this after it is loaded (say to adjust alpha etc.)? Should this type of thing work? myTarget.[myPaths[myPost]]._alpha = 0; ...more >>

Images keep re-loading
Posted by zensoldier at 10/4/2005 12:00:00 AM
I have an swf that get's its info to display from data, including the filename of images it should display. A getURL() call grabs all the data and pulls it back into variables in the swf. This whole thing runs in a loop and cycles through the images. The problem I have is that it seems the...more >>

open new swf file
Posted by standal at 10/4/2005 12:00:00 AM
Hi, I have a pretty big menu listing (they are rooms of a school). I don't want to put everything into one .swf file because I didn't want the original file to get too big. I was hoping I could just open each new swf when it is clicked on. So if you clicked on "Art Room" the art.swf file would...more >>

Creating a movie within a movie.
Posted by 876media at 10/4/2005 12:00:00 AM
I have a picture and when users click on a certain part of the picture I want a button to appear and it shows some text. I already know how to make the mouse pointer and have the text follow the mouse. My problem is how to make that as a movie and place it in a seperate movie. ...more >>

Simple "gotoAndPlay" Question
Posted by DecemberNitro at 10/4/2005 12:00:00 AM
2 Simple Actionscript questions: A. What ActionScript do I use to make a button play starting from frame 50? (Ex: user presses button, and the animation starts playing from frame X) B. Also, how can I get the animation to pause on the frame with the button? (Ex: the animation runs unt...more >>

Working dynamically with actionscript
Posted by ManoloBrown at 10/4/2005 12:00:00 AM
:beer; Is there a way to change links outside of flash, for example like a text file instead of writing getUrl inside of the movie?...more >>

dinamically created MovieClip problem
Posted by andreich at 10/4/2005 12:00:00 AM
hello, I've created 2 Classes attached to MovieClips, the first one Matrix, and the second one Slot. when in Matrix I try to create a Slot if I use a variable works, but if I try to put the movie into an array, fails. I am trying to do something like this: attachMovie ("Slot","_mvArray...more >>

I am getting error in the browser when i load my flash page.
Posted by np sen at 10/4/2005 12:00:00 AM
when i am loading my flash page i get an error message. A script in this movie is causing macromedia flash player 7 to run slowly. it it continues to run, your computer may become unresponsive . do you want to abort the script. any one help me. thanks in advance.. :confused; ...more >>

Way to make a MC rotate.
Posted by DadrianKaelan at 10/4/2005 12:00:00 AM
I've been trying to come up with a way to make a MovieClip rotate from its center point for days now, not wanting to just come out and ask without trying. But the truth is I don't really know Math all that well -- obviously my current problem. I wanted to know if anyone knows some ActionScript...more >>

LoadVars & Arrays
Posted by bderber at 10/4/2005 12:00:00 AM
Passing data to a php script - would love to pass an array but it does not appear that LoadVars will accept this. Also, would appreciate hearing out ther if anyone uses LoadVars objects as a general data holder. Where the data will ultimatly be passed to an external script, and was origin...more >>

oncliking scroll pane component inside an external MC shows green outline -- HELP
Posted by vinay at 10/4/2005 12:00:00 AM
Hi All, I have a movie in which i am calling an external MC in which i have placed a Scroll pane Component (I dont know wether i am doing it right) which is calling a MC which is the content to be placed inside the scrollpane. I am doing this to avoid the linkage thing because it delays the pr...more >>

this._alpha<50;
Posted by leaguer44 at 10/4/2005 12:00:00 AM
this alpha contiues to 100...how can i get it to stop at 50? onClipEvent (enterframe) { if this._alpha<50; this._alpha -+ 5; }...more >>

Help please!
Posted by UXO at 10/4/2005 12:00:00 AM
Hi! Sorry for reposting, but I was advised to post it in this forum. Although I don't know much about Flash, I just can't see what I'm doing wrong here folks. What I'm trying to accomplish is a header with categories and subcategories. When you rollover the category, a subcategory appears in...more >>

Movie Clip Actionscripting
Posted by dReas_dRe at 10/4/2005 12:00:00 AM
I'm have trouble with a simple movie clip that is on my main timeline. I've added a script to count the number of loops that the clip does until it stops. The code is: counter++; if (counter>6) { gotoAndPlay (1);stop(); } Now what I want is that when the clip stops it goe...more >>

Actionscript Question: mouse events
Posted by Cameron0612 at 10/4/2005 12:00:00 AM
Is there a mouse event that can cause an action when the mouse moves outside the flash document? For example, I have made a drop down menu in flash for the web site at my work. When you mouse over the buttons too fast, the menus stick! If I could use a mouse event like this I could make the...more >>

Flash Button
Posted by holtc at 10/4/2005 12:00:00 AM
Here is my dilemma. I want to make a Play/Pause button in flash. I can make the button work correctly, the only question I have is that is there a way that when I click the Play button, it turns into a Pause Button? Meaning, at first the button has the triangle play symbol on it, but once you ...more >>

generating buttons via script
Posted by WickedSense at 10/4/2005 12:00:00 AM
I have a button I want to place 200 times on my movie (I'm making a sweet rollover effect)). Instead of placing it 200 times, I am trying to use script to generate and place the 200 movie clips. My math is accurate, however my script simply does not generate the movie clips. What you are looki...more >>


DevelopmentNow Blog