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 2006 > threads for monday october 30

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

Form + Drag & Drop Feature
Posted by HUN133 at 10/30/2006 11:02:47 PM
Hi There! I need to make a flash form for a company that will allow the user to specify how they would like their desk to be set up. So i need to incorporate a drag and drop feature (which i have done before). If the draggable computer gets moved to the top left of the desk, this needs to ...more >>


need help with script
Posted by spectre_fish at 10/30/2006 10:17:02 PM
I'm very new to flash and I'm slowly building a website. I have some buttons created and want a certain function to stop when another one is initiated. Here is the actionscript: btnHome_mc.onRollOver = function () { btnHome_mc.gotoAndPlay("_rollover"); } btnHome_mc.onRollOut = fun...more >>

setInterval Help
Posted by breez11 at 10/30/2006 9:01:27 PM
I am trying to have a tab slide out onRollOver then slide back onRollOff. Currently I have got it to move to my target location but without the transition. Here is my attempt attachMovie("nav", "nav_mc", this.getNextHighestDepth(), {_x:0, _y:100}); var i=0; nav_mc.onRollOver = function()...more >>

instance of myClass
Posted by Kosssakossakossa at 10/30/2006 8:26:56 PM
I need to make an instance of a dynamic class called myClass by setting a variable to "new myClass()" and then making a copy of that variable. The thing is that when I do this the variables in myClass seems to be static and changing a variable value in the copy changes that variable value in t...more >>

onClipEvent (enterFrame) problem
Posted by Shoudibola at 10/30/2006 7:42:21 PM
Hello all! Long time no see. I am having a problem with a current game that i am developing in flash. The problem is that I have a movieclip and I want to update the position of one object everytime, on a loop. The code is in the end of the message. Every function inside that event is called o...more >>

reading xml
Posted by deerowbear at 10/30/2006 7:39:46 PM
Hi there, I am trying to figure out how to parse specific portions of an xml document into flash. Depending on which frame I am in inside flash a different part of the xml file will be displayed. I have an xml file name info.xml with this xml inside of it: <comName> <Component1>Alth...more >>

How to direct to homepage after flash plays in index.html
Posted by armin pohl at 10/30/2006 6:52:47 PM
I have a flash movie that plays in the index.html page and then I have a underconstruction page that I want to open after the flash plays. I have the following code in the action script of the last keyframe of the flash... stop(); getURL("www.watchitagain.ca/underconstruction.html"); n...more >>

local variables?
Posted by j-eggs at 10/30/2006 6:23:03 PM
I'm trying to load several movieClips in a loop. Right now, only the last clip in the array will display. It seems like it might be a local vs global variable problem, but I think that I'm declaring all of my variables locally. Does anyone have a good suggestion? [i]import flash.geom.Trans...more >>



image loadClip memory usage problem
Posted by strifedk at 10/30/2006 5:42:32 PM
I'm trying to create a gallery with built in slideshow. I load the images sequentially and then use the tween class to animate alpha values to shift between images. But when about 20-25 images are loaded, the memory usage get too high and the animations start to lag. I know i can remove the ...more >>

How can i do this? Please help
Posted by karimbalaa at 10/30/2006 5:42:13 PM
I have a scrubber , (a horziontal scroll bar, when i drag it left and right it controls the time line next frame and previous frame) I have a preloader on the previous scene, but when i use the scrubber and go all the way back it just back to the preloader , i want it so it cant go back mo...more >>

Problem Getting Object Handle
Posted by chadalexander at 10/30/2006 5:28:18 PM
I'm having a time trying to get access to a movie clip that is on a different level than the button is on. I first created it on the same level as the button, but the image wasn't showing properly, so I put it on a different level. Is there a method of searching for an instance and getting t...more >>

Actionscript help needed with getting Next Page to work
Posted by crlaurence at 10/30/2006 4:32:16 PM
I just have a simple question (hopefully). Question is: I have a web page that displays a flash file that zooms and pans, but I cant get the Next Page link to display. (will also want 1st, last and previous page) 1. Can the next page work and load the next or previous numbered file? ...more >>

problem with "/:trigger"
Posted by N.H.L. at 10/30/2006 4:08:02 PM
I got some troubles with AS1.0 (player 6) which I want to convert to AS2.0 with flash player 8.0. The errors i get is right here, who can help me convert it to AS2.0? **Error** Symbol=script, layer=script, frame=2:Line 2: Unexpected '/' encountered /:trigger = Number(/:trigger)+Nu...more >>

