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
all groups > flash actionscript > may 2004 > threads for monday may 17

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

Print without Printer Prompt
Posted by ok11 at 5/17/2004 11:53:15 PM
Would anyone know how to print from Flash MX without getting the Window Printer Prompt (to choose the printer and other Printer details). I am using Windows XP, Flash MX (not 2004) and want to print directly to the printer without the user being prompted. Any ideas will help... also I am n...more >>


word wrap label ui component
Posted by bjprice at 5/17/2004 10:56:24 PM
I've tried a variety of things such as: _root.stepDescription.multiline = true; _root.stepDescription.autoSize = true; _root.stepDescription.textarea.wordWrap = true; to no avail. how do I get an instance (or all of them) of a label component (here the instance is named stepDescription)...more >>

HELP! Having trouble with Clip Events
Posted by R_Anthony at 5/17/2004 10:40:53 PM
I desperatly need some help!! I can't get the onClipEvent handler to work? Even the basic function doesn't seem to work right. With a couple of Clips on the stage and the following code assigned to a signal clip I get the same response no matter if I click on the movieClip on on anything else,...more >>

Numeric Stepper Change Event and Focus Managing
Posted by AaRoNBC at 5/17/2004 10:28:47 PM
1) I have a numeric stepper that i am trying to use to update a value in an array. it works fine when i add a "change" event listener to the stepper and use ONLY the up and down arrows. The problem occurs when i manually type a value into the stepper and then immediately click on a submit bu...more >>

sign up form
Posted by jdudan at 5/17/2004 10:28:08 PM
Hello. I would like to incorporate a simple form on my flash site. The user would simply enter their email adress into the input text box, and press submit. I have tried a few different ways with loadVarNum and such, but I can't seem to get it right. Any help would be wonderful. I a...more >>

Passing MC Frame Label/name to Main Movie
Posted by Jim Wiley at 5/17/2004 10:26:04 PM
Hi Everyone, I am using MX '04 Pro. I am trying to test for the last frame labeled "lastFrame" in a MC. (This is not the actual last frame because of some of the tweening I am using). I have to have a method to signal the main clip that the MCis done and change the status of the toggle b...more >>

fastest way to turn a string into array of chars?
Posted by sneakyimp at 5/17/2004 10:10:58 PM
hi: i want to take a string and turn it into an array of characters so that i can pass it by reference to a function. i've seen some really quick ways to cast variables in other languages, but this is what i currently have in actionscript: strCharArray = new Array(); intTmpLength = st...more >>

Toggle buttons
Posted by dbeard at 5/17/2004 8:58:31 PM
I am trying to create a group of buttons in a circle and when you mouse over them, a pie slice at the bottom will be designated for the description. I have made the buttons movies clips and put this the following action code on them but once I click down the descriptions stay and doesn't tog...more >>



movie y_ x_
Posted by TJMonster51 at 5/17/2004 8:44:54 PM
i have a picture that moves across the screen. when clicked it plays a movie clip. how do i get the movie clip to play where the picture is on the stage at that second? ...more >>

Stumped.....Targeting an mc using variables
Posted by cjf3rules at 5/17/2004 8:27:28 PM
Hi all. I'm hoping one of you guys can give me some insight into what I'm doing wrong with this. Basically, it's these two lines that are stumping me. The first line (that's commented out for now) does not work. It uses a variable ("activeTab") as part of the mc name. But the second line...more >>

DID MACROMEDIA BUTCHER FLASH?
Posted by thebugnut at 5/17/2004 7:55:45 PM
Hi, I am an simple user of FLASH. I use it for creating some animations and some menus. I have been working on many versions of FLASH over the years and as each new version comes out I find I can do LESS and LESS. I have been using FLASH MX and that took some getting used to... but now on ...more >>

Listing Folder Contents?
Posted by DJAnim8 at 5/17/2004 7:31:13 PM
Buddy of mine and I had this wonderful idea for flash to read all the jpgs in a folder and dynamically display them one by one... can Flash MX 2004 Pro do this? can it get a list of files in a directory? I've done this before with XML but would rather just be able to put new files in a d...more >>

attachMovie not working in Load(ed)Movie
Posted by EnigmaticPhoenix at 5/17/2004 6:14:41 PM
After having successfully loaded an external swf (xFile.swf) file into another (yFile.swf), the problem that I am encountering is that the attachMovie statements within xFile are not executing properly. To investigate this, I added trace statements on all of the attachMovie statements, and wh...more >>

RE:classes - please help
Posted by speedy d at 5/17/2004 6:05:57 PM
I've two classes in the same folder. One called 'Holder', the other 'CScroll' When i try class Holder extends CScroll {......... it comes up with 'The class 'CScroll' could not be loaded.' but the classes are in the same folder. any ideas? thanks, DD ...more >>

