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 > january 2005 > threads for monday january 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

sticky question
Posted by Alexander Ross at 1/17/2005 8:22:03 PM
FLMX2004 (AS2) I want to make a simple class called ball (extends MovieClip). That class should have a (bool) property, isSticky. If isSticky is true, then the ball will stick to other balls (with isSticky also true) when they come in contact. At that point the two balls move together, rot...more >>


Background invisible
Posted by xwhyzed at 1/17/2005 7:24:06 PM
Does anyone knows how to set the bg-color in my flash movie to invisible (transparency) ? Thank you!...more >>

Flash Video cuePoints are messed up...
Posted by Vav at 1/17/2005 12:09:34 PM
Anyone else notice that things aren't working with cuePoints... or is it just me. I am trying to use multiple cuePoints on a video, using the Obj.target.name and the component must be messing up. I have an example from the CD that came with Flash MX 2004 ActionScript book and it works fin...more >>

preloading multiple swfs
Posted by Brian at 1/17/2005 11:25:15 AM
I have a main movie, into which I will load an intro animation. Both the main movie and the intro animation need to start playing at the same time. So I would like to load the main movie and then load the intro and then once both are completely loaded, I would like to start playing both at t...more >>

Movie Clip and TextField - Help
Posted by indigonation at 1/17/2005 8:16:54 AM
Hi friends. I have two arrays myColourArray [] and myMCnameArray [] And some movie clips on the stage self_test0, self_test1 ?etc? self_test15 Inside these movieclips I have a dynamic textbox called ?self_test_text? if ?myColourArray[y]= =1? I want to display the corr...more >>

Loading movie forward and back
Posted by dahaus at 1/17/2005 8:13:39 AM
Hi all, i need help. I want load a multiple movies (test1.swf, test2.swf, etc...) into the stage. i use this script i found !!! _global.arMovies = new Array ("test1.swf","test2.swf","test3.swf","test4.swf","test5.swf","test6.swf"); _global.nMovieCounter = 0; mcMovie.loadMovie(...more >>

How selectively renderer a CellRenderer
Posted by Chris.Velevitch at 1/17/2005 6:52:35 AM
I have created a data grid and attached the CheckCellRenderer class to a column. By default, the check box will appear in every row. How so I selectively render the check box only on certain rows?...more >>

get Current Frame Name
Posted by bluesubs at 1/17/2005 4:26:40 AM
Currently, I have this code: if (_currentframe == "10") { do something } Is it possible to get the current frame NAME instead of number? Using MX 2004 ...more >>



Line breaks in multiline input box
Posted by mickybhai at 1/17/2005 4:23:36 AM
I am using flash embedded in director and i am passing a string from flash to director.....The text box is a multiline text box and i would like to skip the line breaks which the user might use while typing in the text box....is there a way to do that....Can i detect and remove the line breaks...more >>

Tricky Problem
Posted by Ryan Jennings at 1/17/2005 3:58:41 AM
Okay, I have this script: this['c'+i+j].btn.onRelease = function():Void { updateUpcoming(upMonth+1, displayDate-1, upYear); } So, I'm assigning a function to a button's onRelease handler. BUT -- upMonth, displayDate, and upYear are variables in the script that's creating this handler. I don'...more >>

Incorrect Image Size?
Posted by Skim Milk at 1/17/2005 3:19:18 AM
here's the html I'm using: <p><img src='images/directwriting.jpg' height='300' width='200' hspace='8' vspace='8'></p> <p><img src='images/dbrl.jpg' height='136' width='200' hspace='8' vspace='8'></p> <p><img src='images/grating.jpg' height='150' width='200' hspace='8' vspace='8'></p> ...more >>

Universal method for returning path
Posted by abeall at 1/17/2005 2:36:01 AM
Let's say I have an object: _root.myParent_mc.myChild_mc.myObject If I have a reference to myObject, where myObject is either a MovieClip, Array, Object object, Variable, or otherwise - is there a way to determine the path that leads up to it? Similar to _parent method for MovieClip. ex: f...more >>

Web Service-CFC-DataSet TIME Displaying
Posted by DoctorMemory at 1/17/2005 12:56:12 AM
Hello; Im trying to do a simple web service-dataset-datagrid from a cfc that provides TimeDate data in an HH:MM AM/PM format.. the Data Connection Wizard does not provide for data grid/data set format for time.. has anyone ran into this problem? I need to be able to display a time parameter.....more >>

JPG loader
Posted by AweSIM at 1/17/2005 12:49:11 AM
hi.. this is the scenario.. there's an MC symbol in the library.. and has an associated class to handle it's behaviors (loading a JPEG).. at authoring time, i place many instances of it on the stage.. and hardcode some action script to load different pictures in different instances.. f...more >>

Array Access of Variables
Posted by Ryan Jennings at 1/17/2005 12:44:01 AM
I know that in order to access a variable like 'mcSlot2', I can do the following: this['mcSlot'+i] But what if I wanted to access 'mcContainer5.mcSlot2'? This doesn't seem to be working: this['mcContainer'+i]['mcSlot'+j] Is there a way to do this? ...more >>

loading data from and saving to a file..
Posted by AweSIM at 1/17/2005 12:40:39 AM
hi.. im trying to create a website that displays announcements.. the announcements are saved in a file on the server in the same directory.. how do i load text from that file.. and is it possible to save it too? to append new announcements? ...more >>

Dynamically loading and unloading
Posted by Lilibeta at 1/17/2005 12:31:06 AM
*Sigh* still having problems. Creating a page that lists characters. Buttons at the top, click on the button and the character's images load into a placeholder on the top left and the bio loads into a placeholder in the bottom right. Images are loading fine. Bios are not. The bio m...more >>


DevelopmentNow Blog