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 > october 2004 > threads for tuesday october 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 29 30 31

help with slider
Posted by vieking at 10/5/2004 10:42:22 PM
I need a script to scroll a banner of images right and left on a mouse over following the direction of the mouse. thank you in advance...more >>

distorted jpg
Posted by mauihomer at 10/5/2004 9:55:09 PM
I am trying to insert a jpg file into a movie clip and the jpg file is distorted, eventhough I defined the movie clip to be the exact size of the jpg. What's up?...more >>

Loading .txt file (newbie)
Posted by someone at 10/5/2004 7:59:27 PM
I am doing a tutorial from flashkit on loading text from a .txt file. The code for loading it is placed in the only frame of the only layer. A dynamic text field is placed on the screen with an instance name of "text". I then placed the following code in the frame. stop() loadVariablesNum("n...more >>

StringTokenizer and StringtoValue
Posted by freez at 10/5/2004 7:47:26 PM
Hi, Is there a funktion like StringTokenizer and StringtoValue in Flash, like in Java? Thanx freez ...more >>

AS 2 problem
Posted by p_gupta at 10/5/2004 7:09:20 PM
Hi, I am trying to use the new ActionScript 2.0 functionality using classes. I have created a very simple example - which has a compilation error and I do not understand why ? (I am using Flash MX 2004 professional - with publish settings to ActionScript 2.0) I have included ...more >>

Scalable loaded JPG
Posted by kilofat at 10/5/2004 7:01:17 PM
This is Urgent Hi, I have just completed a fully dynamic site for a publishing company, working with php mySql and flash, and now the client wants it to be bigger. Problem is that the images are loaded externally and if i scale the swf the images(jpg) look awfull cause they are scaled. Is th...more >>

Strange dragging
Posted by nsf at 10/5/2004 6:54:23 PM
Im sure someone flashy can help. I duplicate a movieclip 6 times in a for loop. Inside the loop I call a function called Drag() which enables each duplicated movieclip to be draggable. It works fine. But if I use loadMovie("letter"+a+".jpg", movie); inside the loop to load a JPEG imag...more >>

gotoAndPlay
Posted by MDG at 10/5/2004 6:35:43 PM
I'm using Flash MX 2004 on a PC. Haven't used Flash since v5 so everything is different and not in my favor. I'm trying to get a submit button when clicked goes to a frame within a movieclip and I don't know the updated ActionScript programming to make it do that. (The submit button in not act...more >>



CreateEmptyMovieClip onRelease?
Posted by timsilva at 10/5/2004 6:19:16 PM
Hi all, Does the onRelease method not work with a movie clip created with createEmptyMovieClip? How do you create an Empty movie clip as a button? For example, I do something like : everything works but the onRelease method never runs (i assume because it's not a button object ) :-( ...more >>

stop() in loop not working
Posted by MGladstone at 10/5/2004 6:13:12 PM
I have an MC that moves via an AS loop. I have a stop() command that it won't follow - it just keeps looping. How do I fix this? The code is in frame 3 so it loops between the two. this._y = this._y - velocity; if(this.hitTest(_root.cursor)){ stop(); } else gotoAndPlay(2); ...more >>

Flash MX WebService class bug
Posted by Zeroblue at 10/5/2004 6:06:01 PM
When using the WebService class and setting the URI to a relative path the class only uses the root of the relative path. Example ws_Test = new WebService("/mytest/test.cfc?wsdl"); //on "http://www.mytest.com/TestDir/" Returns an error "Cannot find WSDL at http://www.mytest.com/m...more >>

adding properties in dinamically created mc's
Posted by shaggydagy at 10/5/2004 5:33:36 PM
hi there, I'm working a flash movie that creates buttons with pictures from database in flash mx 6 , the communication between the database and flash is made with cabron connector and it's working just fine. I only know how to assign properties to the dinimically generated movieclips in the...more >>

Re-enacting buttons / Code appears in form fields
Posted by jamie.heaney at 10/5/2004 5:30:34 PM
hello, creating my first mail form through flash via PHP. It can be viewed http://www.portsmouth1009.com/helpfla.html. 1. What is that code (_level0.form.name) showing up in all my form fields? I've found no help, and have gone over my stuff a bit and am deadlocked. 2. Why do all my bu...more >>

stop() play() not working in swf loaded form www
Posted by softyengin at 10/5/2004 5:17:40 PM
hi i have a very strange problem I use createEmptyMovieClip() to create a movie clip. I then use clip.loadMovie(url); to load clips into the clip. i can stop and play them no problem BUT when i put my swf file on a web server it all goes wrong. when i call clip.stop(); ...more >>

problem with unloadMoviNum in some browsers/OS
Posted by Human Bean at 10/5/2004 4:59:37 PM
I'm having a problem with my movie. Some people seem to be having an unexpected error when te movie loads, I'll try to explain what's happening I've a main movie that loads movies using the loadmovie function in a main scene, beeing this the code I'm using: on (rollOver) { load...more >>

XML to Flash in chinese
Posted by Judith Naether at 10/5/2004 4:55:48 PM
I use an XML-Document with chinese characters within my Flash project. The problem is, that the chinese characters are not displayed. I tried to use different encodings for the XML-File. I tried UTF-8, UTF-16 and gb2312 but none of them showed me any chinese signs. I use FLash MX 2004 and w...more >>

actionscript window
Posted by stevens design at 10/5/2004 4:49:02 PM
Does anybody know how to make Flash MX pro action window act like the old Flash 5 version? Where it write the code for you. thanks steve...more >>

finding text when using attachMovie
Posted by mr Norway at 10/5/2004 4:38:19 PM
Hei Cant target a text after using attachMovie. My code : // attach movie_mc to _root _root.attachMovie("trg", "movie_mc", 5); // In movie_mc I have textField named "name_txt" // trying to set name_txt to "Dan" _root.movie_mc.name_txt.text = "Dan"; Please help me. ...more >>

Flash Newbie - Draw API
Posted by TUUK at 10/5/2004 4:10:13 PM
Hi everyone, I am new to using flash. Well, to actionscript really and am used to Lingo. My question is this: I am making a little whiteboard thing and have the drawing API drawing lines in my movie clip, but I want to restrict the drawing to within the movie boundaries. As it stands, i ca...more >>

Manipulating Variables in an Array
Posted by Hillary_19 at 10/5/2004 3:45:39 PM
I am trying to use a variable from an array and combine it with different endings to control different objects. However, I?m having trouble combining the two pieces and having actionscript recognize it as an object. It usually comes back as a number or a string. Could someone please help me? I...more >>

absolute x position
Posted by jospBln at 10/5/2004 2:55:26 PM
I have a mc in another mc in another mc. How do I get the _x postion of the first mc realtive to stage? Josp...more >>

Form question
Posted by XCanuckerX at 10/5/2004 2:41:08 PM
Can someone help me with a script that will display data from text, combo box, radiobutton, and checkbox data on another scene. For example a user enters a name in the first name textbox and when the submit button is pressed, the scene that it's linked to will display that first name in a text...more >>

Help topics disappearing after update
Posted by Goblin at 10/5/2004 2:33:10 PM
Hi there. After updating the help files with the update button, the section in which the topic to update was residing (using components) is not visible anymore. Error 404, can't find the specified page. Any hints about what's causing this annoying behavior? Thanks in advance, G. ...more >>

embed HTML,PHP, JS into FLASH
Posted by djbryson at 10/5/2004 2:22:18 PM
Is there an easy way to embed existing code into FLASH. I just want the output to be flash instead of HTML. It's HTML, PHP and JS that i want to embed into FLASH...more >>

nested Component access - onLoad and this
Posted by dbarker at 10/5/2004 2:11:18 PM
I am trying to build a component that uses other components and objects, like textFields, ComboBoxes, and loadVars. So, I define my component and create a textField and loadVars object. But then I want to create the onLoad function for the loadVars object: I've put a textField on the stag...more >>

Open powerpoint presentation from within Flash cd
Posted by mcg at 10/5/2004 1:53:44 PM
I am creating an interactive CD presentation with Flash. Within the CD I need to have a button that opens a Powerpoint Presentation held on the same CD Is this possible? And if so, can anyone point me in the direction of how to do this please? Thanks, Stevie ...more >>

HELP HELP > horizontal text scroller
Posted by Adil Bamanbehram at 10/5/2004 1:13:01 PM
urgent help needed. how do i make a dynamic scrolling text but a horizontal text scroller NOT a vertical scroller using simple actionscripting. i tried using, ( scrolltext.scroll - 1 ) but it scrolls the text from bottom to top, thus making it a vertical scroller which i donot require. i am us...more >>

loadMovie and getBytesTotal
Posted by H. Jörg at 10/5/2004 1:12:15 PM
Hi, my flash movie uses three external movieclips. So I created three placeholder (dummy) movieclips which will be replaced with the external files by using the loadMovie method. Everything works fine so far. Now, I would like to use a progressbar for loading the movie, using the methods ge...more >>

Unhelpful help
Posted by EdMX at 10/5/2004 12:32:09 PM
Do we really need all the crap below (taken from A.S. Help) just to implement an onLoad handler for an external JPEG? Does anyone have a shorter, more general, more useful example of how the MovieClipLoader function might be used? // first set of listeners var my_mcl = new MovieClipLoade...more >>

TabBar and Flash MX 2004 Pro
Posted by Thierry Barnay at 10/5/2004 11:16:27 AM
Hi, I am trying to use the new action script 2.0 API and I cannot have the = TabBar component to work. Am I doing something wrong here ? I tried both: createClassObject(mx.controls.TabBar, "myTabBar", 10); and createClassObject(TabBar, "myTabBar", 10); and the TabBar is not present at runt...more >>

load external swf with transparent background
Posted by adhume at 10/5/2004 7:37:20 AM
Hello All, I have a swf file.On a button click I load another swf file on level 1 this is the code in the button instance of parent swf: on (press) { loadMovieNum("new.swf",1); } How can I make the background of the file on level1 new.swf transparent regards anant ...more >>

Need Help in Shooting Game.. pls..
Posted by Cloudpoem at 10/5/2004 7:12:38 AM
Hello.. i need help! I'm now doin scirpting for my school project.Its about a shooting game.. My problem is...... =( How do i shoot to the specfic target that i point my gun to? its like i have 5 stationery targets on stage.. Tom Dick, and Harry.. i point at Harry.. how do i program my...more >>

Need Help in Shooting Game.. pls..
Posted by Cloudpoem at 10/5/2004 7:11:37 AM
Hello.. i need help! I'm now doin scirpting for my school project.Its about a shooting game.. My problem is...... =( How do i shoot to the specfic target that i point my gun to? its like i have 5 stationery targets on stage.. Tom Dick, and Harry.. i point at Harry.. how do i program my p...more >>

Get a sum of the number values between two MC
Posted by sucen at 10/5/2004 6:28:19 AM
Hi! I have an abacus simple program using Flash mx 2004. Two MC (BeadCollection1 and BeadCollection2) had the Number value (BeadValue). The problem is how I get a sum of Number values between that? Would you help me please...., Thanks before ...more >>

hitTest & Window.contentPath BUG (proof included)
Posted by Nytyme at 10/5/2004 5:12:12 AM
I've been asking a question repeatedly and searching for an answer to no avail. I then decided to build the simplest flash application possible with the same functionality I was testing. Here's what I found. A hitTest on any object in a Window component will fail almost all the time. Depen...more >>

HOW TO LOAD ACTIONSCRIPT AT RUNTIME
Posted by nmx_shadow at 10/5/2004 3:31:23 AM
Hi everyone, I was wondering if it's is possible to load some actionscript code at runtime for my movie from a database. I think it's not, but i want to do somthing like save the actionscript code into a database and load it into my movie using php. But if anyone can load actionscript fr...more >>

fullscreen projector
Posted by trs.net at 10/5/2004 3:20:57 AM
Is there a way to have a flash movie project (.exe) open directly to fullscreen? I'm using the fscommand (fscommand("fullscreen", "true"); ) and my movie does open to fullscreen but its not smooth. Meaning, I see the Flash Player blue bar for a split second before it opens to fullscreen. ...more >>

unload attachMovie
Posted by bjory at 10/5/2004 12:44:46 AM
I am using attachMovie function to dynamic attached MCs depending on the database. How can I overwrite the current attachMovie MCs with a new set of MCs at the same position and location after a click on a next button? I attached some codes, hope somebody can figure it out for me ...more >>

Problem with asfunction
Posted by Tim Robertson at 10/5/2004 12:07:43 AM
I am having problems getting the asfunction to work. I have loaded a .txt file into a TextArea in FlashMX and have the html set to True. The text appears fine but I can not get the asfunction to work, this is what I have: In my text document: <A HREF="asfunction:goframe,7">designated profes...more >>


DevelopmentNow Blog