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 > march 2004 > threads for monday march 1

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

How to get user selected text?
Posted by interactiveBoy at 3/1/2004 11:07:32 PM
I'm trying to build an imput form in Flash MX 2004 Pro that has some very simple formatting tags for HTML. Is it possible to get the string of characters that are selected in an input text box? I have looked at textField.getSelected(), textField.setSelected(), etc. But these want specific ...more >>

required text fields
Posted by skimu at 3/1/2004 9:41:19 PM
is there any easy way of making input text fields in a form required? or would it just be a longwinded if statement?...more >>

Read Dynamic Variable
Posted by Vayapues at 3/1/2004 8:04:24 PM
How can I set a variable to the value of another variable, which I need to reference dynamically. Essentially, I need to set var to the value of a second variable. The name of the second variable will change depending on other factors, I tried the following, but they don't work: var...more >>

Loading text into variables from .txt file
Posted by George at 3/1/2004 8:02:18 PM
Hello, I have the following question. Before I begin, I would like to say that I am completely lost with the changes in actionscript for MX2004. But that is besides the point, and I might be surprised with some kind of new command to do this ;). In any case, I searched the forum, and there are...more >>

Interface Zoom In and Out
Posted by tbufano at 3/1/2004 7:18:50 PM
I would like to duplicate the functionality of the following website: [L=www.sofake.com]http://www.sofake.com/[/L] I love how you get deeper into the site simply by zooming in. I also love that it eases out of the zoom. Also, if you click many layers in, it actually does the zoom out or in...more >>

