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 > may 2004 > threads for friday may 28

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

Sound loads before the preloading animation. Help!
Posted by alexgomes at 5/28/2004 11:08:28 PM
Hi there! I'm developing a website with sound objects controled by action script using new Sound(); attachSound(). I have an animated preload inside a movieclip in the first frame, but it don't load before the sounds. The screen remains empty until the sounds are loaded. If I uncheck the opt...more >>

movieclips and visibilty
Posted by jessicuh at 5/28/2004 10:35:38 PM
Hello! I am researching some options for a project we are working on. What we are trying to accomplish is changing a movie clip's visibility based on dynamically loaded variables from an ASP page, as well as some set in the flash movie. So far, we set the variables: q1 = q1; q2 =...more >>

Centering on center of drop zone
Posted by BenFranklin at 5/28/2004 8:50:59 PM
I have a very simple operation that I can't get to work right and can't find a reliable source for how to do it. I want to drag one movie clip onto another, establish via hitTest that it's in the right zone, and then have the top movie clip center itself over the center of the bottom movie...more >>

apostrophe in htmlText
Posted by LAphotoimage at 5/28/2004 8:19:10 PM
When I have data that has an apostrophe in it I get a control character on the screen, basically a box shape. Is there a way to represent an apostrophe or quotes ' or " in htmlText so that it'll appear on the screen correctly? Would you use something like a \' or \"? Does that work with ac...more >>

setInterval: help w/ my code
Posted by yn at 5/28/2004 8:13:02 PM
Seems I can never keep setInveral straight in my head. I've managed the code below but the action still isn't what I have planned. Basically, all I want is for a _mc to be duplicated and start a random motion ...in a timed interval. Every second or so, a new _mc is created and shot out into...more >>

How do i create a scrolling menu?
Posted by palcrypt at 5/28/2004 6:56:34 PM
Basically what I want to do is create a menu across the bottom of a flash document that has thumbnail images in a row that are buttons. There are enough images that I would like to be able to make this menu scroll across. How would you set something like this up? Thanks. --Paul ...more >>

Strange problem with a link button
Posted by Goalie35 at 5/28/2004 6:55:54 PM
hi guys. I created a simple little link on one of my flash symbols. My actionscript code is: on (release) { getURL("../index.asp"); } Notice the "../" in my url? This is where my problem is coming from. The page this flash file is in is located in a different directory fr...more >>

