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 > february 2007 > threads for monday february 5

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

LoadMovie can't find target
Posted by breez11 at 2/5/2007 10:36:04 PM
I have 4 mc's on the stage c1, c2, c3, c4 and I am trying to load mc's in them from with in a loop. The only way I can get them to load is _root.loadMovie but I need them to load inside a emptyMC. Here is my code stop(); /////////////////////////////////// // ------ Variables --...more >>

Need some help with scripting a button and a combo box
Posted by satrop at 2/5/2007 10:21:00 PM
Right this is what I have, about 50 buttons that show a _mc of a shoe style, color etc.. then next to that I have combo boxes with a list of the stlye, colors etc.. I what to be able to add some code to the buttons so that you only have to click the button on the style you want and it select's...more >>

External Movie Loading
Posted by eLoCas at 2/5/2007 10:10:12 PM
I have the main movie with a button on it with the following command: on (release) { loadMovie("loadCentralCommandSGUnload.swf", "_root.loadCentralCommand"); } That works great - it loads the movie into the loadCentralCommand clip The problem if I load a different movie to a differe...more >>

MX:AS1: Movie Can't find Target
Posted by breez11 at 2/5/2007 9:36:00 PM
My maskImage functions will not trigger from inside of my loop function. If I place the tasks outside of the function it works but agian still not inside the loop. What am I doing wrong. Here is my code. /////////////////////////////////// // --------- Variables ----------- ////////...more >>

Class Problems
Posted by SymTsb at 2/5/2007 8:57:39 PM
Hey guys. If you would, look at the code below. Below is the code for my button handlers in my SubMenu class. Now that I have a finished Window class, I want the SubMenu class to create the Window when an option is pressed. This works great. The issue I have is that I need this window del...more >>

Subtracting 2 characters(Flash MX)
Posted by thunder_storm at 2/5/2007 8:31:19 PM
Hi guys, I am trying to subtract 2 characters in action script, My code line looks like this : temp=Number(str.charAt(j)-'A'); trace(temp); But everytime i run the command i get NaN as the O/P, such a command works fine in C, what to do to get this working in actionsc...more >>

inverting number values in action script
Posted by fotostrations at 2/5/2007 8:25:17 PM
Hello fellow flashers, I have a slide bar type button that delivers values of -50 to +50 based on an _y position. I have two line animations that are controlled by the same switch. However, what I want to happen is to have the animations to have an opposite reaction to the slider bar. ...more >>

Vertical Thumbnail Scroller problem
Posted by brandon_haslip at 2/5/2007 8:07:55 PM
I have a vertical thumbnail scroller that scrolls up or down depending on where your mouse is. The problem is that when the movie starts the thumbnails start scrolling. Does anybody know a way for me to have it be still until someone rolls over it. Also, i would like it to stop when someo...more >>



Forcing user's browser to download XML file that My Flash Movie loads
Posted by babo_ya at 2/5/2007 8:05:39 PM
I have a movie that loads an xml. 1) Update the xml file 2) Upload to my server 3) open IE and load my flash movie. NOTE : my flash movie still uses the xml before it was updated. How do I force my Flash movie to download the xml again? Thanks in advance.... ...more >>

Fading-In Dynamically Drawn Rectangles
Posted by jabresner at 2/5/2007 6:59:56 PM
I have a snippet of code I'm using to draw rectangles on stage. Any idea on how to control fading-in/out the rectangles? function DrawRect() { var x:Number, y:Number; var cx:Number, cy:Number; var myW:Number, myH:Number; this.clear(); myW = System.capabilities.sc...more >>

New flash user - help
Posted by fattuna at 2/5/2007 6:55:34 PM
I'm VERY new to flash, and just know the basics of actionscript. I've completed all my buttons and have my layout completed as well. But I need to be able to click my thumbnails, which i'm sure I have to make buttons, and open the larger images in a new window. OR Would it be more eff...more >>

FLVPlayback component plays my videos smaller
Posted by MCR at 2/5/2007 6:28:50 PM
I have a flash project running on a white background using the FLVPlayback component in Flash 8 to play my videos. I have around 30 FLVs I'm playing back, all encoded using On2 VP6 at 640x480 25fps. Some though are displayed with a black border of 4-8 pixels. When I screen grab the stage I see...more >>

loading in external movie
Posted by noddy man at 2/5/2007 6:06:48 PM
hi all I have a problem loading in movies from a movie with a scrolling menu. the problem is the movie(load.swf, the movie trying to load into)is also loaded into main movie, so because of this needs the code; _global.loadNewMovie(): at the end of the maintimeline to load in and out ...more >>

I'm so close...please help
Posted by dougbarba at 2/5/2007 4:51:46 PM
I have a chronological timeline for a historic site. There are a series of buttons (chronological dates) that change the x position of the timeline_mc. At either end of this series of dates, (buttons which reference the array i established for the timeline x position) I have forward and back...more >>

InstanceName Problem
Posted by greatone305 at 2/5/2007 4:19:32 PM
OK heres my problem. I got this set of button that are in an mc on the main timeline. those button need to call upon and load other mc's with other buttons that have basic functions like gotoAndPlay(). which i have done by using loadMovie(_level.contholder_mc.loadMovie("contractor_m...more >>

Disable Backspace when in input text fields
Posted by Freeky Bonjela at 2/5/2007 3:50:07 PM
Im trying to find a way to disable the keyboard backspace button from going back a page in the site but allowing it to function as a character delete when needed for typing in an input text field of a form. Strangely this problem only occurs for about a minute after the page is opened....aft...more >>