Failed to create a new menu
Posted by Robotacid at 10/30/2006 3:28:26 PM
Flash is refusing to let me pre-load a movie with a MenuBar component in. I can't put the component in the pre-loader because it will make the pre-loader file size redundantly large. _lockroot I have tested in every possible way and it will not work either. The only way around this I can i...more >>

Problem with MovieClip.onRelease()
Posted by OS_Design at 10/30/2006 2:20:04 PM
I get node counts from xml and with attachMovie i put on my movie nodecount * movieclips, before here everything all right, but now i want when i release on any movieclip how can i catch onrelease. i wish you understand ...more >>

Trying to hide when not specified
Posted by thejokerman05 at 10/30/2006 2:02:33 PM
If my xmlnode of <info> (in my tArray) doesn''t have any info specified I want to hide my textfield called "picInfo". This is one of my attempts on this which doesn't work; var pArray = new Array(); var tArray = new Array(); var myXML:XML = new XML(); myXML.ignoreWhite = true; ...more >>

photo slide
Posted by LifeIs2Evil at 10/30/2006 1:03:28 PM
what script would i have to use if i want to make like a photo slide show but the person needs to click the first picture so it can go to the 2nd picture and so on:moon;...more >>

ComboBox focus rectangle
Posted by sidqute at 10/30/2006 1:01:27 PM
I m using Combobox and when I activated accesability by Tab, The focus rectangles apears in a grean color, how do I change the color of that rectangle.. (I want it to Yellow, like it comes for Buttons etc..) Regards Sidharth ...more >>

Flash 8 Dynamic Text line break problem?
Posted by hughes309 NO[at]SPAM hotmail.com at 10/30/2006 11:58:21 AM
Hello, My apologies if this has been talked about already. I have been reading in text that is formatted a little bit with HTML tags. Now the <br> tags are broken - they don't work. Neither does <p></p>, \r\n, etcetera. CR/LF bye bye! Even more: in Flash 8, I can open a new document, make...more >>

getURL doesn't work in Firefox - Please help!
Posted by buddhadan2005 NO[at]SPAM hotmail.com at 10/30/2006 2:42:14 AM
Hi, I have a world map created in flash MX2004. When you click on a country, it triggers some javascript that changes some text that is displayed below the flash file. It works perfectly in IE but doesn't work at all in Firefox. I've looked all over the groups but can't find an answer that ...more >>

How do you use the keyboard to play sound from a button?
Posted by dasaimedia at 10/30/2006 2:18:49 AM
I am building a site for a client who wants to be able to press a keyboard button such as the "up" button and have it play an instrument sound. I am fimiliar with html and css coding but i am not that great at actionscript. It would be greatly appreciated if someone could show me what I would ...more >>

scrolling banner buttons
Posted by dreamfocus at 10/30/2006 12:38:30 AM
can't get the buttons to respond: i have a scrolling banner named picWheel_mc within the picWheel_mc are movieclip instances btn1_mc, btn2_mc, etc. i have code on the main timeline to scroll the banner in an ininite loop this.picWheel2_mc.xcenter = 500; this.picWheel2_mc.speed = 0.007;...more >>

check box component
Posted by nice dice at 10/30/2006 12:00:00 AM
Hi, Im not very advanced at action script so I keep having problems! Im building a flash form for my work that has 15 check boxes, now when the check boxes are checked the given text appears into the dynamic text field but I need to find out if it is possible to check random check boxes (not ...more >>

problem with setInterval
Posted by alokjain_lucky at 10/30/2006 12:00:00 AM
Hi I am calling a function with serInterval command. this function returns a value. My problem is how can i trace the value returned by a function when i am calling it using setInterval ? Thanks ...more >>

GetVariable doesn't work in Firefox/Opera
Posted by skalamichal at 10/30/2006 12:00:00 AM
Hi, I'm trying to get flash object variable via Javascript. But the code doesn't work for Firefox/Opera but is working well for IE. Here is an example of JS that I have used: var movie = window.document.flashMovie; movie.GetVariable("/obj:variable"); or movie.GetVariable("_root.obj...more >>

custom cursor for all rollovers
Posted by lou_games at 10/30/2006 12:00:00 AM
I need to change the cursor to a animated clip everytime the cursor goes over a button or movieclip with rollover properties. Is there a way to just replace the hand for all the rollover states? Thanks. ...more >>

flash xml - loading but not correctly
Posted by DuncanHL at 10/30/2006 12:00:00 AM
Hi I have a calculator that loads an xml file which contains a load of factors. If the user changes their details (age or sex) then it reloads this xml file to pull out the relevant factor. On my local disk this works fine. However, when on the server it will work 1 or 2 times access...more >>


DevelopmentNow Blog