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 > january 2005 > threads for tuesday january 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

preloading embed fonts
Posted by Can I at 1/4/2005 11:30:37 PM
is there any way to preload embed fonts? I have tried preloading an swf with embed fonts but without results also exporting and importing fonts for runtime sharing comes with no result...more >>

setInterval not keeping time
Posted by scriptKid at 1/4/2005 11:26:03 PM
hi, i'm using my good ol' friend, setInterval in my flash movie. i have a rollover to activate a function that has setInterval running something every 2 seconds. setInterval works just fine with the first rollover but consecutive rollovers have setInterval speeding up...can anyone help? /...more >>

help w/ scrolling external dynamic text
Posted by the queen is dead at 1/4/2005 11:20:06 PM
I am having an absolutely awful time trying to get externalally loaded text to scroll. I am building a website, everything works fine on the 'news' page. the scrolling is perfect. however on the 'releases' or 'artists' pages I have the same code, same instance names, etc. but nothing I try is ...more >>

What is the value of using "prototype"?
Posted by castanza at 1/4/2005 11:12:06 PM
Okay, I hate to ask this.. but I've been using flash for years, from asthetic site design to dynamic displays driven by XML data over sockets.. and I've never used it. I hate to sound stupid, but I also don't want to be missing out on something useful. I just can't find a good description of ...more >>