How to change the varibale with _root[ ]?
Posted by alex at 5/28/2004 5:58:31 PM
I have a code : _root.board.area1.point= s I wanna change the areaX to area1, area2, area3...so I tried this way _root["board.area"+k+".point]= s ..(ps. k=1~10) it worked one time then can't be assigned value the second way: _root["board.area"+k].point same result as the ...more >>



EasilyExternalyUpdatingPictures in a Flash File
Posted by NJusticeForAll at 5/28/2004 5:56:59 PM
I need to make an FLA that grabs JPGs externaly - which I know how to do - but the trick is: I need to have either a TXT file, or an XML file that tells the Flash which JPGs to load into the flash, and I know nothing about XML. Can anyone help me? Could anyone tell me some steps to do this, gi...more >>

Get the frame number of a label?
Posted by julianf at 5/28/2004 5:38:20 PM
Is it possible to get the frame number of a label? I see that it is possible from javascript to check if you are at a labelled frame using TCurrentLabel. Is there anyway to do something similar from inside Flash? ...more >>

help with action script
Posted by pqer at 5/28/2004 5:29:38 PM
I am trying to create a navigation system for my movie. I would like for the user to click on one of the nav buttons. The button would then play a movie clip and then go to a frame #. My scripts must be wrong. If anyone could offer any help, I would greatly apprecipated. I have attached t...more >>

preloader problem
Posted by misplacedASK at 5/28/2004 5:27:58 PM
I used the actionscript that the tutorial supplied, where i creat the first two blank frames and make a loop between them untill the script on the first fame reads that the last frame of the movie is loaded. It works fine when i test run it with the bandwidth profiler but when i try and uplao...more >>

Flash in Director loses external XML data
Posted by EdMX at 5/28/2004 4:48:46 PM
I have a Flash movie that loads data from an external XML file and works fine on its own, When I place it into a Director project the Flash movie cannot seem to parse the xml anymore, all I get is 'undefined'. I'm pretty sure it's finding the XML document, otherwise the movie wouldn't get past...more >>

New to XML - 'undefined' problems
Posted by jolyon_russ at 5/28/2004 3:53:55 PM
Hi all, posted this in the data intigration section and didn't have much luck, can anyone here help? I'm familiar with XML structure, writing actionscript and generally doing stuff in flash. I am however a complete novice at loading and using XML in Flash. I have a friend who has helpe...more >>

LoadMovie...where am I going wrong?
Posted by JamesFurlong at 5/28/2004 3:46:14 PM
Hi, this is my first post and I'm very new to flash so please excuse the crudeness of my problem explanation and sorry if this is very basic stuff but I can't find a reference for this specific problem anywhere. I have created a movie that has several buttons. these buttons load external m...more >>

Re:Binding new data components to comboboxes
Posted by mritchie at 5/28/2004 3:30:32 PM
This might be a long shot. But I read on another forum that if you compile your swf for Flash 6, it will work. Some kind of bug with binding/listbox/combo box for Flash 7. Hope that helps. ...more >>

< > operators
Posted by Branching at 5/28/2004 3:13:43 PM
Can someone give me an example of how to use a greater than ( > ) operator in an if/if else conditions, that will play a mc if number>number ? Thanks. ...more >>

setting depth on clip loaded from external swf
Posted by Brad Thorpe at 5/28/2004 2:39:53 PM
I want to load a movie clip from an external file and place it in the background. I can do it with the following code, but it always places the movie clip in the foreground. Setting the depth or calling swapDepths won't put the newly loaded image behind author-time content. Is it impossible to...more >>

A star
Posted by Ahmult at 5/28/2004 2:34:25 PM
Does anyone know how to make a object shining (movie clip is better) such as a star or sth that you can make it light for a while and then disappear and then light again Thanks...more >>

GotoAndStop() problem (again)
Posted by Tim Robertson at 5/28/2004 2:26:46 PM
I saw that on May 11 a question similar to mine was asked, and I've tried the solutions but my gotoAndStop still won't work. My code is: if (_root.arclink=en_pr) { _root.gotoAndStop("eng_pr"); } stop(); I have made a text box and given it the value of "arclink" and the value is defin...more >>

count down clock
Posted by JC74 at 5/28/2004 2:03:57 PM
Hi, I need to create a count down clock that will show how many dates are left to a specfic event. For example, this fundrasing event will be held on June 28st, so if you look at the count down clock today it will tell you it is 31 dates away from the event. Anywhere I can find a fla ...more >>

validating forms and processing them in flash environment
Posted by MGross at 5/28/2004 1:42:10 PM
I have been unsuccessful in being able to both validate and process forms in flash (without html). I've tried several flas on the web, but none satisfy both validation and correct processing. Anyone know of a method? -- You NEED a good laugh today! http://www.solicitorsnightmare.com ...more >>

Save variables into text?
Posted by Nok!A at 5/28/2004 1:19:57 PM
How can i save variables into text file with flash?...more >>

Help please, this should be so easy???
Posted by Brian at 5/28/2004 1:16:30 PM
I really am startled by this. I think I have done this many time just the same way and now it is not working for some reason. I am trying to trigger these buttons with the following script: page_btn_01.onRelease = function(){ textMC.gotoAndStop("page_one"); trace("button 01"); } page...more >>

3d to 2d
Posted by hey_doc at 5/28/2004 1:08:53 PM
Somebody knows how I can create 2d maps in flash if I have a 3dsMax file that contains a 3d Room?...more >>

Load SWF again from Server
Posted by Salio at 5/28/2004 12:17:07 PM
Hello Friends, What I want to do is I want my SWF to come from Server each time the Page gets refreshed. I am not getting how to do this. what I have done is, On my JSP Page I have kept a SWF in which I am reading a value of a Variable from the Same JSP Page. Till hear it is fine a...more >>

Frames in movieclips that cut to scene trouble!
Posted by zombied at 5/28/2004 12:15:38 PM
I have made a movieclip that when it reaches a frame in the clip i want it to cut stright to a scene, i am using gotoanplay right now but that just takes me to the first frame of the clip, can sombody give me some example script? ...more >>

Im sure i have seen this posted before (motion paths Q:) but i cant find it
Posted by privatenews.microsoft.com at 5/28/2004 12:03:16 PM
Hi, I have a site with alot of duplication of bubbles, I was wondering if it was possible to create them dynamically and make them follow a motion path? there are roughly 10 paths and two types of bubble. ive done this classically and use a 'nested' movie to achive what i wanted. im quite n...more >>

loading swf into another swf with _x,_y position.
Posted by moly at 5/28/2004 11:28:09 AM
Hello, I have a problem with loading swf into another swf with _x,_y position. I want to load 2.swf (2 level) in 0.swf (0 level), automaticly when I open 0.swf. I find script but with button. Can I somehow change script and load 2.swf without press the button? Thankes functi...more >>

Random Effect
Posted by Aumaz Jang at 5/28/2004 11:07:20 AM
Hi all, I want to draw lines randomly with slow speed. But it's hard to use "setInterval". Could you give me the advice. Please visit the following link and read the following code. http://gahook.hp.infoseek.co.jp/ToSharon/kitterick.com.hk/swf/background2.swf Thanks, Aumaz Jang ...more >>

createTextField can not add text after textend
Posted by forums.macromedia.com at 5/28/2004 10:41:26 AM
Hi, first of all, sorry about my english ;-) I'm german. I have created Input-Textfields with "createTextField". At startup, the textfields were filled with dynamic text from an textdocument outside of the flash. this is all working great. But it's not possible to edit the text by clicki...more >>