Desktop Wallpaper
Posted by ScottE at 2/5/2007 3:49:55 PM
Hi All, I'm working on a project to make a Flash Projector that will let the user right mouse click on a jpeg and have it automatically make it the Desktop Wallpaper. Is there a Flash Script that can do this? Your help is MUCH appreciated! Scott ...more >>

Draw Sketches from Data...possible?
Posted by TurboNut at 2/5/2007 3:22:07 PM
Well we have a database with codes that create sketches of buildings. The codes are simple to understand but we cannot wrap our minds around how to do this. code example: U= Up D= Down R= Right L= Left U13R7D13L7 we would make this data become an image. Can this be done with Actionscript? Doe...more >>

load an html file inside the flash movie
Posted by Ldavinci at 2/5/2007 2:58:39 PM
is it possible to load an html file inside the flash movie...and if..how..?...more >>

Email vars from swf file - NEED HELP Please
Posted by Denise Hambrick at 2/5/2007 2:55:20 PM
I have an interactive flash file that has dynamic variables that I'm trying to send to a php file which in turn will send an email with the variables attached. I'm using SendAndLoad with "POST" to send the variables to php and an email script in php to send the variables. I have been abl...more >>

forced reload
Posted by David Mok at 2/5/2007 2:27:03 PM
I am using a MovieClipLoader to load external contents from a remote server to a movieClip. After a while, I would like to load it again due to dynamic changes in the contents. However, the flash movie keeps reloading the temperorary cached file. Within ActionScript, is th...more >>

Movie "unload" commany
Posted by eLoCas at 2/5/2007 2:13:01 PM
Hello, I have a small button pic of an image on a main .swf movie that when you click on it, it loads a .swf movie into "loadPhotoMain" - when this movie loads you can see the image enlarged - I wanted to have a button that says "close" and when pressed would unload the movie out of "load...more >>

Basic button?
Posted by Kaibi at 2/5/2007 1:51:28 PM
I am very new to flash, and I've been all around it trying to find a way to make a button that opens up a website. How can I do that? Thx...more >>

How do I play the next frame?
Posted by rsnider5 at 2/5/2007 1:34:49 PM
How do you play the next frame of a movie after you have stopped the previous frame. ...more >>

problem with tabs in xml text
Posted by _mis_ at 2/5/2007 12:46:29 PM
I have a problem with my XML setup here i use Tab key to aligh up info in the xml text for aligned display in the program hoever i tested on several computers and get different resolts. how can i fix this. Please view the linked Image http://img129.imageshack.us/img129/8394/flashtextp...more >>

Alternate .swf
Posted by GerryIsHere at 2/5/2007 12:44:46 PM
Don't laugh ! Something so simple I can't set it up... I load a .swf into a movie clip. How can I write my code in order to load an alternate .swf in case the one first called doesn't exist?...more >>

display base64 encoded image in flash
Posted by kanukukreja at 2/5/2007 12:08:32 PM
how to decode the base 64 representation of the image? ...more >>

loading external swfs with loader
Posted by jjsand28 at 2/5/2007 12:07:56 PM
I have a flash movie that serves as a header. I am passing a variable from a php page to the movie using flashVars and swfObject. When the movie gets the variable it shows which page they are on by a tab (this works fine) and is supposed to load the accompanying header swf file (this does not ...more >>

Input/dynamic text fiels
Posted by Numendil at 2/5/2007 11:28:57 AM
Hi, I'm working on a quiz document, and I would like to have a few frames in the beginning where you can input the questions and answers, the names of the candidates, and so on. These would then be used in the other frames in the quiz. What actionscript do I need for this. I need dynamic t...more >>

Flash 9 Prewiev As3 check problem
Posted by lant at 2/5/2007 7:51:17 AM
Hi, As3 script cannot be checked - although code gets compiled - Can anyone brief me on its setup? Preferences already checked - $(LocalData)Classes added plus EnabledWarnings.xml - Warnings mode, StrictMode ticked Thanks Lant ...more >>

Flash for TV channels broadcast
Posted by srib at 2/5/2007 6:38:29 AM
Hi, I created a Flash application using ActionScript2.0 which calls the web service and Updates the Cricket score in Flash application. Can anyone tell me can I live that application for TV broadcast? Can anyone tell me how to use Flash for TV channels purpose. Thanks & Regards Sri...more >>

flv and swf timing
Posted by rszajkow1 at 2/5/2007 4:15:04 AM
Hello. I have a rather large vid which I have imported into my SWF dynamically using the FLV playback componenet. What I am looking to do is display some text in my original SWF during certain points in the movie. since the FLV is not on the actual timeline and will buffer differently on diffe...more >>

rollover button using external xml
Posted by depakchopra at 2/5/2007 3:25:07 AM
I am able to get a button with a movie clip to appear when the movie clip is a single frame. However, I want this button to be invisible when you start, and then appear when you hover over it. When I try to give the movieclip states of up, over, and out, I cant figure out how to get the movie ...more >>

Button Action Script Question
Posted by conniereh at 2/5/2007 2:59:54 AM
I would like to place a graphic in a defined area after clicking on a button. I tried this and the graphic loads but not on releas of the button. on (release) { var ourTextfield:TextField; ourTextField.text = "Please wait...Loading..."; var ourLoadVar:LoadVars = new LoadVars(); ...more >>

How to load a Movieclip within a Moveclip
Posted by dfsdfsdfsdfsd at 2/5/2007 12:49:03 AM
Hi, I need to configure actionscript within a movieclip to load another movieclip to play at a certain frame, then stop after 5 frames of play. So within Movieclip_1 at frame 40, I need Movieclip_2 to load and play at frame 10 and stop at frame 20. (it might be important to note that...more >>


DevelopmentNow Blog