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 2006 > threads for monday february 13

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

Put gotoandPlay("framename") into XML to control movie
Posted by Carlos Gonçalves at 2/13/2006 11:15:08 PM
Is it possible to put a flash command like "GotoAndPlay("framename")" into a XML file and It controls Flash? Thanks! ...more >>


arrayName.push(Object); ?
Posted by supdun at 2/13/2006 10:55:55 PM
I've been experimenting with arrays. See what datatypes I can add to an array. Now I know arrays are very flexible when it comes to adding Strings, Numbers, and Booleans to one array. My question, is it possible to instantiate an object into the push'es paramaters? In other words can I add an ...more >>

Expanding Movie To Full Screen
Posted by Stubbed Toe at 2/13/2006 10:27:34 PM
Hi, I have my flash document set at 700x400 with a blue background. If I was to put in the : fscommand("fullscreen", true); command, on loading the screen would be filled with my movie. How can I make it so it expand the screen to full, but keeps the 700x400 size of the movie and fills the...more >>

add effects after loadMovie
Posted by MotoFlash at 2/13/2006 10:11:07 PM
I have an external .swf that I load at a certain frame. It doesn't have any animation added to it. It's basically a screenshot of a software app. I'm loading and unloading to save on space since these screenshots jack up the file size . This is working great, however, what I'm looking to do ...more >>

Actionscript Help
Posted by Vampire66 at 2/13/2006 10:04:04 PM
Help....Unable to direct code to next scene. I downloaded an animiation file for a text introduction scene. I'm unable to get to scene two. I've tried everything. I believe that it is in the code somewhere. Please note code before in 4 frames. Frame 1: text = "VISONS FLORAL DESIGNS BY...more >>

help with localconnection
Posted by dvwatkins at 2/13/2006 8:56:02 PM
Im trying to transfer variables between two different movies using localconnection. it works when i have both movies open in different windows. For example i have the login screen and the first page of the course open at the same time. I type my name in and press submit. My name then shows...more >>

email with out php? or with?
Posted by ~eXe~ at 2/13/2006 8:42:36 PM
hi I need help to e-mail a forum that a user fills out. I was going to use the "mailto" html tag, but it doesn't work with mozilla due to the find on this page feature. When you use a browser that suports this, it opens up outlook explorer. I can't have that on my site. Is there a way to...more >>

