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 2005 > threads for monday february 21

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

not root
Posted by hack3rman at 2/21/2005 11:18:00 PM
This is probably a dumb questions, but here goes. Im trying to adapt a feedback form script Ive found. The variables in the form I found are send to the sendmail.php with this command: sender_mail = _root.Semail.text However, I created an internal movie with the feedback form. How do I...more >>


A Little Flash/MySQL Help...
Posted by SmifWes at 2/21/2005 11:16:01 PM
OK, I'm having trouble getting Flash MX to send text from an input field to a PHP. In the Flash I have two input fields. One has the var name "price" and the other has var name "state". I have a button with the following actions assigned to it... on (release) { loadVariablesNum("10...more >>

record and save a sound?
Posted by livingwithanangel at 2/21/2005 11:08:06 PM
I need to create a flash interface that includes the option to click a button and record 15 seconds of sound from a usb microphone into a specified folder on the hard drive - can anyone suggest how I could do this? I'm a releative newcomer to actionscripting so be gentle with me!.....thanks!! ...more >>

Local Wierdness
Posted by designdog at 2/21/2005 10:30:27 PM
Make a new Flash document. Draw a red ball. Convert it to a movie symbol called 'ball.' Give it an instance name: 'ball'. Add a layer on top. In it write this script: this.ball.onLoad = function() { trace('Hello'); } Test the movie. Nothing happens. Select the ball symbol on the stage. H...more >>

printing
Posted by mar_design2 at 2/21/2005 10:12:59 PM
I want people to be able to save and print images from my website. I noticed on other websites that a little pop up menu appears when you rollover on images giving people the option to save and primt images. What is the script for this and how do i go about doing this? I am a beginner in flash...more >>

Can I set "onRollOut = false"?
Posted by highlander_1 at 2/21/2005 9:49:41 PM
Maybe a weird question?? I have a anymous function in my first frame. Can I set "this.onRollOut = false" and disable onRollOut for a few seconds? You know - make that "this.onRollOut" not work when I?m moving my cursor out of the button area. (only for a few seconds) :-) Heres ...more >>

How do i create a swf that loads in a choice of 3 other swf's depending on time of the system clock?
Posted by Rob_jones732000 at 2/21/2005 9:01:28 PM
How do i create a swf that loads in a choice of 3 other swf's depending on time of the system clock? The swf loaded in should correspond with these times: 15 - 23 = swf 1 23 - 7 = swf 2 7 - 15 = swf 3 This is what 'kunjanos' said but it isnt very clear and doesnt say what goes where (sorry!...more >>

setInterval () ??
Posted by vibes_32 at 2/21/2005 8:11:50 PM
I have successfully set up the interval function to work as is: var randomLoader:Number = setInterval(randomClip, intervalTime); What I want to do though is check to see if my _global.active variable is set to 1 or 0 and based on that condition the randomLoader will either run as normal or no...more >>