Deleting an event
Posted by jimathy at 1/4/2005 10:46:22 PM
Once you delete an event can you start it back up. How do write this???? Is there an opposite method to delete?? my_mc.onRelease = function () { // do stuff delete(this.onRelease); } my_mc.onRelease = function; ...more >>

Actionscript Error disabling my entire Movie
Posted by fanmap81 at 1/4/2005 9:35:12 PM
I have this movie that calls ina nother movie that was working fine until just recently when i now start to get this error in the output: 256 levels of recursion were exceeded in one action list. This is probably an infinite loop. Further execution of actions has been disabled in this movie. ...more >>

gotoAndPlay issue
Posted by EnglishSpringer at 1/4/2005 9:27:55 PM
OK...this is going to make me sound really stupid but I just cannot get this to work and its frustrating me to no end. For testing purposes i have a 10 frame movie clip sitting on the stage (movTest) that has a stop() command in frame 1 and frame 10. In the main timeline I have the command mo...more >>

How do I make a timer?
Posted by cristianregep at 1/4/2005 9:26:03 PM
I want to make a movie in wich you have a point and when you press elsewhere on the stage the point doesnt move directly to that place but it should move on the stage to the place where I press. Basically i need a function which moves the point with 20 pixels every half a second without using...more >>



if(mouse is out the flash movie do something)
Posted by Nixy at 1/4/2005 8:52:58 PM
I have a flash menu in an html page. If the user goes out the Flash Movie I want to call a function. I try the hitTest, but if the MC is the size of the scene (This is what I need), it does not works. Any idea. ...more >>

key.getCode() ==114 taken over by browser
Posted by dmcdonald at 1/4/2005 8:02:30 PM
Is it possible to stop the browser shortkeys from overriding flash web app use? When pressing F3 in flash web app it causes browser short key to bring up search. userKey = new Object(); userKey.onKeyDown = function() { if (key.getCode() == 114) { Key.removeListener(UserKey); gotoAndPlay...more >>

Problems reaching MovieClip after using attachMovie
Posted by Ekur at 1/4/2005 7:29:44 PM
I'm having a weird problem. I use the following code to place a couple of objects in my flash file: for (var j:Number=1; j<=30; j++) { var buttonDate=this.attachMovie("bDate", ["button"+j], this.getNextHighestDepth()); buttonDate._x=(10+5*j); buttonDate._y=(10+5*j); buttonDate.showNumb...more >>

What is going on here?
Posted by thoand at 1/4/2005 7:15:30 PM
Hi Can anyone explain what is going on here: http://www.threadless.com/?streetteam=friedster Right click on the main Flash menu(under the logo) and check the menu thanks in advance, best regards Thomas A ...more >>

Having Preloader Show on the internet
Posted by dman00 at 1/4/2005 4:50:09 PM
I am having a problem with preloaders in my .swf. I have created a preloader that shows up before the movie that is in the file. When I test this locally, the preloader shows up and then when loaded the movie plays. The movie is a link off of a website. When on the web, there is a blank white ...more >>

sharing SharedObject between movies
Posted by dr_ross at 1/4/2005 4:46:12 PM
hi all, does anyone know how to share a SharedObject between two different flash movies on one machine? i've tried using the second parameter in the SharedObject.setLocal("myVariables"["localPath"]); but to no avail, any help would be much appreciated, many thanks dr_ross ...more >>

On Roll Over Button Text
Posted by Rai_Kane33 at 1/4/2005 4:25:29 PM
I have created a calenda for a news section and all dates are set out etc. each number of the date is a button is there a way of adding text to the on rollover instance bad example (attached code) this will allow me to say the on march 17th if you release this button you will goto whatever ...more >>

Audio time remaining instead of time elapsed
Posted by S_anctified at 1/4/2005 2:16:26 PM
I used a tutorial to make this audio controller. {can be found here} http://marazita.com/audiocontroller.fla I just want the time progress to go in reverse to show time remaining instead of time elapsed? Also I want it to Auto play on load. I tried using playSong(); in the scripting, but i...more >>

Actionscript breaks when exported as version 7 - asteroids
Posted by fullyarmed at 1/4/2005 1:34:40 PM
Evening all, I'm working on extending the Asteroids sample game you can find here: http://www.macromedia.com/devnet/mx/flash/articles/asteroids.html Unfortunately the ship movement code refuses to execute when the file is exported as version 7. Setting the file to Actionscript 1.0 or 2.0 ...more >>

projector 100% standalone?
Posted by svenja at 1/4/2005 1:23:13 PM
Hi I am working on a hybrid CD ROM Project developped with flash MX 2004. Things are going well, the projectors work so far. Lately I came across the http://www.multidmedia.com/ site which is also linked from the macromedia.com site and sells the Flash Studio Pro Software. They say: ' No other...more >>

Splitting Text into an array
Posted by DaRizat at 1/4/2005 11:56:46 AM
Hi, I am trying to create page breaks in an article viewer I am making. My question is: Is there a function that would break the text up into an array, but keep the words whole? Maybe like every 250 chracters, adding the entry into the array, with the next blank space after the 250 being the ...more >>

parsing variabels to a popup using getURL?
Posted by viconline at 1/4/2005 11:49:38 AM
I got this variable: "id". I want to send it to a popup. Normally I would use: on (release) { getURL ("whatever.php?="+id); } ...which works: it parses the value of variabele 'id' to "whatever.php". However, if i want to open "whatever.php" in a popup, i use some JS on my html-pag...more >>

problem with mc dynamic creation
Posted by Massimiliano at 1/4/2005 11:05:18 AM
Hi everybody, i have a problem with an actionscript. I have to read x records (name,surname,id) from a DB, parse them, put them into 3 arrays and create a movie clip for each of those elements. Every clip contains a textbox, where i put the text red from the db (name + surname), and a button p...more >>

variables in embed tag
Posted by TaoHunter at 1/4/2005 10:58:07 AM
I want to pass multiple variables from my embed tag to my flash movie. According to some things I've read around it should look like this: 'movie.swf?url=firsturl?xurl=secondurl' I want to create 2 different url-variables here so the html develloper can change location of swf files and xml...more >>

input text field listener
Posted by dmcdonald at 1/4/2005 6:53:52 AM
good evening, i'm trying to simulate a javascript field basically. a specific number needs to be typed in ex: 555-55-55. when the first three numbers are typed in, a dash shows up then access to the second second set of numbers is given. i tried using the code below, which works well if you c...more >>

dynamic text box and setInterval
Posted by jjsand28 at 1/4/2005 6:15:27 AM
I'm kinda new to actionscript and I'm trying to get this dynamic text box to work (it's supposed to resemble the adultswim animations in between commercials). The text is supposed to change at the same interval but I've got something wrong in the code and it will not get beyond the first line....more >>

actionscript book recommendation
Posted by rwl3 at 1/4/2005 4:28:08 AM
Can someone recommend a good FlashMX ActionScript book? Something with good examples. The Macromedia Documentation is not penetrating......more >>

More fun with Key Codes
Posted by Spam!? at 1/4/2005 3:56:07 AM
Lately I have noticed a fair amount of work going into KEY events, methods and so on by various folks, so I thought I would add a question into the mix, that hopefully someone may be able to shed some light on... Key codes seem to start at 1 (left mouse click?!?) and go to around 300 ish.....more >>

Functions not available for objects not in first frame
Posted by utah35pitt7 at 1/4/2005 2:51:48 AM
Functions introduced in the first frame of the actions layer of the time line are only available to objects that are also placed in the first frame. How do I keep the code in one place and not have to have objects in frame one? Thanks ...more >>

Flash mp3 player works in firefox but not IE
Posted by Jshpro2 at 1/4/2005 2:20:18 AM
I have this MP3 player that will not work in IE but works fine in firefox. I have done some testing and have no idea why this is. It has been tested on several Pc's so far, could you please see if this works in IE on your pc, and also look at the source code and let me know why this wouldn't w...more >>

Preloader for a picture gallery?
Posted by Eric_Pena at 1/4/2005 2:07:50 AM
Hello! I have a gallery (http://www.InstitutoPueblaValsequillo.com under 'Galeria'), the problem is that my target audience is under a 56k connection so it takes quite long to load every picture. I load the JPGs onto a movieClip this way: loadMovie(whichPic+'.jpg', 'square'); I want to make ...more >>

Need help moving from v6 to v7!
Posted by Eric_Pena at 1/4/2005 1:24:25 AM
Hello! I found a pretty cool movie, the problem is that it was programmed long time ago using Flash 4. I have been working all day to change it so it can work under Flash 7, but I could not get it to work. I changed many of the programming and I got it to work for Flash 6, but not for Flash 7 ...more >>

API for Actionscript objects
Posted by rafism at 1/4/2005 1:14:44 AM
Hi, I am using Flash MX 2004 Pro for my application. I have an ArrayList, from which I need to add/remove elements. How do I get this done ? Is there any site which gives an API for the Actionscript objects, listing their methods and parameters etc.. ? Thanks, RafiSM ...more >>


DevelopmentNow Blog