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 > april 2005 > threads for sunday april 17

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

setInterval
Posted by skyhero12 at 4/17/2005 12:00:00 AM
Does anyone have a simple script to contol the fps in a movie. A movie with a different frame rate then my main movir timeline. ...more >>

datefield in form not working
Posted by enfantterrible at 4/17/2005 12:00:00 AM
I have datefield inside a form based Movie Clip which works, but when I call the same MC from another form based Movie Clip app the datefield does not work. Anyone know why?...more >>

Goto Not working
Posted by DagazArcane at 4/17/2005 12:00:00 AM
on frame 1 i have a script: so = sharedobject.getlocal("Menu"); if (so.data.frame != undefined) { this.gotoAndStop(so.data.frame); } else { this.gotoAndStop("Closed") } There are 2 frame labels, Closed and Open and on those frames i have: function rememberme() { so.d...more >>

parse large string
Posted by meni56 at 4/17/2005 12:00:00 AM
Hi I'm working with XMLSOCKECT and i'm getting large strings that i have to parse. Is there any proplem to parse large string in flash? What is the best way? And what the best way for later Manipulation like order by date,name ETC? ...more >>

problem with text length of external text file
Posted by zzdobrusky at 4/17/2005 12:00:00 AM
Hi, I am creating news ticker, text from external txt file is loaded into text box and then the box as a symbol is moved to the left, everything works great, except I just cannot get the correct length of the txt string I am loading from txt file (i need it to start ticker over and over), the ...more >>

flash goto frame in movie clip
Posted by abbielouise at 4/17/2005 12:00:00 AM
I want to go to a particular frame in a movie clip by clicking a button, I have this code, can I alter it to do this? on (press) { gotoAndStop("---")} I want to go to the frame name 'info_off' in a movie clip called 'abstract1_m' ...more >>

while mouse is down
Posted by Mr Speed at 4/17/2005 12:00:00 AM
Thank you for your previous answer. May be i should refresh my question, i?m looking for some event to call a function while mouse is down and keep happenning during it, like the scroll bar arrow button. Thanks again. ...more >>

Get URL w/ IE6 and XP not working
Posted by Light_Boy at 4/17/2005 12:00:00 AM
:confused; I have a Flash MX Intro movie posted and it has been working just fine with IE6 on my old Win98 machine. However, in my XP machine - also with IE6 - the main site page does not open at the end of the Intro - using the "Get URL" command in the action script. Anyone familiar with ...more >>



var scope problem
Posted by mattmuller at 4/17/2005 12:00:00 AM
Hi, Im re hashing some code from an article on this site to create dynamic preloader instances from another class using the other class as a listener (event dispatcher), however target_mc loses scope outside the startPreload function, can anyone see wy this would be happening?? cheers MaTT...more >>

kanji into a dynamic text field.
Posted by a little ant at 4/17/2005 12:00:00 AM
How do we get Kanji into a dynamic text field please? Thanks to kglad I am using this script for my textfield fades. Is it possible to also show up kanji using the same script in any way please? I have pasted some kanji in via the actionscript panel and tried embedding it also. Am ...more >>

get caption of picture
Posted by veldslag at 4/17/2005 12:00:00 AM
Can anyone tell me how to get the caption of a picture file into a dynamic textfield in flash please? Thank you sooooo much! Jurgen...more >>

dynamically calling movie clip instance
Posted by plu2ow at 4/17/2005 12:00:00 AM
Hi there, I'm trying to reference an instance of a movie clip without using the exact name. This is hard to explain so I'll give you the example: I have 6 movie clips: (mc_movie1, mc_movie2, mc_movie3...etc) I also have 6 buttons. when I press button two for example variable 'button_p...more >>

objects in dynamically added movie clips
Posted by utigeim at 4/17/2005 12:00:00 AM
Hi, I'm fairly new at AS so please bare with me. I have a movie clip in library named box_mc. It has a label in it with the instance name title_txt. I drag box_mc to stage and give the instance name stagebox_mc. I then do this in AS stagebox_mc.title_txt.text = 'stagebox text'; ...more >>

accepting muliple datatypes in a function argument
Posted by somaboy mx at 4/17/2005 12:00:00 AM
if I have a function: function f(arg:Number) { if (arg == 13) { // do stuff } else if (arg == "w") { // do different stuff } } when I pass "w" as the argument the compiler will throw an error, because I strongtyped arg to the Number datatype. What if I want it to accept bot...more >>

XML PHOTO GALLERY
Posted by tardi3601 at 4/17/2005 12:00:00 AM
I am new to Flash MX 04 and XML. I downloaded this FLA off the web for use. I am loading the SWF into level 2 of my Flash movie and I only get the thumbnails to show not the full size image when the thumbnail is clicked. If I load the SWF into level 0 all works fine, but I need to load the SWF...more >>

Referecing for loop i within nested fuction
Posted by Anto111 at 4/17/2005 12:00:00 AM
Hi, I appreciate if someone could help me see what is wrong the code below. I wanted to create a text field for every record returned from database and place the text from the variable called TITLE in each text field. This worked fine. Next, I wanted to add a onPress event to each movieclip t...more >>

Flash memory management issue
Posted by web500 at 4/17/2005 12:00:00 AM
Hi, I have a flash app (via a browser) that uses XML heavily. The data that is sent from the server is parsed and presented in movie clip objects (about 30 of them). Data keeps streaming to the client. The problem is that after a while the application becomes slow, very slow to react....more >>

onEnterFrame - wht do I use instead?!?!
Posted by forumm at 4/17/2005 12:00:00 AM
Does anyone here know how to use the timeline looping instead of the onEnterFrame funtion? I mean if I have : thanx Forum Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

masking at runtime
Posted by Porsche_2004 at 4/17/2005 12:00:00 AM
Hi, I used the code below for making and assigning a mask layer for a movie clip. But it didn't work right. Would you pls let me know where I was wrong? Thanx, var maskMovieClip; this.attachMovie("myMask", "myMask", this.getNextHighestDepth()); maskMovieClip = this["myMask"]; ...more >>

noob question
Posted by MapleShilc at 4/17/2005 12:00:00 AM
wuts the line that u put on a button and u press it and let it play the clip?...more >>

a quick one
Posted by aquarian911 at 4/17/2005 12:00:00 AM
i need the easiest and the surest way of sending 2 image names to my flash movie.... which it will load (images:jpg), ( and this should go into 2 variables, as both images are loaded in diffrent frames...) i was looking at swLiveConnect, but is there any other way... ...more >>

simple loading of .swf into empty movie clip not working
Posted by utigeim at 4/17/2005 12:00:00 AM
I have an empty movie clip in stage that I want to load an .swf into. It seems to load but it doesn't play. I have a button on the stage that contains the loading and playing code: the "loading.." trace is never displayed and the movie clip doesn't play. If I move the "loadMovie" call o...more >>

simple question
Posted by josh04 at 4/17/2005 12:00:00 AM
Hi, I'm one of the old flash developers that has found they need to relearn (& unlearn) everything over again with MX. Movie clip in Scene 2 --> Button in movie clip --> _parent.gotoandplay("Scene 2",2); does not work, nothing happens. _parent.gotoandplay(X); sends it to Sce...more >>

Re: onEnterFrame - wht do I use instead?!?!
Posted by mattmuller at 4/17/2005 12:00:00 AM
try on 1 frame var i:Number = 1; on frame 2... i++; if (1<=200){ gotoAndPlay(_currentframe-1) }...more >>

assign variable to item in array
Posted by eljefeloco101 at 4/17/2005 12:00:00 AM
This is probably a simple question, but I can't figure it out. I need to assign a variable name to an item in my Array. When I define trackNum, it returns '_parent.musicLib[bar3].trackThree' , what I want is to get 'mytrack.mp3' any ideas? thx here's what I've got: on (release) { var tra...more >>


DevelopmentNow Blog