bug - flash crash
Posted by ERNYNAP at 2/21/2005 7:44:36 PM
I have 3 text Fields and the action script like this : when I cliked on the last text fieled My flash 2004 under windows xp crash . campo1_txt.onSetFocus = function(){ trace("on") } campo2_txt.onSetFocus = function(){ trace("on") } campo3_txt.onSetFocus = function(){...more >>

Custom Hand Cursor Script
Posted by runmad at 2/21/2005 7:14:53 PM
I am using the following script for a movieclip to make it work as my cursor for my website: onClipEvent (load) { Mouse.hide(); startDrag(this, true); } Is there anything I can add to make the cursor change to a custom hand cursor I have made in another MC? Or should I use a wh...more >>

renaming objects with numerical instance names
Posted by jbeltran_mx at 2/21/2005 7:05:14 PM
Hello, I loaded an external movieClip into my main movie, but that swf file was created by other program rather than flash. The objects and movie clips that this external file creates have numerical instance names. So when i try to interact with this objects i cannot do it because i cannot get...more >>

Array problems
Posted by dr.Evol at 2/21/2005 5:37:07 PM
Hello, I would like to push Object to array. This is my code, which returns only the last Array record. Whats wrong? thx!! var myArr:Array=new Array(); var myObj:Object=new Object(); var testprop:Object=new Object(); myObj.testprop="123"; myArr.push(myObj); myObj.testprop=...more >>

localConnection and javascript question
Posted by 2fingers at 2/21/2005 5:36:08 PM
I have one browser window playing a flash movie which consists of a gallery of thumbnail pictures/buttons, when one of the buttons is pressed a second browser window pops to the front showing an enlarged version of the button/pic in the thumbnail gallery. the second window is loaded at the sam...more >>

button in a movie clip
Posted by animationalex at 2/21/2005 5:29:08 PM
I dont know a ton of actionscript but i cant get a button inside a movieclip to link to the 2nd frame in the scene. also, the button will only click if you hit the outline of it. i checked the HIT area and its the same frame as the up position. could someone help me? ...more >>

.me like in director
Posted by Russ at 2/21/2005 5:19:05 PM
Is there a .me syntax in flash I have a very long script that I could do in a few lines in director as a behaviour using .me syntax Any way of writing this easier in flash mx Eg. onEnterFrame = function () { if (random(64) == random(64)) { _root.r_1_mc.gotoAndStop(random(5));...more >>

how can i pause a frame for 5 seconds then jump to another frame?
Posted by libra37 at 2/21/2005 5:08:50 PM
how can i pause a frame for 5 seconds then jump to another frame? For example i want to pause frame 1 for 5 seconds then after 5 seconds go to frame 6....more >>

DUPLICATING EXTERNAL LOADED MOVIECLIP QUESTION.
Posted by nmx_shadow at 2/21/2005 5:08:49 PM
the basic question is how i load an external movieclip, and then duplicate it inside the main movie? URL = ("txt.swf"); var NWOBJ = new MovieClipLoader(); OBJ = new Object(); OBJ.onLoadStart = function(target_mc) { }; OBJ.onLoadProgress = function(target_mc, loadedBytes, totalByt...more >>

Loading .swf files in order
Posted by Pip057 at 2/21/2005 4:17:40 PM
How can I make .swf files load in a certain order?...more >>

how to grab name of item
Posted by davemml at 2/21/2005 3:50:12 PM
attached this is the code I am using on a drag and drop, it works fine. What I need to do is get the name of the clip as it is placed on the target so it can append an array to be checked later. :confused; delynchfam@cac.net function dragSetup(clip, targ) { clip.onPress = function()...more >>

General Questions in Actionscript
Posted by GhettoFabFlah at 2/21/2005 3:43:10 PM
I have hit a huge road block with what im doing, and i need some answers as soon as possible! Here are some questions i need some help with. If ANYONE can help please, Im desperate! 1. Is there a way to tint something using actionscript and if so how (an example would be appreciated if its ...more >>

browse for file with flash
Posted by thingsimade at 2/21/2005 3:24:00 PM
Is anybody able to figure out what's wrong with this (or specifically why it doesn't work in mac browsers)? http://home.graffiti.net/flash_help:graffiti.net/ I've tried lots of different options including the yamago component (http://www.yamago.net/components/). The yamago component work...more >>

Naming drawn rectangle
Posted by Lucas da Li at 2/21/2005 3:01:49 PM
I've used Ric Ewing's function drawRect (http://www.macromedia.com/devnet/mx/flash/articles/adv_draw_methods.html) to draw a rectangle(!!!), but I would like to give it an instance name, so I can refer to it later. Is there a way to do it? ...more >>

Target Paths
Posted by a little ant at 2/21/2005 2:24:20 PM
Can you please remind me. I have a master.swf and it successfully loads in lots of other swfs as it usually does. Now if I load that master.swf into a new Ultramaster.swf (into an mc named swfHolder) do i need to change all of my address for all the swfs that usually load into master.swf? ...more >>

Adding Keyboard Listener
Posted by meeesta at 2/21/2005 1:54:30 PM
Hello. Thanks for taking the time to look at me little problem. To cut to the chase, I'm creating a projector (with the usual fullscreen, quit etc) buttons. However I'd like also to have the same functions fire up in response to specific keyboard presses. I tried this code. keyboardListe...more >>

Learning Interaction Text Wrap
Posted by parke at 2/21/2005 1:50:08 PM
I am using Flash Learning Interactions to make a quiz. I have a multiple Choice question where the text is to long, and I would like it to wrap, but I'm not sure how to do this.:D...more >>

checking flash plugin
Posted by _bigR at 2/21/2005 12:49:15 PM
how can i check whether the user is hav'g flash plugin throgh action script :sun;...more >>

Global Functions
Posted by t8ddw at 2/21/2005 11:22:00 AM
Hi... I'm having issues in declaring a Global Function and then calling it from an embedded movie. In the _root timeline I'm doing: _global.doPageManagement=function(){ trace ("Page Management invoked"); } and then trying to call this within a button on an embedded movie: on ...more >>

Speed Up Animation
Posted by Trish V at 2/21/2005 11:14:24 AM
Hello....I have a symbol that is rotating at a constant speed. When a user clicks a button, I want the rotating to suddenly speed up and the symbol to shrink and fade away. Is there any actionscript that will make my symbol suddenly speed up??? I was thinking of just replacing it with another ...more >>

new LoadVars() problem
Posted by Lindeskov at 2/21/2005 9:06:41 AM
Could you please help me with the Attached Code, all the tutorials I have read indicate that what I have done i s right but it is not. When I test it inside Flash there is no indication that it can not finde the url! :O) Frank login.onRelease = function() { if (login_txt.text.length<1) ...more >>

Passing information from a movie loaded in a movie clip holder to the main movie
Posted by Brad Huk at 2/21/2005 8:26:19 AM
I have created a flash movie with a movie clip holder that loads another flash movie. The main flash movie has some buttons that have been made invisible with actionscript. What I want, is to make the buttons visible by clicking a button on the flash movie thats loaded into the movie clip hold...more >>

xml node values into variables
Posted by Drummer_Tune at 2/21/2005 6:16:35 AM
How can I place the text from a node to a variable in flash so the the variable "Points" is placed into the variable myDimensionalArray I have set a text field with the variable name of Points and it outputs the value of "node 2"to the screen correctly, but the value of "node 2'" does not...more >>

Time Sensitive To System Clock
Posted by Rob_jones732000 at 2/21/2005 2:26:06 AM
I'd have a main swf that will load in a choice of 3 swf's depending on what time (system clock will determine the time) the user accessed the main swf. Firstly is this possible? When the user accesses the main swf at the following times of day then these swf's should be loaded into it 3.01p...more >>

Stretch v Speed
Posted by GhettoFabFlah at 2/21/2005 2:24:54 AM
Greetings again Everyone! I'm having some trouble figuring out how to get this going, but i would like to have alot of objects flying around the screen (actually I already have that) but the problem is that each one has a blur behind it (a linear color fill) that i made into a movieclip and ...more >>

How can I get the local host IP in Actionscript?
Posted by hongrui at 2/21/2005 2:05:54 AM
Now my flash is runing in the web,how can I get the local host IP? many thanks!...more >>

alternatives to loading txt files to flash
Posted by DJ Papa Smurf at 2/21/2005 12:24:32 AM
Hi, I'm using Flash MX and I now know how to attach an external txt file to my Flash movie, via Dynamic Text Field. But how come it's hard to try to format the txt file? I want the color to at least be white since my movie's background is black. Are there any tricks I could use? Also, how do y...more >>

CreateTextField inside button
Posted by booyabazooka at 2/21/2005 12:03:11 AM
_root.attachMovie("blank_button", "button0", 1); button0.createTextField("textt1",20,50,50,50,20); button0.textt1.text = "here's some text"; So I can dynamically create an instance of blank_button and put text into it - but it only works if blank_button is a Movie Clip object. How can I c...more >>


DevelopmentNow Blog