MovieClip class - prototype question
Posted by szd at 3/1/2004 6:48:27 PM
I would like to create a method for the MovieClip class. So, something like MovieClip.prototype.someMethod(){ . . . Dumb question - I have assumed "MovieClip" is a class. Is this correct? Next question - can you only employ a method of the MovieClip class to dynamically created m...more >>

Alert Component Depth Control with API Drawing
Posted by Aware-0 at 3/1/2004 6:14:08 PM
I've got an mc on _root that I use as an API drawing board. Now I've created a button component that, when pressed, launches a scary Alert component saying "Are you sure you want to delete your precious drawing? It was so good and all...". The problem is that when the Alert shows, it's underne...more >>

Popup window
Posted by Fagerheim at 3/1/2004 5:57:34 PM
I want to have a button in my flash-file that open a popup window with another flash file. on (release) { getURL("JavaScript:popup();"); } This code I use on my button, but I don`t know where I must put the name of my html file. <SCRIPT LANGUAGE="JavaScript"> function popup() { ...more >>



movieclip --> image
Posted by jona at 3/1/2004 5:36:33 PM
hi! does anybody know a possibillity to export a movieclip to a gif, jpg, etc.?? or is it possible to create a pdf without the print-window. what i wanna do: user clicks on a button a movieclip saves as a jpg,gif,etc on a server a php-script publishes the pictures as a gallery than...more >>

ComboBox inside a loaded movie or Loader componen
Posted by elzabozo at 3/1/2004 5:22:14 PM
I have spent several hours on an app that loads an xml file into my dataSet and populates two comboBoxes. I then have the two combo boxes filter two different categories of pdf's into a scroll-pane and each entry has a name, button and link. Works like a charm by itself. Now I can't seem to ge...more >>

How can I load movie contents into another movie?
Posted by xtrapol8 at 3/1/2004 4:43:37 PM
How can I create the following functionality? container1.loadMovie("img1.jpg") container2 = container1; Basically, my problem is that I'm loading a dynamically streamed jpg that is always changing, but I need to have a copy of it in the background. Is there anyway to copy the contents ...more >>

path to text field to change text
Posted by Andy Petroski at 3/1/2004 4:35:50 PM
I received a response (below), but have more questions about how to access a text field in a button in a moviclip that's dynamically created???? understand root and movieclipname and buttonname. What is label. Is that the instance of the text field or is it the variable to which the dynamic t...more >>

textformat whithout html
Posted by titi2 at 3/1/2004 4:26:07 PM
hi I'dlike to have a line break in my textField's text ; does someone know the mean to have : myVar=mytextStart<br>mytextEnd without using html ?...more >>

creating random numbers for display
Posted by lickteig at 3/1/2004 4:21:08 PM
Hi all, I am wanting to create a movie clip that would randomly display the numbers 1 and 0. I want to create a digital look and feel for a site. I would take that one movie clip and show amny instances of it at the same time which would hopefully look like a bunch of 1s and 0s displaying a...more >>

Coy & Paste
Posted by oper at 3/1/2004 4:06:52 PM
its posible to create a Dynamic Copy&paste ? for example: a button that when you click it will copy the test of a Text object and you only have to paste in a notepad for example? any ideas?...more >>

nested movieClips with actions
Posted by Mark McCarthy at 3/1/2004 3:58:47 PM
Hi folks, on the main timeline I have 2 movieClips. one is transparent, the other contains another timeline. the transparent movieClip tells the other to play. inside the non-transparent movieClip I have a few more movie clips with actions. however the actions are conflicting with eachothe...more >>

Margins
Posted by sai1 at 3/1/2004 3:47:55 PM
How do I set margins/boundaries in the Fla? What I wanna do is I wanna limit the MC to a small box, prevent it from being dragged out by user. Anyone can help me?...more >>

difficulties accessing variables from loadVars
Posted by mitsubishi at 3/1/2004 3:42:21 PM
I am using a loadVars object to store user data and then send it to a PHP script. Another loadVars object is used to handle the response from the script. However I can't seem to access the variables in the reply loadVars, [b]this.reply[/b]. Can anyone help? //loadVar object to deal with se...more >>

[MX] Combobox.setSelectedIndex question
Posted by AlexCr at 3/1/2004 3:15:45 PM
Hi, I'm trying to fill a combobox "on the fly", this is working. But when it's filled, i want te pre-select one of the values. So I tried: soort.cmb.setSelectedIndex(3); Where "soort" is a MC, "cmb" is a combobox of Flash. I insert this code right after the filling, but when I test t...more >>

Quastion about shared object
Posted by strugler at 3/1/2004 3:09:25 PM
HI Is it possible to enter many different items in to the same shared object and then display them all together in a scrollable text fiield? I have done it with separate shared objects back into the same text field but want to bring together all the user inputs into a final scollable repo...more >>

duplicating movie clips for drag and drop
Posted by hgjgjkfuk at 3/1/2004 2:59:09 PM
I know what the actionscript is for duplicating new movie clips but I want to be able to be dragged and dropped once they have been duplicated. Can anyone help me?...more >>

Probems with the Quiz Template
Posted by WZMark at 3/1/2004 2:51:19 PM
I created a quiz using the Quiz template in Flash MX. The problem I am encountering is getting the results to display. The template automatically displays the results on the last frame. I exported the quiz as a SWF. When I open the swf the results display perfectly however when I loaded i...more >>

flash mx2004/php/mysql search function..help
Posted by rigpig at 3/1/2004 2:20:09 PM
this is one i really could use some help with... how to search your dB from Flash mx2004 using php and mysql. This is what i would like to do but do not know where to start... flash side: 3 fields labelled StockNumber, ProductNumber, Description and 1 button. StockNumber (123) and ProductNumb...more >>

how to get the symbol name
Posted by EdMX at 3/1/2004 2:03:51 PM
I have placed an instance of a library item on the stage at level 10 via the attachmovie() method Later I remove this and attach a different library item with the same instance name. Now how can I get the name of the symbol from whence the new instance was created (ie the linkage name)...more >>

increment a preloader with an array instead of...
Posted by k-doggie at 3/1/2004 1:56:15 PM
Is there a way to increment a preloader with an array (new array("one"," two","three")), instead of numbers (1-100)? Thanks using flash mx ...more >>

Unload movie ?
Posted by pille 1 at 3/1/2004 1:52:25 PM
Hello, I develop a trainings CD in Flash MX, I include there files witch I create in Robo Demo with the function: on (release) { gotoAndStop(6); loadMovieNum("2PP.swf", 1); } The swf film will played well. But at the end of the film I?d like to go back to special sside of the F...more >>

input text cursor focus
Posted by kaliki at 3/1/2004 12:43:40 PM
hi friends i have taken input text field, i want this field cursor is on focus while enter the page. how do i do that. bye prasad...more >>

trick help
Posted by XFlashmanX at 3/1/2004 12:35:09 PM
Hi. Can anyone help me with the problem: I would like that the document colour changes from one to another in one swf. How? Thanx, Benjamin...more >>

Date Problems
Posted by Ken Silanskas at 3/1/2004 12:33:18 PM
Hi all, I have racked my brain on this and can't come up with a solution. I have a table in SQL Server called [schedule] - it holds dates in a field called [show_date] - In the table, the date displays as 3/6/2004 let's say. For some reason, when my CFC makes a call to the DB and returns the...more >>

loadVariables and loadMovie
Posted by MiM at 3/1/2004 12:28:52 PM
in a mc i get some variables from a db with loadVariables("order.asp?id"+id, 0, "POST"). in a root there are some textField wich I load that variables.. everything ok but there is a field (idmoviclip) wich I need to put in a loadMovie("models/"+idmovieclip+".swf", "_root.model") the problem ...more >>

text in button in movie clip
Posted by Andy Petroski at 3/1/2004 12:14:41 PM
I have a text field in a button (labeling the button) inside a movieclip. I am dynamically creating instances of the movieclip (and thus, the button) and want to rename the text field inside the button each time the movieClip is duplicated. I'm not sure the best way to do this. Any suggesti...more >>

Movie not loading properly on netscape
Posted by Flasheik at 3/1/2004 10:59:50 AM
I posted this question on sitedesign. No answer "I published flash set at 100% x 100% dimensions, that is, the flash file should cover the entire browser window width and height. It worked well using Internet Explorer 6, but when I tested it using Netscape 7, it didn't work (flash file is sma...more >>

erazing effect
Posted by actionpillai at 3/1/2004 10:51:35 AM
Hi everybody I want to create an erazing effect with mouse. How its possible? I mean erazing a background object with another image thanx...more >>

dynamic function
Posted by womblies at 3/1/2004 10:14:57 AM
hi i'm just wondering if it is possible to creat a function from a varible gen_name = "setjava"; generated_result = gen_name+"_Result"; function generated_result(result){ getgennum.text = result; } so i want the function to be "function setjava_Result(result)" but ...more >>

scripting a shap with bitmap fill?
Posted by dontwriteme at 3/1/2004 9:40:57 AM
Is it possible to script a bitmap as a fill for a scripted shape? the reason is that i want a tiled background inside flash without using the html background simple enough... Thanks Kent Farst...more >>

HELP URGENT!!
Posted by Flasheik at 3/1/2004 8:58:54 AM
Hello, Is it possible for me to put an open browser window link on an HTML-enabled dynamic textfield in flash MX 2004? If it is, can anybody be so kind enough to help. Thank you. If not, can anybody please give suggestions on what to do. Thanks again. Just me ...more >>

test movie for playing
Posted by ravenlynx9 at 3/1/2004 8:41:08 AM
I have a movie loaded... and need to have it not play upon loading. then when i click it, it needs to start playing, and when i click again.. stop playing... I've tried: stop(); pinkknight.stop(); pinkknight.onLoad = function() { stop(); } I know i'm having a bra...more >>

Help on Dynamic Text
Posted by Flasheik at 3/1/2004 8:40:53 AM
Hello, Is it possible for me to put an open browser window link on an HTML-generated textfield in flash MX? If it is, can anybody be so kind enough to help. Thank you. If not, can anybody please give suggestions on what to do. Thanks again. Just me ...more >>

Setting clip rotation point
Posted by Pea at 3/1/2004 7:16:15 AM
Hi, Any idea how to set the rotation point of a clip using actionscript? I have a clip that has the rotation point at the center, but for some reason when I create an instance of it using attachMovie, the rotation point has shifted to the top-left.... Cheers, Pea ...more >>

Operators
Posted by sai1 at 3/1/2004 6:22:55 AM
Hi everyone, I have lost touch with Flash for quite some time, so there's alot of stuff I do not really understand. Can anyone tell me what does this mean? : this.a *= this.b; the operator - *= meaning wat? pls reply asap. Thank you. ...more >>

Can Flash download files to viewers?
Posted by Greg2011 at 3/1/2004 5:43:14 AM
I have to present a bunch of statistical information via a flash movie, which is not a problem. The data is published in a set of acrobat pdf files which have to be made downloadable from the display area. I looked at placing the files in an ftp enabled directory of a web server and created ...more >>

Freeing an object created with new
Posted by Pea at 3/1/2004 4:49:25 AM
Hi, If you create an objecy like this: var myObject = new myOwnObjectType( this ); How do I kill or free this object to conserve memory? Can I do this by setting it to null? myObject = null; Cheers, Pea ...more >>

background audio
Posted by jinic at 3/1/2004 4:34:39 AM
Hi, I'm new to Flash and I have made a movie containing 6 or 7 scenes. I want one audio track to run through the whole movie, the problem is that I can't get the audio track to run continuously through the scenes, the audio keeps stopping at new scenes or if I get the audio to run continuously...more >>

Listening for Function keys pressed
Posted by chrisoleary at 3/1/2004 4:14:50 AM
Hi all, I'm hoping that I am in the right spot for this query, and that someone can help. I'm very new to flash (Flash MX 2004) and am attempting some key press interactivity in my movie (for software training lessons). A lot of the keys used in the proprietary software are extra keys like ...more >>

_root.sound1.position is wrong..
Posted by Chizl at 3/1/2004 3:55:37 AM
I'm developing a winamp on in flash for my MP3's on the web, but found when I move from one MP3 to another the .position still holds the position of the last MP3 played and will not go back to 0. Is this a known bug in Flash? I'm doing something like this with f_Name being the var holding ...more >>


DevelopmentNow Blog