Detecting position
Posted by ajk48n at 5/17/2004 5:39:50 PM
Is there a way to detect if one object is over another object. I don't just mean the center position, but any part of the top object. For instance if I had a a circle underneath, and I wanted the circle to change color if a shape were to go over it. I would not want the color to change if the ...more >>

Help: Popup Window
Posted by donkontra at 5/17/2004 4:49:28 PM
Hi! I have the following problem: I made a flash movie and at a specific frame I wanted a popup window.That`s ok,there are many ways to do that with javascript. So,I attached to a frame the following action getURL("javascript:open_window('delanord', 'http://www.stud.usv.ro/~radub/home....more >>

extends
Posted by speedy d at 5/17/2004 4:44:44 PM
I've two classes in the same folder. One called 'Holder', the other 'CScroll' When i try class Holder extends CScroll {......... it comes up with 'The class 'CScroll' could not be loaded.' but the classes are in the same folder. any ideas? thanks, DD ...more >>

MovieClip.getURL
Posted by milkhead at 5/17/2004 4:23:18 PM
I have been trying to load a website into a movieClip on the timeline. Code: _root.url_mc.getURL("http://www.starladesign.com"); But with no success. Is this even possible. I have tried it with the window component but it will only accept .swf! Any Ideas. Thanks in advance! ...more >>

Detect browser close..
Posted by Mario Diogo at 5/17/2004 4:09:11 PM
Is it possible to detect when a user closes the browser window and run a function when he does close the browser? Nova página 1-------------- Mário Diogo Poderá contactar-me através: mjorge@netliz.pt ICQ:164987050 MSN: mariodiogo@sapo.pt ...more >>

gotoAndPlay Script not working??!!
Posted by tru2design at 5/17/2004 3:59:47 PM
Hi, I have developed a number of movies and am happy with how they work. I now need to link the different scenes up from buttons on the home page (which appear at the end of the movie). I have enabled simple buttons and have added the following script to the button:gotoAndPlay ("icm***the n...more >>

gotoAndPaly Script not working??!!
Posted by tru2design at 5/17/2004 3:59:35 PM
Hi, I have developed a number of movies and am happy with how they work. I now need to link the different scenes up from buttons on the home page (which appear at the end of the movie). I have enabled simple buttons and have added the following script to the button:gotoAndPlay ("icm***the n...more >>

Duplicate Movie Clip Question
Posted by acornelio at 5/17/2004 3:13:12 PM
Hi, I am working on a project that attaches a MC to the stage from the library when an initial MC is pressed. This mc is attached in the center of the stage and then is made draggable. I have made this part work fine. Now, when the user presses the initial MC again i want the same thing t...more >>

finding instance names of MCs on stage
Posted by EdMX at 5/17/2004 2:52:10 PM
I have a series of dynamic text boxes on stage which I populate using a function like: fnBoxPop("box1", "box2", "box3") but sometimes I have up to 30 or 40 separate text boxes on stage and lots of different pages so I dont want to re-do the long list of arguments on each page. Is there...more >>

True or False Quiz
Posted by GrooveHolmes12 at 5/17/2004 2:49:11 PM
Hi, I'm working on a cd-rom right now that I need to program a true false quiz in 5 parts that will remember answers, and let test takers move on throughout the cd as they pass 70% of the questions. Can anyone give me a template for how this is done, most importantly the remembering of input,...more >>

localToGlobal not working?
Posted by Mark Redman at 5/17/2004 2:32:55 PM
Hi All, I have a flash MX 2004 application, I am calling a webservice and aspx page on a different domain. All the calls to the webservice are successful, so are the calls to the aspx page. I have a cross-domain policy file. When a localToGlobal is called it only works half the time. Whe...more >>

Local connect to database of any kind
Posted by dabac at 5/17/2004 2:09:57 PM
I am opened to any suggestions: Local file that is supposed to run on the CD (so forget IIS and Apache - it is desktop application and imagine user has installed only Windows - not even MS Office). My goal is to design search engine (selecting records based on some filters), forget inse...more >>

Long Line handleing
Posted by zxzx123 at 5/17/2004 2:07:57 PM
Hi im having a little trouble with the length of the code which I'm having to use in action script, normally if I were using vb I would use _ to spann multiple lines. This doesn't work in flash, what is done instead, I have turned on word wrap, but thats still messy. Thanks for the help ...more >>

duplicateMoviClip
Posted by visu at 5/17/2004 2:04:18 PM
Hi, I have a MediaDisplay in my Stage and a button , when i click on the button the mediaDisplay component has to get duplicates. for me its getting duplicated but the previous Component(mediaDisplay) is getting unloaded. thanx ...more >>

Going to labels using a variable
Posted by Invisibleviller at 5/17/2004 1:36:14 PM
Hello I got a stupid problem: so stupid I'm afraid it might be a bug... I'm trying to make my movie go to a label that's defined by a variable. Pressing a button, I call a simple function that defines the content of the variable "section" [section = "game"] and tells the playhead to go the...more >>

2 advanced questions.. please help!
Posted by JasperWithJ at 5/17/2004 12:12:03 PM
I am doing my master thesis (master of science in cognitive science) and in doing that, I am considering Flash MX for the environment in which my testing software is to be developed. But it depends. I have a few questions (might be dumb): * How good is the time precision in flash? I need t...more >>

Changing MC Instance Name...
Posted by Eff NO[at]SPAM CTJ at 5/17/2004 11:05:08 AM
Hello~ How do you change the instance name of a movie clip using Actionscript? I'm kinda stuck with my current project which needs the abiliy to change a movie clip name......more >>

Loading and controlling External SWF's
Posted by Steve Newton at 5/17/2004 10:27:32 AM
Hi, please can someone help. I am putting together a Flash movie that will run off a CD. This is a CD that will display different Demos on how to use software. Each Demo is a Separate SWF file, that I will link to from the Main movie. Firstly, I want to Click a button on the Main menu tha...more >>

LoadVars with large amounts of data
Posted by atlantatomboy NO[at]SPAM hotmail.com at 5/17/2004 10:16:27 AM
Hello All, I am trying to display a large amoun of records from an access db via asp. The problem is that I am trying to display from 100-2000 records and allow the user to go back 10 records or next 10. Is there a way to accomplish this without having to tax the user with dowloading all of...more >>

mystery mailto
Posted by MFA at 5/17/2004 8:18:05 AM
im using this; on(release){ getURL("mailto:information@designbytempus.com"); } in 3 of my computers...with windows xp..but when i press the button nothing happens..and if i upload it from that machine....nothing happens with another windows xp computer and windows 98 it works fine.....more >>

Text file to an Array with multiple lists inside
Posted by DIE2self at 5/17/2004 5:43:21 AM
I have a text file that contains several hundred lists. I have modified the text file so that each lists starts with &list1, &list2 and so on. I can get each list to load in to an array. My question is, how can I get an array populated with the list headings (&list1, &list2..) so that I can...more >>

A Zoom in Button
Posted by Kenzar2k at 5/17/2004 5:18:15 AM
Does anyone know how to create a Zoom In Button... like instead of right clicking the file and selecting Zoom In from the mini-menu, you can press a button to Zoom in....more >>

load movie problem
Posted by heathgr at 5/17/2004 4:25:54 AM
I'm having great technical difficulties with my latest project. The way I have my wepage set up is this, there is a main flash movie that loads sub movies depending on what section of the website you are looking at. This setup works fine locally. However, when I upload my webpage things don...more >>

goto frame after all movie clips disappear
Posted by Ben2 at 5/17/2004 3:50:28 AM
How do you goto the next frame after you hitTest all the movie clips on the first frame? Ben...more >>

random frame help 4 newbie
Posted by triples at 5/17/2004 3:14:16 AM
Hello, I'm an ActionScript newbie, and I am trying to implement a random frame functionality. I have six keyframes in my movie, and each time the swf file loads, I need the playback head to go to a random frame within these six keyframes. I'm working with this code, which I found from...more >>

A real preloader
Posted by zebra_1 at 5/17/2004 3:08:49 AM
Hallo! I'm doing an interactive CD completely Flah based. I have an Intro that automatically loads the Home page. For both Intro and Home I'm using this preloader script: onClipEvent (enterFrame) { loading = _parent.getBytesLoaded(); total = _parent.getBytesTotal(); percent -= (p...more >>

SendAndLoad workaround?
Posted by michaelra at 5/17/2004 1:17:29 AM
Hi, If let's say in my script, I have: --------------------------------------------- myfunction(); // call my function that has sendAndLoad - get member names from database, // and then put it in _global.myarray var value = _global.myarray[0]; trace("Array inde...more >>

fastest way to check if character is a digit?
Posted by sneakyimp at 5/17/2004 1:14:00 AM
given a character, strC, what is the fastest way to determine if it's a number? right now, i have this: var strDigits = "0123456789"; if (strDigits.indexOf(strC, 0) > -1) { // YES...it's a decimal digit! } else { // it's not a digit; } is there anything faster? i'm going to hav...more >>

Problems calling gotoAndPlay across _levels
Posted by BenODwyer at 5/17/2004 12:19:37 AM
Hello All I am new to the forums so please be patient. I am having a problem calling a gotoAndPlay() command across _levels in my movie. I have the basic movie at _level0. I then load my content, navigation, and other elements into other levels 1-4. _level3 is the navigation. On ...more >>

Charts and movie quality
Posted by citronelu NO[at]SPAM yahoo.com at 5/17/2004 12:12:24 AM
I want to build a quote display system (for stock market indexes and currency). I also want to include some line plot charts. For the chart section, there are some problems: i can include only jpeg files in the flash movie. The jpeg files are not best suited for chart pictures (the chart lines...more >>


DevelopmentNow Blog