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 > july 2007 > threads for friday july 27

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

levels issue?
Posted by hoss9009 at 7/27/2007 11:25:22 PM
i need help. i can't get my loadMovie button to work. help... Here the two swfs and a zip on a http://designlev.com/help/help.html....more >>


Determine App RAM Requirements
Posted by MichaelS at 7/27/2007 11:01:57 PM
Is there some way to tell how much RAM I should recommend a user have when running my SWF application in a brower? It's only about 200k but load external SWF and FLV content up to 20MB. Thanks in advance for any help. ...more >>

return var
Posted by Chilectro at 7/27/2007 10:46:16 PM
Hello Folks, Quick question, trying to do some action script however its not going to well. [code] function testing() { envia = new LoadVars(); flvURL = "BDAGMgdzVTFYel5tVCZUZQR3WzALPgl3"; envia.r = flvURL; recibe = new LoadVars(); envia.sendAndLoad(...more >>

same code; different response
Posted by peteratomic at 7/27/2007 10:05:44 PM
I am using an extremely simple script that I've used at least a half dozen times on different projects and it has always worked before. Spent hours re-pasting code, trying variations and this stupid thing won't work. There's an iTunes gift certificate for the first person that helps me solve t...more >>

startDrag challenge...
Posted by yarkehsiow at 7/27/2007 8:12:30 PM
hello, i'm trying to limit the path that myMC can travel on the x axis... (between 0 & 180 pixels only) you can see what i've done, by defining l,t,r,b in the "MovieClip.prototype.startSmoothDrag" function, then applying it in the "myMC.onPress" function. but it doesn't work. does a...more >>

please help get 3 hyperlinks to work in 1 banner
Posted by floidfreek at 7/27/2007 6:49:46 PM
I have a banner with three images, each image displaying for 5 seconds. I want an invisible button to link each image to a different url. I get 1 button to work fine, but when I add another button to the second image, I get the error "[b]duplicate function error - function buttonClickHandle...more >>

attempting to creat an average in a dynamic text field
Posted by opelfoto at 7/27/2007 6:19:32 PM
I have 10 buttons on my stage, i am attempting to give them actionscript so that when each is clicked, the number clicked is recorded in a dynamic text field as an average vote. For instance, one person clicks a 6, it is then recorded and saved. Then next person clicks an 8, it is recorded, ...more >>

How to pass text field contents to URLRequest instance?
Posted by ljcroker at 7/27/2007 5:13:36 PM
AS 2.0 provided a simple way to allow for input fields to pass urls to a browser, as well as passing variable values to scripts on the web (such as Google). I'm now struggling with getting an instance of the URLRequest object to use the contents of a text field for the string expected in t...more >>



overlapping colors
Posted by wwscoper at 7/27/2007 4:34:59 PM
I am creating a color wheel of sorts and am using a red, green, and blue circle converted to movie clips. I have the transparency set to about 70% on all of the circles. Where the red and green circles overlap, I am not getting a nice yellow like want. These circles will eventually be animated...more >>

Button rollover
Posted by CazmoV at 7/27/2007 4:22:25 PM
Please could someone send me the AS for a sound to play when the moused is rolled over an object Thanks Caz...more >>

problem with a button
Posted by nesmoth at 7/27/2007 4:01:15 PM
hello everyone, i?m really a newie in flash, and now i?m traying to learn a couple of things at least just for fun. The problem it is that I want to build a button with an animation effect,but I want when the mousse go out the button,this make a animation too, so what I did was: create a fig...more >>

URLLoader & Caching
Posted by hciguy at 7/27/2007 3:06:50 PM
I know in Flash8/AS 2.0 you had to add a random number to the end of the query string - http://www.mysite.com/myscript.php?rdm=32&var1=Bob - to get around the fact that the SWF got cached and the dynamic data wouldn't always get loaded right... Is that still the case in CS3/AS 3.0? Th...more >>

Why doesn't _xscale work the same as _yscale?
Posted by truly_great at 7/27/2007 2:46:38 PM
I have created a SWF that loads data dynamically from an ASP page. It loads the FlashVars m_XWidth and m_YHeight . I declared the Flash variables DynX and DynY and assigned the FlashVars to them respectively (so far so good). BUT - when I say: this.dynamic_mc._xscale = DynX; this.dynamic...more >>

Flv and mcLoader Class
Posted by Peter Hahmann at 7/27/2007 2:41:57 PM
Hi, Does somebody knows what is happening? I'm using the mcLoader class to load all my external swf files, everything worket perfectly until I decided to use flvPlayBack on one of those external files. If the player is on my main stage it works great and if I run directly the loaded swf ...more >>

Adopted a project... already lost.
Posted by the_cliffs_edge at 7/27/2007 1:41:51 PM
Okay, as the subject says, I've adopted an abandoned flash project, but I'm a little confused. The people I've taken the project from were far more sophisticated in their works, and in their source files had a nearly scriptless ..fla file and a jaw-dropping .flp file. I don't know how to i...more >>

Can we create hotkey in flash?
Posted by ttdevelop at 7/27/2007 4:22:22 AM
Do we have some function to check if user is pressing on Ctrl or Alt key? or pressing on a key at all?...more >>

Random Rotation
Posted by RaycerX at 7/27/2007 3:39:41 AM
I'm doing a kind of falling snowflake tutorial and would like to add some random rotation to each of the flakes. I don't want them to rotate more than once while they're falling. Here's the actionscript I've been using. Everything works except for the last line of code. Not sure if any of that...more >>

Trouble loading an external swf file implemented with AS3
Posted by ttdevelop at 7/27/2007 3:00:08 AM
I am using Adobe Flash CS3 At first, I tried swf_mc.loadMovie("//swf file location"); It gave me Warning: 1060: Migration issue: The method loadMovie is no longer supported. Use CODE: var l = new Loader(); addChild(l); l.load(new URLRequest("your url"));. Well, the given code isn'...more >>

clickTag problem
Posted by iliaman at 7/27/2007 1:55:56 AM
I am testing a simple flash movie with one button and action attached to it, here it is in full: on (release) { myButton_btn.onRelease = function() { getURL(clickTAG, "_blank"); }; } If I change the event to onpress, it works fine, but some advertisers say that this will trig...more >>

Controlling timeline of loaded swf
Posted by garigantua at 7/27/2007 12:34:01 AM
Hi, I am updating a site that was originally created in AS2. The very large music library for the site contains "sample" files that were auto generated into SWFs files. But they do not contain any properties, methods, or labels; just the sounds. When I load the SWFs with the AS3 Loader...more >>

Image Transperancy in bitmapData
Posted by indianraaj at 7/27/2007 12:00:00 AM
Folloing are the excerpts of my code in AS2: I have image1 as and image2 on my stage. The image2 is a transparent GIF and works good transparantly when moved, roatated etc. this image2 is merged over image1 on a button click instance. Problem with the source is that as soon as the image is m...more >>

detect a movieClip name on mouseOver
Posted by kumzlee at 7/27/2007 12:00:00 AM
Hi Dudes, I want to find out(detect) a movieClip's name on mouseOver. plese help me. I tried with hitTest and mouse listener but not able to get the movieclip's name on its mouseover state. thanks in advance. Regads, kumanan ...more >>

Loadmoive problem with timeline
Posted by Saywell at 7/27/2007 12:00:00 AM
Hi, My actionscript skills are very basic, as I only use Flash from time to time so any help would be gratefully received. I?m trying to load some jpeg files into movies which start at different points along a timeline within another movie and have come across a problem I can?t work o...more >>

Execute functions one after another
Posted by Armand_from_Latvia at 7/27/2007 12:00:00 AM
I would like to make a function that could execute other functions execute the one after another - in a manner that the next function is executed only after the one before has finished its task I have been thinking about how to achieve this but haven`t come up with anything good. If ...more >>

Looping question
Posted by Shikarin at 7/27/2007 12:00:00 AM
Hi, I trying to get both of my flvs to loop but it seems I can loop only the last 1 I enter (video2.flv), does someone have any ideas how I can make them both loop? Thanks... my_video.load("video1.flv"); myListener = new Object(); myListener.complete = function() { my_video.play()...more >>

Detecting files in a folder
Posted by ++ Barry ++ at 7/27/2007 12:00:00 AM
Hi. Is it possible for flash to detect the number of files (ie. images) stored in a folder / directory on the server or local machine. In the same way that it can look into an xml file and detect the number of nodes (i know this is completly different but its the best way i can explain it)...more >>


DevelopmentNow Blog