the call function
Posted by Necolas at 5/28/2004 10:40:42 AM
Hi all, I would like to use the call function. My situation is as follows: - I have an object, from which I want to call a function from another object. Until there, nothing impossible. - However, the name of the function I want to call is inside a parameter. For example, say I h...more >>

Can't read input variable in Flash
Posted by Tim Robertson at 5/28/2004 10:15:25 AM
I posted yesterday about passing variables in Flash and I've verified that the method of actually putting them into Flash should be fine ( <param name="movie" value="my_movie.swf?my_variable=whatever"> or <embed src="my_movie.swf?my_variable=whatever" .... ), but I still seem to be havin...more >>

alert component in mk 2004
Posted by eitanavgil at 5/28/2004 8:59:47 AM
hi i attach an alert component in my movie' using this code : _root.attachMovie("alert", "al", 400); _root.al.title = "told you ..."; _root.al.text = "why"+newline+"did"+newline+"you"+newline+"? ? ? "; _root.al.closeButton = true; the X button apears on the alert but i do n...more >>

loadVariables to mc??
Posted by dawncj at 5/28/2004 8:36:41 AM
Hi, Have try to loadVariables to the main timeline, but the variables cannot be accessed inside a movieClip. what are ways that can be done?? Pls see attached for e.g Thanks in advance...more >>

How can layers on a map be turned off & off?
Posted by eetarnold NO[at]SPAM yahoo.com at 5/28/2004 7:20:57 AM
Hi there, I'm fairly new to Flash and kind of know what can and can't be done. I want to make an interactive map. I've imported raster and vector graphics, including a topographic map, aerial photo, street labels, parcel boundaries, and study sites. I made a menu with simple buttons to tur...more >>