Mouse Wheel Problem Please help
Posted by Flamebg at 2/13/2006 8:40:53 PM
OK I saw someone typed my exact problem and noone answered to him .. so I hope now someone can and will answer me.. I have a movie clip and I want when I scroll the mouse wheen up the movie clip to go up and when I scroll the mouse wheel down the movie clip to go down (like his _y = _y + 35 ...more >>



Disabling buttons
Posted by halkedon at 2/13/2006 8:38:07 PM
I have code for my project all working correctly. My code is used in a function. When I click on a certain button and view contents there, I want the other buttons to be disabled (until returning to the main interface). Here is my code: kitchen_mc.stop(); mySound = new Sound(); mySou...more >>

GotoAndPlay Scene issues
Posted by GhettoFabFlah at 2/13/2006 7:00:49 PM
i know the title makes me sound like a total novice, which is probably true, but is there some special rule or something that im missing about gotoAndPlay? i have a mc thats not on the root timeline, and it has the code: ("home" is the name of the scene) on (release) { _root.gotoAndPlay...more >>

get Date problem
Posted by nek53 at 2/13/2006 6:57:12 PM
I am using Flash Pro 8. I am trying to get Date using the following actionscript - I am getting the following date format - F 13, 2006. How can get - February 13, 2006 Hope someone can help! Thanks.... _root.onEnterFrame= function(){ var timeOfYear:Date = new Da...more >>

Show Message while Calculating??
Posted by Math Tutor at 2/13/2006 6:48:01 PM
I need to run a function that does some simple statistics calculations. The problem is the user can indicate to run these calculations many times up to 9999. The calculations are fairly simple, but it takes my computer several seconds to return the results. I want something to pop up to let th...more >>

one button - two actions
Posted by linebj at 2/13/2006 6:47:09 PM
Hi Can anybody help me? I am working on a web site, and I would like some of the buttons to do two things when pressed. First i should go to frame 81 and play from there. After this (when the rest of the current scene is played) it should go to another scene and play from frame 1. How do I...more >>

easing on stage resize
Posted by microes at 2/13/2006 6:45:38 PM
here i.m creating easing on stage resize. how would easing equations be properly applied? my movieclip is not responding to actions nor #include? #include "lmc_tween.as" Stage.align = "TL"; Stage.scaleMode = "noScale"; stageListener = new Object(); stageListener.onResize = functio...more >>

Flash player 7 and 8 crashes on input text fields
Posted by MCR at 2/13/2006 6:27:46 PM
Written a Flash 7 app (using AS2 strict data typing feature only) that runs in IE6.0.2900 on winXP (SP2) which reads some data in via the XML object than uses text input fields with embbed fonts (Helvetica 55 Roman) to get data from user, then jumps to a new screen a plots a graph using the dr...more >>

keyboard movement
Posted by angryapple at 2/13/2006 4:33:12 PM
how do you make stuff move with the keyboard?...more >>

Drawing Boxes/Lines Etc
Posted by phonemymum at 2/13/2006 4:13:37 PM
I'm struggling to find a solution to dynamically draw boxes and connecting lines at runtime. It is simple to create a tween to draw a line, and with a bit of tweaking probably a box, but I suspect it is much easier to acheive using actionscript but I can't work out how. Does anybody have a...more >>

Using 3 variables
Posted by kaboom862 at 2/13/2006 3:39:56 PM
I want to load three external SWF files (green.swf, yellow.swf & red.swf). When a movie is loaded, it will search a text variable to confirm a number. If this number is <= 15 loadmovie red.swf if this number is between 15 & 20 loadmovie yellow.swf and if this number is >= 20 loadmovie gree...more >>

scrollPane problem
Posted by Ronen Pinko at 2/13/2006 2:58:38 PM
:confused; k, it didnt go well when i last tried to explain this problem. here goes again, i cant go on with my project unless i solve this. i have a class called gantt.as . this class constructor takes 4 parametes: 1: movieclip object (in which it'll later create additional moviecli...more >>

Playing Movie Clips in Sequence?
Posted by mdelaflor at 2/13/2006 2:52:14 PM
Hello, I have three movie clips that I would like to play in sequence automatically. For example, MovieClip1will load first, then when it is done playing I want MovieClip2 to play and the when MovieClip2 is done I want MovieClip3 to play. What is the ActionScript that I need to use to do t...more >>

Best Practices with XML and creating a template
Posted by Mordred58 at 2/13/2006 2:36:02 PM
I am setting up an XML based, SCORM 1.2 compliant e-learning module. I am in the process of creating my library of elements that will be included in module. I am thinking that, for larger scale portions of the module, I will need to create individual SWF files, and place them in a library. ...more >>

loadMovie() in typical shape
Posted by Ronak Bhagdev at 2/13/2006 1:58:04 PM
Hi, This is my second post of this topic on same day. There is no reply First I thought it's easy to load any image in any typical shape. But when I faced such problem, I can't think what to do? Actually I want to load one image in triangle. That image is square. When i load this image in...more >>

Play Movie From Button?
Posted by aspidistra at 2/13/2006 1:54:10 PM
Hi I have built an animated button on a map which needs to show another smaller map when clicked on...i have tried this several times but cannot get it to work. Currently I have it so the new map is there all the time and disappears when the button is clicked. Any advice on how to do...more >>

Alert component
Posted by OniLink at 2/13/2006 1:01:03 PM
Hi, I'm having a lot of problems with the Alert component. I have multiple functions and inside each of those functions I want tp show an alert. How would I do this. I've tried to define a hander and alert show inside the function, but it doesnt work. It works if it is outside the function...more >>

fscommand
Posted by a1212121 at 2/13/2006 12:50:19 PM
hi, i want to disable the right click menu options(zoom , show all, play , loop....) in flash player 7. thanks in advance...more >>

uploads to secure folders
Posted by DMennenoh *TMM* at 2/13/2006 8:32:54 AM
Does the new F8 uploading facilites work with secure folders on the server? I had uploading working just fine - then I modified my server so that users had to login to access the folder where my app is. Now I'm having problems uploading... I read something about fileReference not sending the prop...more >>

Uploading files
Posted by DMennenoh *TMM* at 2/13/2006 8:22:49 AM
Does the new F8 uploading facilites work with secure folders on the server? I had uploading working just fine - then I modified my server so that users had to login to access the folder where my app is. Now I'm having problems uploading... I read something about fileReference not sending the p...more >>

How to open MS Word file from .SWF/.EXE
Posted by Mehul Thakkar at 2/13/2006 4:33:39 AM
I am not able open the MS WORD file from .swf file. I tried using GET URL script, but it could not work. PLease give me some other way to do it. Thanks in advance....more >>

Invisible Bg?
Posted by Pitchsole at 2/13/2006 3:29:59 AM
Okay, say if i had a flash and i put it on a website, and when i previwed the website, wat code would i have to put on the website and in the flash to my any open gb invisible, see threw, so that you could see the webpage behind it>? ...more >>

Actionscript
Posted by desire_name at 2/13/2006 1:35:34 AM
Hey guys, I have a flash website up and running. However, i have embedded music file that players (loadmovie) which opens on start-up of the browser. The actionscript works in FlashPlayer but whenever I go onto the web browser to view my site, the music does not play. Can someone please help...more >>

other code executing before xml data loaded
Posted by N-J at 2/13/2006 12:01:13 AM
:frown;I have several functions which load XML data. The trouble is that control returns to the calling routine, and continues to execute code there, before the XML data has been read. This leads to problems when I try to use data that should have been loaded but hasn't yet. This must...more >>

Preloading when using External Classes.
Posted by DadrianKaelan at 2/13/2006 12:00:00 AM
Lately I've switched from coding a lot on the timeline to putting it in external Class Files. Unfortunately I didn't realize that there came a lot of problems with this when putting the files online. A simple preloader didn't cut it at all since all the code was being exported to the first fra...more >>

tween nav effect
Posted by dirkness at 2/13/2006 12:00:00 AM
Hi I'm trying to use the mx teen class to replicate the movement in this website: http://www.zebrapeople.com So far I've got here: http://www.detkendesign.com/detken3/test6.php I've got the basic structure but am having problems with the xscale / yscale aspect and getting the tween...more >>

datefield
Posted by jonnybennett at 2/13/2006 12:00:00 AM
I am tying to use the datefield so that a user can upload their birthday. However the datefield starts with the year 2006 (understandable). What isn't understandable is that to get to a different year the user must flick through all the months to get to the previous year. Therefore someone tha...more >>

XML
Posted by Macromedia at 2/13/2006 12:00:00 AM
Hello, I have to make a link between a xml file and flash now is that not a problem but is there a way to reload the xml file without to refresh the hole page ? Thanks ...more >>

problems with fileupload with flash 8
Posted by villamark at 2/13/2006 12:00:00 AM
hi guys, my website use file upload from the class Filereference and php to upload images to the gallery and it was working fine for about 2-3 months but suddenly i'm getting httperror #403 a few days ago, the strange is that i didn't move anything. i use a shared hosting using unix . i t...more >>

How to find location of a movieclip being dragged?
Posted by vishalkhanna8 at 2/13/2006 12:00:00 AM
Hi How can I find x-y coordinate location of a movie clip being dragged? I want to know this because I am trying to drag and drop a movieclip to a certain location. Also, is there a way I can change the color (hover affect) of the rectangle where the movieclip is to be dropped. Than...more >>

Flash Actionscripting
Posted by halkedon at 2/13/2006 12:00:00 AM
I already have my project working but I need to find a way to put the code that I have now, into a function to avoid repetition of similar code. I've tried different ways but none of them worked. I have a movie clip which has four buttons on top of it. Inside this movie clip I have 5 keyf...more >>

rollovers
Posted by batgirl_Sa at 2/13/2006 12:00:00 AM
can anyone give me a clue or guide me onwhere to gotolearn how to create buttons like this http://www.keigrafisch.nl/index_flash.html i like the way it is highlighted andunhilghted when rolled over thanks ...more >>

How to add events in a Class
Posted by AnandMX at 2/13/2006 12:00:00 AM
friends i m stuck in a prob ... i am making a calculator component and need to capture button events inside the component .. i tried eventListener but didnt worked and i wish to make it true AS2.0 methods . i m adding button as a movieclip inside component. please help or send me link that can...more >>

loadMovie() in typical shape
Posted by Ronak Bhagdev at 2/13/2006 12:00:00 AM
Hi, First I thought it's easy to load any image in any typical shape. But when I faced such problem, I can't think what to do? Actually I want to load one image in triangle. That image is square. When i load this image in triangle shape , image doesn't look triangle, But it's in original s...more >>

Alert control
Posted by OniLink at 2/13/2006 12:00:00 AM
I have this exact same code in two different .fla's. Only one of them actually works and shows the Alert window. Here is the code I used in both: (note: one of the .fla's has other code in it and the other only has the follwoing code) -- import mx.controls.Alert; error = "Sorry, unable to ...more >>

is there a better way of tweening??
Posted by batgirl_Sa at 2/13/2006 12:00:00 AM
i realized some sites the movement of images is so smoothe... i can get it that smoothe.... is there a better way of tweenig or lets say moving images from one place to another like for example in this site http://www.shanalondon.com/ therectangle expands so smothly and then when you go to CO...more >>

Custom Built Scrollbar
Posted by DadrianKaelan at 2/13/2006 12:00:00 AM
I know I've brought this question up before on the forum, but I was told to skin the UI scrollbar component. This time I'd like to build my own scrollbar which either scrolls a dynamic textfield or a MovieClip that is masked so only the read-able section is shown. If ANYONE can help please do....more >>

Maths Equations...displaying them
Posted by trezbo at 2/13/2006 12:00:00 AM
Hi anyone know if it is possible to display math equations in text boxes. like being able to show the square root sign etc. without having to draw a line?? any help appreciated ...more >>

I need a 2nd set of eyes plz
Posted by xXxSNYPERxXx at 2/13/2006 12:00:00 AM
hi all... ok here is what i have. This is just some dynamic text I have in a scroller... it is working now.. but opening in the same window as my movie. <a href=\"http://www.apextuning.com/ncdubs/cgi-bin/yabb/YaBB.pl?num=1138897507#\">< u><b>more</b></u></a> where can i put _blank in...more >>

problem with this["array"+i] in LocalConnection
Posted by antewik at 2/13/2006 12:00:00 AM
Hi. I have the following problem: myArray0 = new Array(); myArray1 = new Array(); var aLocalConnection = new LocalConnection(); aLocalConnection.test = function(myRecivedArray, i) { this= eval("myArray"+i).concat(myRecivedArray); } // This code doesn't work when i use a Local ...more >>

input text and Enter
Posted by wision at 2/13/2006 12:00:00 AM
The problem is next: I have an input text field, under this textfiel a submit button. After writing the text in the input textfield I press ENTER button and nothing happened. It's possible to make an actionscript which insure after press ENTER the submit of a text? Thank you for the answers, W...more >>

Handling buttons inside components in As2.0
Posted by AnandMX at 2/13/2006 12:00:00 AM
friends i m stuck in a prob ... i am making a calculator component and need to capture button events inside the component .. i tried eventListener but didnt worked and i wish to make it true AS2.0 methos . i m adding button as a movieclip inside component. please help or send me link that can ...more >>

keylistener on movie clip
Posted by b_pandey at 2/13/2006 12:00:00 AM
Hi Guys, I'm applying the below code on the movie clip, but it does'nt work. onClipEvent(keyUp) { keyListener = new Object(); keyListener = function () { //32- space -- 13 - Enter if(Key.getCode() == 90) { Key.removeListener(keyListener); nextFrame(); } } Key.addListener(...more >>

Simple progress bar animation?
Posted by Lee Sumner at 2/13/2006 12:00:00 AM
I'm trying to create what I think is a very simple animation but am new to this. I want to create a simple animation of a box getting wider depending on a parameter passed in at run time. Basically - the parameter is a number (1-100) and the box should slowly grow it's width to this number...more >>

Full Screen Help
Posted by BeniRose at 2/13/2006 12:00:00 AM
Does anyone know a good tutorial on how to make fullscreen flash sites IN BROWSERS? I put that in caps to prevent someone from just giving me the good, old fashion fscommand response because from what i've read you have to do all sorts of javascript calculations to resize your movie and what n...more >>


DevelopmentNow Blog