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 > december 2005 > threads for friday december 9

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

Listeners for Dynamic Buttons
Posted by wwhite0687 at 12/9/2005 11:12:38 PM
Hey there, I'm working on a app that loads some data over xml-rpc and creates a movieclip for each piece of data. Within this movieclip, I've created a button that needs to have an onClick handeler assigned to it. For example, say there are 2 peices of data. The script will create 2 inst...more >>


check if instance name already taken
Posted by zx.zxcv at 12/9/2005 10:25:08 PM
is there a function or procedure to know if an instance name is already taken?? thank you...more >>

setInterval Problems with loading data
Posted by agibson071983 at 12/9/2005 10:07:28 PM
I hav been working on several projects written by a former employee who i haven't met, and pretty much all of his flash movies are having problems. Whether he is loading data using remoting or loading external swf's he has usd the following logic. function myFunction{ If (something != 1)...more >>

StyleSheet & background-color
Posted by c0nsurrexistis at 12/9/2005 10:07:25 PM
hi, im trying to do a simple text sharing app.... i want peepz to change background of their text.... just like a DIV STYLE="background-color:'SOME COLOR';" but in fact flash tell me this is an error var styles:TextField.StyleSheet = new TextField.StyleSheet(); styles.setStyle(...more >>

Help with Request Form using PHP
Posted by LittleBumbleB at 12/9/2005 10:00:14 PM
I am an idiot when it comes to actionscript so if this is totally obvious, sorry. I am creating a request form where people can order tapes through this website i am working on. The form will send all the information to me, so that part is working. What I don't understand is why when I pres...more >>

Buttons inside of a movieclip
Posted by joeydesign at 12/9/2005 9:14:57 PM
I've built a web site in flash mx and duplicated it in version 8. The nav system is inside of a movie clip and the site is built with each page being a scene. When I use the normal code to go to a different scene it doesn't work. Do I need to reference the root movie? Please help. Thanks ...more >>

Controlling MC with Y cordinants
Posted by miker17 at 12/9/2005 8:21:59 PM
Hi there, I'd like to control a movie clip by Y cordinants. Got this far... but it's not quite right. Instead of the "&&"s I need something like "but not". Essentially, I need the MC to be triggered when the mouse is over a specific Y point. Please help. var xmouse = _root._xmouse;...more >>

Controlling MC with Y cordinants
Posted by miker17 at 12/9/2005 8:21:54 PM
Hi there, I'd like to control a movie clip by Y cordinants. Got this far... but it's not quite right. Instead of the "&&"s I need something like "but not". Essentially, I need the MC to be triggered when the mouse is over a specific Y point. Please help. var xmouse = _root._xmouse;...more >>



url in loadMovie relative to web page instead of swf?
Posted by mmuri at 12/9/2005 8:16:45 PM
I am working with a couple of math demos where there is a parent SWF with a number of buttons on it that, when clicked, should use loadMovie to grab another SWF. The animation works fine when building in Flash, but dies when I put it onto the web. I have a PHP page that takes the path to the S...more >>

error loading flash.geom.Point
Posted by Popeye the Sailorman at 12/9/2005 7:57:16 PM
In a flash 8 project that consists of several action script files and a flash file I get the error "class flash.geom.Point can not be loaded " when I run the flash file. The Point class is used in the action script files. Checking the as files does not result in an error while I ues the import...more >>

Actionscript to goto and play next scene
Posted by ckpro at 12/9/2005 7:38:35 PM
I'm building a 20 Scene Slideshow. Is the actionscript is there a script I can insert once that when a button is clicked it will goto and PLAY the next scene. This way I can just copy the button and code with out having to specify a scene name. Thanks ...more >>

Return type mismatch - where they do not mismatch
Posted by pyroman_dk at 12/9/2005 7:25:31 PM
Hi This problem has bothered me since the release of AS2.0: I have a class ExtendedClass that extends SuperClass . Then in a completely different class OtherClass I have the method returnASuperClass():SuperClass that returns an object of SuperClass. Then in a new class SecondOtherClass I...more >>

Labeled Frame CuePoint Navigation
Posted by cindy77 at 12/9/2005 7:18:13 PM
I am trying to create a flash site in Flash 8 that involves the use of .flv files. Right now I have a .fla file that has two frames. The first frame consists of a FlvPlayback object that is calling a .flv file that lives on a server. My goal is to have the video w/controls disappear after pla...more >>

Extit frame
Posted by R_Anthony at 12/9/2005 7:05:23 PM
I'm trying to reset a color when I exit a frame. Is there an equilavant to the onExitFame in Director. If not can someone tell me how to reset the color after I exit a frame....more >>

ScrollPane mask problem
Posted by Nixy at 12/9/2005 6:42:48 PM
Hi There is something weird with the ScrollPane Component. When I load content, sometimes the mask desapear. So you can see the content scolling, but you can see it outside of the Pan. It's like the mask does not woks. Does anybody alreay had this problem or knows how to fix it or knows ...more >>

External .swf loading
Posted by TeaserAndTheFirecat at 12/9/2005 6:32:06 PM
Aloha, I am running MX (Flash 6) on a Mac. I am trying to get an external file "B" to load correctly into an empty movie clip on main file "A." For the most part, it's fine. But, file B has some of it's own interactivity, buttons and stuff. Here's the thing: -When I load B into one of...more >>

External .swf loading
Posted by TeaserAndTheFirecat at 12/9/2005 6:32:01 PM
Aloha, I am running MX (Flash 6) on a Mac. I am trying to get an external file "B" to load correctly into an empty movie clip on main file "A." For the most part, it's fine. But, file B has some of it's own interactivity, buttons and stuff. Here's the thing: -When I load B into one of...more >>

How is this effect done?
Posted by sampurtill at 12/9/2005 5:57:11 PM
Hey, I'm seeing this everywhere and wondering how they are achieving this effect... It's the one where you have a static picture and then when you click on it, it zooms into a new end picture. I can do everything else I want, but I was wondering if there is like a photoshop effect or a fl...more >>

Santa Needs LOTS of HELP!
Posted by theelfmasteris2cool4u at 12/9/2005 5:43:10 PM
Dear valued poeple of the US, I am just a poor lonley student at the Elf Academy. Now latley Santa has been slacking technologywise so I bought this super cool book to teach me actionscript. It didn't work. So I would liek to know how to add a bulldog to a pacman type game. Here'...more >>

Drop Down Menu - Cannot get link to another frame to work for the buttons
Posted by Mistyloo at 12/9/2005 5:42:22 PM
Hello- I have created a rollover drop down menu 1) Created 3 separate buttons titled (SAP_BTN, PSFT_BTN, JDE_BTN) and defined the Instance Names 2) Created a MC called Competitors_MCand attached the following Action Script: onClipEvent(load){ previouslyOver=FALSE } onClipEvent(...more >>

XML Search Engine
Posted by OneTen at 12/9/2005 4:25:56 PM
Im making a search engine (input text box) that reads XML and displays the data in four separate dynamic text boxes on the stage Bascially, the user types in a movie title and the XML is searched for a match. This returns text in each dynamic box I've got some actionscript here but im no...more >>

AttachMovie vs Dropping on Stage
Posted by VoxEcho at 12/9/2005 4:01:39 PM
I've been working on a project that makes heavy use of attachMovie. the project is going well, but an oddity came up today that i can't figure out. I made a panel in which i placed all of its parts. one of the parts is a titlebar. For some reason, if i use this titlebar by dropping it in the d...more >>

xml slideshow suggestions?
Posted by Jason Cook at 12/9/2005 3:53:41 PM
Anyone know where I can find info on how to convert my current slideshow (www.gcstulsa.com) to an XML/external jpg loading version that automatically transitions between images after a certain amount of time. I need to be able to change the order and add/remove images more easily than the c...more >>

word wrap for List component
Posted by rohai at 12/9/2005 3:33:51 PM
It seems I just can't get to an end. After every solution there's another problem. Here 's the last one. Is it possible to make a word wrap in a List component? I'm loading from xml list of the articles and some titles are longer than the width of the list component is. I did search in actions...more >>

Flash Video Help - At end of clip
Posted by orkodorko at 12/9/2005 3:09:24 PM
I have a flash video file and at the end of the video I would like to to go to a web-page. how would I go about dong this??...more >>

display name of a dynamic jpeg
Posted by martinstaceyuk at 12/9/2005 1:23:31 PM
Hi, i want to create a swf page, where the page displays the name of some files in a folder on the page. so i have a page. and a folder uploaded to my website, where i can just drop jpegs or movs into it, and on the swf page it displays the names of the files dynamically. cheers ...more >>

Only last dynamically created CheckBox showing up?
Posted by Christopher Hayes at 12/9/2005 1:18:52 PM
This is really odd. I am dynamically creating textboxes and for some reason, only the last one shows up. The others are created because you can trace a reference to them. What gives? import mx.controls.RadioButton; var x:Number,y:Number; x=80; y=110; for (var i:Number = 0; i...more >>

I need some help with sliding script
Posted by ][odine at 12/9/2005 1:15:11 PM
Hello, i have posted here a few times before and the help was outstanding, im hoping for some ideas for this as well. What im trying to do is use this scroll script to have a number of images scroll to the left or right depending on mouse position as well as when the user does nothing (when ...more >>

Limiting xml information..
Posted by robertseadog at 12/9/2005 11:51:05 AM
Hi! Im creating this little news thing and I want to create 10 buttons that have their title set by a xml document. But the thing is; When the documents number of children pass 10, I still want to only have ten buttons (the 10 latest news) and then I want to have a next and previous butto...more >>

[FLMX7] Click event on dynamic text
Posted by Dario de Judicibus at 12/9/2005 11:30:24 AM
I have an array of dynamic text fields that are dynamically created and positioned on stage at run time. I wish to intercept a click event on each of them, but how? It looks like no clip event can be activated on text, just movie clips. Help appreciated. Thank you in advance. -- Dario de Jud...more >>

Object Key
Posted by PowerMilk at 12/9/2005 10:33:56 AM
Hallo, Is it possibe to control an instance of a movieclip with the alfabetical keys (a,b,c, ...) on the keyboard? If so, how does it works? Thanx...more >>

Problem With Dynamically Creating Checkbox
Posted by Christopher Hayes at 12/9/2005 10:25:53 AM
Using Flash 8, but publishing as Flash 7, AS2 What's wrong with this line? (this is within a "for" loop) this.createObject("mx.controls.RadioButton", "distractor" + i + "_rb" , this.getNextHighestDepth); I just want to create a set of RadioButtons with incremental names like this: ...more >>

Resizable windows with minize, maximize and close buttons
Posted by ash4640 at 12/9/2005 4:11:39 AM
Hei everyone iam trying to create an application for some font encoding, how do i create a resizable windows similar to that of our os windows with minimize , maximize and close buttons and a resizable frame in the window....I have done it using vb. I have knowledge in C. How do i do the same ...more >>

Please help, project due tomorrow
Posted by PinkIs4U2 at 12/9/2005 1:50:12 AM
Does anyone know why, when I test the scene my scene works fine, however when I test the complete movie 2 of my scenes do not play?...more >>

problems with attachMovie
Posted by dma141 at 12/9/2005 12:24:34 AM
ok here is the problem. i am using attachMovie to place a movie clip onto the main stage. on the main stage i have three buttons rotate, scale and alpha. i am trying to target the attached movie so that the buttons affect it once its on the main stage. what i dont understand is how to target t...more >>

Why Eval doesn't work?
Posted by Maddy's page at 12/9/2005 12:00:00 AM
here in my code why eval doesn't work out in the below code at 12th line? I wnat to change the properties of the last movieclip which was created. var myXml:XML = new XML(); myXml.ignoreWhite = true; myXml.onLoad = function(success) { var myLength = this.firstChild.childNodes.length; ...more >>

Redirect URL
Posted by makate at 12/9/2005 12:00:00 AM
i have created a swf file that include a link to another URL, but when I test it the URL opens in the current one. e.g. Lets say the current URL is www.busyco.co.za, the the target URL will open like www.busyco.co.za\www.targetURL.co.za. ...more >>


DevelopmentNow Blog