loadMovie Vs AttachMovie
Posted by piao xue at 5/28/2004 6:15:14 AM
Currently I rewrite a flash. Originally it display a image list from its library, now I would like to draw the image from my hard drive other than the library. I try to replace "AttachMovie" to "loadMovie" but fail. Any hints for that? Part of the original code is like that: for(counte...more >>

Subclassing the UI components
Posted by punit_gupta at 5/28/2004 5:40:40 AM
Hey Guys, Am trying to subclass a UI component sothat it can have additional properties. The subclass is fairly simple ! import mx.controls.*; class UZCheckBox extends CheckBox{ public var Id:Number; function UZCheckBox(){ super(); } } And I create an instanc...more >>

transparent list box
Posted by cnynman at 5/28/2004 5:36:52 AM
I've seen other posts referring to this, but no one seems to have an answer. I would really like to know how you can make a list box have a transparent background. Thanks - Jim :) Flash Pro...more >>

Flash MX 2004 - do you aware of this . . . . . .
Posted by 34234 at 5/28/2004 5:05:30 AM
Hi, I am working on MX 2004 for Multilanguage Presentation. I created 5 Dynamic text boxes with English,Spanish and French language text with Unicode Languge support on String panel. It worked fine, I saved file and closed it. When I opened it again, in String panel rest of the language ar...more >>

Basic Help with menu
Posted by gypsygir94 at 5/28/2004 4:51:27 AM
Hi, I am new to flash and right now can't even get a menu going. I have an oval on my stage where I would like text to appear depending on what button is pressed. I am trying to us target instead of levels. If someone could help me step by step I would SO appreciate it. S ...more >>

createTextField not visible
Posted by cheshirekow at 5/28/2004 4:32:52 AM
the following code creates a text field that i can see in the debugger, and i can change variables, and in the space where its supposed to be the mouse arrow turns into a cursor... but no text shows up. Whats the problem? linkHolder.linkText="blah blah blah"; linkHolder.createTextField("my...more >>

prototype or AS2, movieclip class containing othe
Posted by cheshirekow at 5/28/2004 3:36:19 AM
basically i want to generically create a movie clip that has another movie cip inside it. Actually i dont want it to have a moviecip inside it, i want it to have a textField inside it. i'm calling this movie clip linkSeed and what i want is to use attachMovie("linkSeed", ...) so that i can add...more >>

RemoveMovieclip in MX Pro
Posted by yeeshin at 5/28/2004 2:59:51 AM
Hi, I've created a movieclip using duplicateMovieClip in a class function and I wish to remove the movieclip in another function in the same class. I've tried using duplicatedInstanceName.removeMovieClip() but that doesn't work. Can anyone help? Thanks in advance. ...more >>

the class 'Load' could not be loaded error
Posted by iamyhs at 5/28/2004 2:55:50 AM
I'm using flash mx 2004 pro here is my code, and i got above error message, don't know why :( function GetTotalCount(myListlb:List):Number{ return myListlb.rowCount; }...more >>

swapDepth() discrepancy
Posted by cheshirekow at 5/28/2004 1:28:43 AM
the following is a code segment from a function called loadAlbum() upArrowObj.swapDepths(2*n+2); downArrowObj.swapDepths(2*n+3); trace("n: "+n+", 2n+2: "+(2*n+2)+", depth: "+upArrowObj.getDepth()); the first five times this function is called it is called from the frame in which it ...more >>

a function for delay?
Posted by pmxgvn at 5/28/2004 1:28:10 AM
i have two movies. when the first movie is finished, i want it delay 1000s, after that second movie will start. Can i have a function: delay(Value)? help me! Thank you....more >>

advantages of library items
Posted by Ben Deroo at 5/28/2004 1:20:07 AM
Are there any tutorials which explain the advantages and use of library items? I can't seem to really find any advantage to loading external swf's? thanks, Ben...more >>


DevelopmentNow Blog